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

Felix Yan felixonmars at archlinux.org
Fri Oct 6 07:05:37 UTC 2017


    Date: Friday, October 6, 2017 @ 07:05:36
  Author: felixonmars
Revision: 261853

upgpkg: python-pluggy 0.5.2-1

Modified:
  python-pluggy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-06 07:04:12 UTC (rev 261852)
+++ PKGBUILD	2017-10-06 07:05:36 UTC (rev 261853)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pluggy
 pkgname=(python-pluggy python2-pluggy)
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="Plugin and hook calling mechanisms for python"
 arch=('any')
 url="https://www.pluggypayments.com/docs/python"
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/p/pluggy/pluggy-$pkgver.zip")
-sha512sums=('1a6e28df05751767df1ac3dfac4c29ba0367f05ae9c8c6a7f5163bb53de36f90226ed18baedeb41bc8ca23504ca61a9b32ef907d3ec3fee7512bcdf45a56d19c')
+source=("https://pypi.io/packages/source/p/pluggy/pluggy-$pkgver.tar.gz")
+sha512sums=('850b1a7b9e55d46d5deb16b8bc71e3f9d6c26b78fe34379b295a9780f3da8abb3c44f524f175d0392b61fc2d36d66d156db3f499a3c1666e2ff3e3c6344153cb')
 
 prepare() {
   cp -a pluggy-$pkgver{,-py2}
@@ -28,10 +28,10 @@
 
 check() {
   cd "$srcdir"/pluggy-$pkgver
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/pluggy-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-pluggy() {



More information about the arch-commits mailing list