Github messages for voidlinux
 help / color / mirror / Atom feed
From: MIvanchev <MIvanchev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: cl-iterate-1.5.4
Date: Sat, 18 May 2024 12:04:24 +0200	[thread overview]
Message-ID: <20240518100424.345FB25935@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50404@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

[WIP] New package: cl-iterate-1.5.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

A patch file from https://github.com/void-linux/void-packages/pull/50404.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cl-iterate-50404.patch --]
[-- Type: text/x-diff, Size: 2007 bytes --]

From fb9092111806c22beaf2156470bebc46a1c7a69a Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 45 +++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..2f771b0026bda5
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,45 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texlive-dvi texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+	ls doc/
+	ls doc/manual
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	vinfo
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "3,6p" iterate-test.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

  reply	other threads:[~2024-05-18 10:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-18  9:16 [PR PATCH] " MIvanchev
2024-05-18 10:04 ` MIvanchev [this message]
2024-05-18 10:18 ` [PR PATCH] [Updated] " MIvanchev
2024-05-18 10:36 ` MIvanchev
2024-05-18 10:40 ` MIvanchev
2024-05-18 10:49 ` [PR PATCH] [Updated] " MIvanchev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240518100424.345FB25935@inbox.vuxu.org \
    --to=mivanchev@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).