[arch-commits] Commit in python-cheroot/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Oct 3 11:48:03 UTC 2021


    Date: Sunday, October 3, 2021 @ 11:48:03
  Author: jelle
Revision: 1027173

Drop python2 test dependencies

The python2 tests are not run and we want to get rid of ptyhon2 in the long
run.

Modified:
  python-cheroot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-03 11:44:38 UTC (rev 1027172)
+++ PKGBUILD	2021-10-03 11:48:03 UTC (rev 1027173)
@@ -6,7 +6,7 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=8.5.2
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
 license=('MIT')
@@ -15,9 +15,7 @@
   'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox'
   'python-jaraco' 'python2-jaraco' 'git')
 checkdepends=('python-pytest' 'python-pytest-xdist'
-              'python-requests' 'python-pyopenssl' 'python-trustme'
-              'python2-pytest' 'python2-pytest-xdist'
-              'python2-requests' 'python2-pyopenssl')
+              'python-requests' 'python-pyopenssl' 'python-trustme')
 source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
         "LICENSE"
         "disable-broken-tests.patch")



More information about the arch-commits mailing list