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


Commits:
4b52d68b by Jelle van der Waa at 2024-04-27T17:40:06+02:00
Drop unneeded dependency on python-six

https://github.com/formencode/formencode/commit/98e9e97ea6e8a7574fb106d699c2b00e3a6bc5ae

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-formencode
        pkgdesc = A validation library for Python.
        pkgver = 2.1.0
-       pkgrel = 2
+       pkgrel = 3
        url = http://www.formencode.org/en/latest/
        arch = any
        license = MIT
@@ -14,7 +14,6 @@ pkgbase = python-formencode
        makedepends = python-setuptools
        makedepends = python-setuptools-scm
        depends = python
-       depends = python-six
        source = 
https://files.pythonhosted.org/packages/source/f/formencode/FormEncode-2.1.0.tar.gz
        sha256sums = 
eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f
 


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@ pkgname=python-formencode
 _pkgname=formencode
 _pypi=FormEncode
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A validation library for Python."
 arch=("any")
 url="http://www.formencode.org/en/latest/";
 license=("MIT")
-depends=("python" "python-six")
+depends=("python")
 checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools' 'python-setuptools-scm')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz";)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/commit/4b52d68b21b064555128163ee88700a77cd46d58

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


Reply via email to