Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ndindex


Commits:
5257cfa1 by Jelle van der Waa at 2024-04-08T18:28:24+02:00
Fix build on Python 3.12

Use our versioneer version instead of the old versioned one in the
package.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ arch=(any)
 url='https://quansight-labs.github.io/ndindex/'
 license=(MIT)
 depends=(python-numpy)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+makedepends=(python-build python-installer python-setuptools python-wheel 
python-versioneer)
 checkdepends=(python-pytest-cov python-hypothesis python-pyflakes)
 
source=(https://github.com/Quansight-Labs/ndindex/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('388f45290393262b69ee440053bfe1664cdac6a125b29c2ea2569cdc3943dbbe')
@@ -17,6 +17,7 @@ 
sha256sums=('388f45290393262b69ee440053bfe1664cdac6a125b29c2ea2569cdc3943dbbe')
 prepare() {
   cd $_pyname-$pkgver
   sed -e 's|--flakes||' -i pytest.ini
+  rm versioneer.py
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ndindex/-/commit/5257cfa10e3c357577388a258b6f7700c5f2ac66

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ndindex/-/commit/5257cfa10e3c357577388a258b6f7700c5f2ac66
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to