hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-datrie


Commits:
c8e7d90e by loqs at 2024-03-19T23:53:49+00:00
Remove python-pytest-runner

Replace python-pytest-runner with python-pytest.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -12,13 +12,14 @@ url="https://github.com/pytries/datrie";
 license=('LGPL-2.0-only')
 depends=('libdatrie' 'glibc')
 makedepends=('python-build' 'python-wheel' 'python-installer' 
'python-setuptools' 'cython')
-checkdepends=('python-pytest-runner' 'python-hypothesis')
+checkdepends=('python-pytest' 'python-hypothesis')
 options=(!emptydirs)
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/pytries/datrie/archive/$pkgver.tar.gz)
 sha256sums=('79d9a2960749903d632812fcc0edd09d991774933c8c332b8a82b70097721923')
 
 prepare() {
   cd "$srcdir"/$_pkgname-$pkgver
+  sed -i 's/"pytest-runner", //' setup.py
   sed -i 's|../libdatrie/||g' src/cdatrie.pxd src/datrie.pyx
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-datrie/-/commit/c8e7d90e71d82807ebcb262afaf37d7b36445234

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


Reply via email to