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-ipyparallel-8.4.1
Date: Mon, 02 Jan 2023 19:55:30 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41414@inbox.vuxu.org> (raw)

[-- 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"
+}

             reply	other threads:[~2023-01-02 18:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 18:55 ahesford [this message]
2023-01-04 14:42 ` [PR PATCH] [Updated] " ahesford
2023-01-04 14:48 ` [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-41414@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).