Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: python3-scikit-image-0.17.2 and dependencies
Date: Fri, 10 Jul 2020 17:51:35 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23510@inbox.vuxu.org> (raw)

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

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages scikit
https://github.com/void-linux/void-packages/pull/23510

New package: python3-scikit-image-0.17.2 and dependencies


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

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

From ad76e81572a6fedd39d76d94a8968487ded89a13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 10 Jul 2020 11:10:02 -0400
Subject: [PATCH 1/4] New package: python3-tifffile-2020.7.4

---
 srcpkgs/python3-tifffile/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-tifffile/template

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
new file mode 100644
index 00000000000..a297e0ea868
--- /dev/null
+++ b/srcpkgs/python3-tifffile/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-tifffile'
+pkgname=python3-tifffile
+version=2020.7.4
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-numpy"
+short_desc="Read and write TIFF files"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/cgohlke/tifffile"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=0bdd2be3d4235c20ba5b9c266c1b835c387df539b9c1abeb0ca7e55846503676
+
+post_install() {
+	vlicense LICENSE
+}

From 6dacfe7838005575bac48687f5cbca0a6d846aaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 10 Jul 2020 11:10:06 -0400
Subject: [PATCH 2/4] New package: python3-imageio-2.9.0

---
 srcpkgs/python3-imageio/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-imageio/template

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
new file mode 100644
index 00000000000..52e5ef22d8f
--- /dev/null
+++ b/srcpkgs/python3-imageio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-imageio'
+pkgname=python3-imageio
+version=2.9.0
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-numpy python3-Pillow"
+short_desc="Python library for reading and writing image data"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/imageio/imageio"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=6a4bb17127d1af103bf146f8b0bd68ccb647a926002e8a6800c6d7859048661a
+
+post_install() {
+	vlicense LICENSE
+}

From 9f0cd4ce336ac63c643f7fa633d3cc450fc5deba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 10 Jul 2020 11:10:10 -0400
Subject: [PATCH 3/4] New package: python3-pywt-1.1.1

---
 srcpkgs/python3-pywt/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-pywt/template

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
new file mode 100644
index 00000000000..e9dd32a4552
--- /dev/null
+++ b/srcpkgs/python3-pywt/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-pywt'
+pkgname=python3-pywt
+version=1.1.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython python3-numpy"
+makedepends="python3-devel python3-numpy"
+depends="python3-numpy"
+short_desc="PyWavelets wavelet transform module for Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="MIT"
+homepage="https://github.com/PyWavelets/pywt"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=50fe2aae1b6d2462cf9e9b0dcc18dbcbd0b5ed65225abb4a272ed188dbcbceb0
+
+if [ "$CROSS_BUILD" ]; then
+	# Make sure headers and libs for target arch are found before those for host
+	CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/include"
+	LDFLAGS+=" -L${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/lib"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

From 859d8d56c4ae478cb58cbbbf773bdc1ecb3493c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 10 Jul 2020 11:24:09 -0400
Subject: [PATCH 4/4] New package: python3-scikit-image-0.17.2

---
 srcpkgs/python3-scikit-image/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/python3-scikit-image/template

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
new file mode 100644
index 00000000000..0e8b950336a
--- /dev/null
+++ b/srcpkgs/python3-scikit-image/template
@@ -0,0 +1,26 @@
+# Template file for 'python3-scikit-image'
+pkgname=python3-scikit-image
+version=0.17.2
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython python3-numpy"
+makedepends="python3-devel"
+depends="python3-scipy python3-matplotlib python3-networkx
+ python3-imageio python3-tifffile python3-pywt"
+short_desc="Image processing in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause, MIT"
+homepage="https://scikit-image.org/"
+distfiles="https://github.com/scikit-image/scikit-image/archive/v${version}.tar.gz"
+checksum=54165f1c7365aacbd94df6c89ff72554260c3ea8fd8abdfb596d5d93b25d22ab
+
+if [ "$CROSS_BUILD" ]; then
+	# Make sure headers and libs for target arch are found before those for host
+	CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/include"
+	LDFLAGS+=" -L${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/lib"
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

             reply	other threads:[~2020-07-10 15:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-10 15:51 ahesford [this message]
2020-07-13  2:56 ` [PR PATCH] [Updated] " ahesford
2020-07-13  4:34 ` ahesford
2020-07-13  5:13 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23510@inbox.vuxu.org \
    --to=ahesford@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).