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

Felix Yan felixonmars at archlinux.org
Mon Jan 30 14:43:37 UTC 2017


    Date: Monday, January 30, 2017 @ 14:43:36
  Author: felixonmars
Revision: 287770

upgpkg: python-setuptools 1:34.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 10:24:48 UTC (rev 287769)
+++ PKGBUILD	2017-01-30 14:43:36 UTC (rev 287770)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.0.3
+pkgver=34.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 'python2-appdirs' 'python-pip'
              'python2-pip' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-flake8'
-              'python2-pytest-flake8' 'python-mock' 'python2-mock' 'git')
+              'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
 source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver")
 sha512sums=('SKIP')
 
@@ -57,10 +57,10 @@
   export PYTHONDONTWRITEBYTECODE=1
 
   cd "$srcdir"/setuptools
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/setuptools-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 )}
 
 package_python-setuptools() {



More information about the arch-commits mailing list