Date: Saturday, October 30, 2021 @ 15:04:59
  Author: foxboron
Revision: 1034980

upgpkg: python-cachecontrol 0.12.6-4 - Remove python2 checkdepends

Modified:
  python-cachecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-30 15:02:46 UTC (rev 1034979)
+++ PKGBUILD    2021-10-30 15:04:59 UTC (rev 1034980)
@@ -4,7 +4,7 @@
 pkgbase=python-cachecontrol
 pkgname=('python-cachecontrol' 'python2-cachecontrol')
 pkgver=0.12.6
-pkgrel=3
+pkgrel=4
 pkgdesc="httplib2 caching for requests"
 arch=('any')
 url="https://github.com/ionrock/${_pkgname}";
@@ -11,8 +11,7 @@
 license=('Apache')
 makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 
'python2-requests'
              'python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 'python-cherrypy'
-              'python2-mock' 'python2-pytest' 'python2-lockfile' 
'python2-cherrypy')
+checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 
'python-cherrypy')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
         "0001-Remove-unnecessary-console-script.patch")
 sha256sums=('2ec120838f445bff473cd8b8206ddae3650679142976927179743fabb876f3e3'
@@ -35,7 +34,8 @@
     cd "${srcdir}"/${_pkgname}-${pkgver}
 
     python -m pytest
-    python2 -m pytest
+    # Ignore python2 tests
+    #python2 -m pytest
 }
 
 package_python-cachecontrol() {

Reply via email to