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

Thore Bödecker foxxx0 at archlinux.org
Mon Nov 16 10:41:10 UTC 2020


    Date: Monday, November 16, 2020 @ 10:41:10
  Author: foxxx0
Revision: 755195

upgpkg: python-cheroot 8.4.7-3: add missing python2-jaraco dep to py2 splitpkg, fixes FS#64181

Modified:
  python-cheroot/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-16 10:39:28 UTC (rev 755194)
+++ PKGBUILD	2020-11-16 10:41:10 UTC (rev 755195)
@@ -6,7 +6,7 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=8.4.7
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
 license=('MIT')
@@ -13,7 +13,7 @@
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
   'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
   'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox'
-  'python-jaraco' 'git')
+  'python-jaraco' 'python2-jaraco' 'git')
 checkdepends=('python-pytest' 'python-pytest-xdist'
               'python-requests' 'python-pyopenssl' 'python-trustme'
               'python2-pytest' 'python2-pytest-xdist'
@@ -76,7 +76,8 @@
 
 package_python2-cheroot() {
   depends=('python2-six' 'python2-backports.functools_lru_cache'
-           'python2-backports.unittest_mock' 'python2-selectors2')
+           'python2-backports.unittest_mock' 'python2-selectors2'
+           'python2-jaraco')
 
   cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1



More information about the arch-commits mailing list