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


Commits:
fafd26ab by Jelle van der Waa at 2024-04-04T11:40:32+02:00
upgpkg: 0.5.1-11: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = python-webencodings
+       pkgdesc = This is a Python implementation of the WHATWG Encoding 
standard.
+       pkgver = 0.5.1
+       pkgrel = 11
+       url = https://github.com/gsnedders/python-webencodings
+       arch = any
+       license = BSD
+       checkdepends = python-pytest
+       makedepends = python
+       makedepends = python-setuptools
+       depends = python
+       source = 
python-webencodings-0.5.1.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v0.5.1.tar.gz
+       sha256sums = 
082367f568a7812aa5f6922ffe3d9d027cd83829dc32bcaac4c874eeed618000
+
+pkgname = python-webencodings


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 
 pkgname=python-webencodings
 pkgver=0.5.1
-pkgrel=10
+pkgrel=11
 arch=('any')
 url="https://github.com/gsnedders/python-webencodings";
 license=('BSD')
 pkgdesc="This is a Python implementation of the WHATWG Encoding standard."
 depends=('python')
 makedepends=('python' 'python-setuptools')
-checkdepends=('python-nose')
+checkdepends=('python-pytest')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v${pkgver}.tar.gz)
 sha256sums=('082367f568a7812aa5f6922ffe3d9d027cd83829dc32bcaac4c874eeed618000')
 
@@ -24,5 +24,5 @@ package_python-webencodings() {
 check() {
     cd ${pkgbase}-${pkgver}/webencodings
 
-    nosetests tests.py
+    pytest tests.py
 }



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

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


Reply via email to