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

Felix Yan felixonmars at archlinux.org
Thu May 9 15:02:56 UTC 2019


    Date: Thursday, May 9, 2019 @ 15:02:56
  Author: felixonmars
Revision: 464608

upgpkg: python-zipp 0.5.0-1

Modified:
  python-zipp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-09 15:00:49 UTC (rev 464607)
+++ PKGBUILD	2019-05-09 15:02:56 UTC (rev 464608)
@@ -2,7 +2,7 @@
 
 pkgbase=python-zipp
 pkgname=(python-zipp python2-zipp)
-pkgver=0.3.3
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Pathlib-compatible object wrapper for zip files"
 url="https://github.com/jaraco/zipp"
@@ -9,10 +9,9 @@
 license=('MIT')
 arch=('x86_64')
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-flake8'
-              'python2-pytest-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/$pkgver.tar.gz")
-sha512sums=('b22e2a2d576ab3ec71cf0065875ce82c4020a7a490493bb007d51592bc7be957487af50f1e77a6a550eb0ebbfb621617f60e5ced559609687e22be98816843ac')
+checkdepends=('python2-pathlib2' 'python2-contextlib2' 'python2-unittest2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz")
+sha512sums=('8f6c89a99a6ae16e01ea0b022d1f8e18f3d7761ba65c6b82f2b4c8fd9c97f39c33e8fe4f21ed71735168f48f6243ffbecca9e6145b89255f8e6b6533739820cb')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -24,8 +23,8 @@
 
 check() {
   cd zipp-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
+  python setup.py test
+  python2 setup.py test
 }
 
 package_python-zipp() {



More information about the arch-commits mailing list