[arch-commits] Commit in python-jupyter_packaging/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Mar 28 21:12:04 UTC 2022
Date: Monday, March 28, 2022 @ 21:12:03
Author: arojas
Revision: 1177413
Remove setuptools version constraint
Modified:
python-jupyter_packaging/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-28 21:10:18 UTC (rev 1177412)
+++ PKGBUILD 2022-03-28 21:12:03 UTC (rev 1177413)
@@ -3,7 +3,7 @@
_pipname=jupyter_packaging
pkgname=python-jupyter_packaging
pkgver=0.12.0
-pkgrel=2
+pkgrel=3
pkgdesc='Jupyter Packaging Utilities'
arch=(any)
url='https://jupyter.org/'
@@ -18,6 +18,7 @@
prepare() {
patch -d $_pipname-$pkgver -p1 < a3b4c9b9.patch # Don't install tests in site-packages
+ sed -e 's|setuptools.*|setuptools|' -i $_pipname-$pkgver/setup.cfg # Remove version constraint
}
build() {
More information about the arch-commits
mailing list