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


Commits:
9529eb4e by Jelle van der Waa at 2024-11-16T20:23:26+01:00
upgpkg: 0.6.1-5: Rebuild for Python 3.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = isodate
        pkgdesc = An ISO 8601 date/time/duration parser and formatter
        pkgver = 0.6.1
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/gweis/isodate/
        arch = any
        license = BSD


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgbase=isodate
 pkgname=('python-isodate')
 pkgver=0.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="An ISO 8601 date/time/duration parser and formatter"
 arch=('any')
 url="https://github.com/gweis/isodate/";
@@ -20,8 +20,8 @@ build() {
 }
 
 check() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py test
+  cd "$srcdir/$pkgbase-$pkgver/src"
+  python -m unittest discover -vs .
 }
 
 package_python-isodate() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/isodate/-/commit/9529eb4e34f11cef4e4231c358bea15d36188fe9

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


Reply via email to