Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-ipyparallel-8.4.1
@ 2023-01-02 18:55 ahesford
  2023-01-04 14:42 ` [PR PATCH] [Updated] " ahesford
  2023-01-04 14:48 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2023-01-02 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages ipyparallel
https://github.com/void-linux/void-packages/pull/41414

New package: python3-ipyparallel-8.4.1
#### Testing the changes
- I tested the changes in this PR: **in progress**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0b3698e2c5ecd12d4aacdf4500e99a72dcbefea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 2 Jan 2023 13:54:35 -0500
Subject: [PATCH] New package: python3-ipyparallel-8.4.1

---
 .../patches/no-jupyterlab.patch               | 12 ++++++++++
 srcpkgs/python3-ipyparallel/template          | 23 +++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch
 create mode 100644 srcpkgs/python3-ipyparallel/template

diff --git a/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch b/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch
new file mode 100644
index 000000000000..696a19cb5a99
--- /dev/null
+++ b/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch
@@ -0,0 +1,12 @@
+IPython Parallel installs just fine without jupyterlab, and the Void package
+will add some version conflicts that prevent building.
+
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,6 +1,5 @@
+ [build-system]
+ requires = [
+-  "jupyterlab>=3.0.0,==3.*",
+   "hatchling>=0.25"
+ ]
+ build-backend = "hatchling.build"
diff --git a/srcpkgs/python3-ipyparallel/template b/srcpkgs/python3-ipyparallel/template
new file mode 100644
index 000000000000..e6b779ad4fc2
--- /dev/null
+++ b/srcpkgs/python3-ipyparallel/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-ipyparallel'
+pkgname=python3-ipyparallel
+version=8.4.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
+depends="python3-entrypoints python3-decorator python3-pyzmq python3-traitlets
+ python3-ipython python3-jupyter_client python3-ipython_ipykernel
+ python3-tornado python3-psutil python3-dateutil python3-tqdm"
+short_desc="Interactive parallel computing in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://ipyparallel.readthedocs.io/"
+changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
+distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
+checksum=670bbe05755381742e1ea01177dc428ff8f3e94af1f0d5642c9d19f37ca8289b
+# Too many tests fail with a "local" cluster type
+make_check=no
+
+post_install() {
+	vlicense COPYING.md
+	mv "${DESTDIR}/usr/etc" "${DESTDIR}/etc"
+}

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

* Re: [PR PATCH] [Updated] New package: python3-ipyparallel-8.4.1
  2023-01-02 18:55 [PR PATCH] New package: python3-ipyparallel-8.4.1 ahesford
@ 2023-01-04 14:42 ` ahesford
  2023-01-04 14:48 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2023-01-04 14:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages ipyparallel
https://github.com/void-linux/void-packages/pull/41414

New package: python3-ipyparallel-8.4.1
#### Testing the changes
- I tested the changes in this PR: **in progress**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From fbedd635753c842104d57e13e8acc66ec237ab5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 2 Jan 2023 13:54:35 -0500
Subject: [PATCH] New package: python3-ipyparallel-8.4.1

---
 .../patches/no-jupyterlab.patch               | 12 ++++++++++
 srcpkgs/python3-ipyparallel/template          | 23 +++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch
 create mode 100644 srcpkgs/python3-ipyparallel/template

diff --git a/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch b/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch
new file mode 100644
index 000000000000..696a19cb5a99
--- /dev/null
+++ b/srcpkgs/python3-ipyparallel/patches/no-jupyterlab.patch
@@ -0,0 +1,12 @@
+IPython Parallel installs just fine without jupyterlab, and the Void package
+will add some version conflicts that prevent building.
+
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,6 +1,5 @@
+ [build-system]
+ requires = [
+-  "jupyterlab>=3.0.0,==3.*",
+   "hatchling>=0.25"
+ ]
+ build-backend = "hatchling.build"
diff --git a/srcpkgs/python3-ipyparallel/template b/srcpkgs/python3-ipyparallel/template
new file mode 100644
index 000000000000..e6b779ad4fc2
--- /dev/null
+++ b/srcpkgs/python3-ipyparallel/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-ipyparallel'
+pkgname=python3-ipyparallel
+version=8.4.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
+depends="python3-entrypoints python3-decorator python3-pyzmq python3-traitlets
+ python3-ipython python3-jupyter_client python3-ipython_ipykernel
+ python3-tornado python3-psutil python3-dateutil python3-tqdm"
+short_desc="Interactive parallel computing in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://ipyparallel.readthedocs.io/"
+changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
+distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
+checksum=670bbe05755381742e1ea01177dc428ff8f3e94af1f0d5642c9d19f37ca8289b
+# Too many tests fail with a "local" cluster type
+make_check=no
+
+post_install() {
+	vlicense COPYING.md
+	mv "${DESTDIR}/usr/etc" "${DESTDIR}/etc"
+}

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

* Re: [PR PATCH] [Merged]: New package: python3-ipyparallel-8.4.1
  2023-01-02 18:55 [PR PATCH] New package: python3-ipyparallel-8.4.1 ahesford
  2023-01-04 14:42 ` [PR PATCH] [Updated] " ahesford
@ 2023-01-04 14:48 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2023-01-04 14:48 UTC (permalink / raw)
  To: ml

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

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

New package: python3-ipyparallel-8.4.1
https://github.com/void-linux/void-packages/pull/41414

Description:
#### Testing the changes
- I tested the changes in this PR: **in progress**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-04 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02 18:55 [PR PATCH] New package: python3-ipyparallel-8.4.1 ahesford
2023-01-04 14:42 ` [PR PATCH] [Updated] " ahesford
2023-01-04 14:48 ` [PR PATCH] [Merged]: " ahesford

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