Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: cl-iterate-1.5.4
@ 2024-05-18  9:16 MIvanchev
  2024-05-18 10:04 ` [PR PATCH] [Updated] " MIvanchev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18  9:16 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1930 bytes --]

From 49f25070419227d08bfc40494be352728bbf0268 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 | 43 +++++++++++++++++++++++++++++++++++++
 1 file changed, 43 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..0405d45a6a250d
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,43 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive 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
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-18 10:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
2024-05-18 10:04 ` [PR PATCH] [Updated] " MIvanchev
2024-05-18 10:18 ` MIvanchev
2024-05-18 10:36 ` MIvanchev
2024-05-18 10:40 ` MIvanchev
2024-05-18 10:49 ` [PR PATCH] [Updated] " MIvanchev

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).