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


Commits:
af4bc18a by Jelle van der Waa at 2024-04-27T13:55:59+02:00
Drop python-nine requirement

This Py2/Py3 compatibility library is not used.

- - - - -
a47a817d by Jelle van der Waa at 2024-04-27T13:56:20+02:00
Drop python-six

Six is not used by this package.

- - - - -
e392cedb by Jelle van der Waa at 2024-04-27T13:56:38+02:00
Drop virtualenv as checkdepends

We don't want to run tests in a virtualenv but use our system packages.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -8,13 +8,13 @@ pkgrel=4
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
-depends=('python' 'python-webob' 'python-mako' 'python-webtest' 'python-six'
+depends=('python' 'python-webob' 'python-mako' 'python-webtest'
          'python-logutils')
 makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-webob'
-             'python-mako' 'python-webtest' 'python-six' 'python-logutils'
+             'python-mako' 'python-webtest' 'python-logutils'
              'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-virtualenv' 'python-jinja' 'gunicorn'
-              'python-sqlalchemy' 'python-genshi' 'python-nine' 'uwsgi'
+checkdepends=('python-jinja' 'gunicorn'
+              'python-sqlalchemy' 'python-genshi' 'uwsgi'
               'python-pytest' 'python-kajiki')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz";)
 
sha512sums=('2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/compare/6052cd01b012c1b92547c18dcd3a338cc0d5751b...e392cedbf93daf86d493d110cc7dbb3d403b5132

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/compare/6052cd01b012c1b92547c18dcd3a338cc0d5751b...e392cedbf93daf86d493d110cc7dbb3d403b5132
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to