Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-h5py-3.6.0
@ 2022-01-06  0:31 BenJarg
  2022-01-06  0:52 ` [PR PATCH] [Updated] " BenJarg
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: BenJarg @ 2022-01-06  0:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: briefly

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From b87a19df4a62c10a909d48553ad4befd74e794dd Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..d846063f404c
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="https://files.pythonhosted.org/packages/0a/39/62ec4c1cc96408f6cf27c1d10a26409b98eb6aa2dda7d9c48d204c09b970/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
@ 2022-01-06  0:52 ` BenJarg
  2022-01-12  1:39 ` BenJarg
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-01-06  0:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: briefly

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From f934769305c590260d3799a4c6cba25b8fbd6c5a Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..40ec44f24efe
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
  2022-01-06  0:52 ` [PR PATCH] [Updated] " BenJarg
@ 2022-01-12  1:39 ` BenJarg
  2022-01-13  4:03 ` BenJarg
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-01-12  1:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From d149dea8dba8667fa01e8816efdad19d76ec5893 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..40ec44f24efe
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
  2022-01-06  0:52 ` [PR PATCH] [Updated] " BenJarg
  2022-01-12  1:39 ` BenJarg
@ 2022-01-13  4:03 ` BenJarg
  2022-01-20  3:12 ` BenJarg
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-01-13  4:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From 9dc8085eedfe0bdb590237d8104ca9f3dece32cb Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..40ec44f24efe
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (2 preceding siblings ...)
  2022-01-13  4:03 ` BenJarg
@ 2022-01-20  3:12 ` BenJarg
  2022-04-20  3:32 ` BenJarg
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-01-20  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From 9dc8085eedfe0bdb590237d8104ca9f3dece32cb Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..40ec44f24efe
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (3 preceding siblings ...)
  2022-01-20  3:12 ` BenJarg
@ 2022-04-20  3:32 ` BenJarg
  2022-05-08 12:54 ` BenJarg
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-04-20  3:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From bebd55c3cdab2fce352d2c5d1a40e5ba77c0cb83 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..40ec44f24efe
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (4 preceding siblings ...)
  2022-04-20  3:32 ` BenJarg
@ 2022-05-08 12:54 ` BenJarg
  2022-05-08 14:23 ` BenJarg
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-05-08 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From 2231ab08c6e66d05aba089a4166df5e40d82b8ea Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..40ec44f24efe
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (5 preceding siblings ...)
  2022-05-08 12:54 ` BenJarg
@ 2022-05-08 14:23 ` BenJarg
  2022-05-08 14:27 ` BenJarg
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-05-08 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From 8d42c465f226eed97336543c11ac038d75fb2d03 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Sun, 8 May 2022 16:22:33 +0200
Subject: [PATCH 1/2] New package: python3-pytest-mpi-0.6

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

diff --git a/srcpkgs/python3-pytest-mpi/template b/srcpkgs/python3-pytest-mpi/template
new file mode 100644
index 000000000000..98fe3bb258d6
--- /dev/null
+++ b/srcpkgs/python3-pytest-mpi/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-mpi'
+pkgname=python3-pytest-mpi
+version=0.6
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-py python3-pytest"
+short_desc="Assists pytest with MPI relatated code"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/p/pytest-mpi/pytest-mpi-${version}.tar.gz"
+checksum=09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9
+
+post_install() {
+	vlicense LICENSE.txt
+}

From d3635910f13a13be775fae346aafbe56ca685ab6 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH 2/2] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..fe8278d6a17c
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config python3-pytest python3-pytest-mpi"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+do_check() {
+	cd build/lib*
+	python3 -c 'import h5py; h5py.run_tests()'
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (6 preceding siblings ...)
  2022-05-08 14:23 ` BenJarg
@ 2022-05-08 14:27 ` BenJarg
  2022-08-07  2:13 ` github-actions
  2022-08-21  2:16 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: BenJarg @ 2022-05-08 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages python3-h5py
https://github.com/void-linux/void-packages/pull/34883

New package: python3-h5py-3.6.0
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

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

From 967193805e21767cdb7b7e65178b072670904544 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Sun, 8 May 2022 16:22:33 +0200
Subject: [PATCH 1/2] New package: python3-pytest-mpi-0.6

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

diff --git a/srcpkgs/python3-pytest-mpi/template b/srcpkgs/python3-pytest-mpi/template
new file mode 100644
index 000000000000..7290335d9921
--- /dev/null
+++ b/srcpkgs/python3-pytest-mpi/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-mpi'
+pkgname=python3-pytest-mpi
+version=0.6
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-py python3-pytest"
+short_desc="Assists pytest with MPI relatated code"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/p/pytest-mpi/pytest-mpi-${version}.tar.gz"
+checksum=09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8557fca12be6a3022d253943de5327d9e4c4b882 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <benjar63@gmail.com>
Date: Wed, 5 Jan 2022 16:01:06 -0800
Subject: [PATCH 2/2] New package: python3-h5py-3.6.0

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

diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template
new file mode 100644
index 000000000000..fe8278d6a17c
--- /dev/null
+++ b/srcpkgs/python3-h5py/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-h5py'
+pkgname=python3-h5py
+version=3.6.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config python3-pytest python3-pytest-mpi"
+makedepends="python3-Cython python3-numpy python3-pkgconfig hdf5-devel python3-devel"
+short_desc="Read and write HDF5 files from Python"
+maintainer="Ben Jargowsky <benjar63@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://www.h5py.org/"
+distfiles="${PYPI_SITE}/h/h5py/h5py-${version}.tar.gz"
+checksum=8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+
+do_check() {
+	cd build/lib*
+	python3 -c 'import h5py; h5py.run_tests()'
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (7 preceding siblings ...)
  2022-05-08 14:27 ` BenJarg
@ 2022-08-07  2:13 ` github-actions
  2022-08-21  2:16 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-08-07  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34883#issuecomment-1207315920

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-h5py-3.6.0
  2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
                   ` (8 preceding siblings ...)
  2022-08-07  2:13 ` github-actions
@ 2022-08-21  2:16 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-08-21  2:16 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: python3-h5py-3.6.0
https://github.com/void-linux/void-packages/pull/34883

Description:
- I tested the changes in this PR: YES

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

- I built this PR locally for these architectures:
  - x86_64
  - x86_64-musl


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

end of thread, other threads:[~2022-08-21  2:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  0:31 [PR PATCH] New package: python3-h5py-3.6.0 BenJarg
2022-01-06  0:52 ` [PR PATCH] [Updated] " BenJarg
2022-01-12  1:39 ` BenJarg
2022-01-13  4:03 ` BenJarg
2022-01-20  3:12 ` BenJarg
2022-04-20  3:32 ` BenJarg
2022-05-08 12:54 ` BenJarg
2022-05-08 14:23 ` BenJarg
2022-05-08 14:27 ` BenJarg
2022-08-07  2:13 ` github-actions
2022-08-21  2:16 ` [PR PATCH] [Closed]: " github-actions

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