Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
piep


Commits:
139eaa22 by Jelle van der Waa at 2024-05-16T13:04:39+02:00
upgpkg: 0.10.0-3: Run tests without nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = piep
        pkgdesc = Bringing the power of python to stream editing
        pkgver = 0.10.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/gfxmonk/piep
        arch = any
        license = GPL
-       checkdepends = python-nose
        makedepends = python-setuptools
        depends = python-pygments
        source = https://github.com/gfxmonk/piep/archive/version-0.10.0.tar.gz


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,12 @@
 pkgname=piep
 pkgdesc='Bringing the power of python to stream editing'
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 arch=("any")
 url="https://github.com/gfxmonk/piep";
 license=("GPL")
 depends=('python-pygments')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
 source=("https://github.com/gfxmonk/$pkgname/archive/version-$pkgver.tar.gz";)
 
sha512sums=('c81d89b1d8881a4bc577ca7c0d764f2c31d8579d0f7f6ba7ce68c98c929f5e215032f99c0ac0da432022bfdedb3d2b441ce16cebd59340a5b11ab92dfddbac1f')
 
@@ -20,7 +19,7 @@ build() {
 
 check() {
   cd $pkgname-version-$pkgver
-  python setup.py nosetests
+  python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piep/-/commit/139eaa22cc64e5aab1b760634f46548ea942523a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piep/-/commit/139eaa22cc64e5aab1b760634f46548ea942523a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to