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

Felix Yan fyan at archlinux.org
Wed Oct 14 01:40:41 UTC 2015


    Date: Wednesday, October 14, 2015 @ 03:40:40
  Author: fyan
Revision: 143950

upgpkg: python-hpack 2.0.0-1

Modified:
  python-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-14 01:34:06 UTC (rev 143949)
+++ PKGBUILD	2015-10-14 01:40:40 UTC (rev 143950)
@@ -4,16 +4,16 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 _pkgname=hpack
-pkgver=1.1.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="http://hyper.rtfd.org/"
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz")
-sha512sums=('2a9618b838dc8e0360e297ac0c65584c02dc0f036a49c833aac34b6950789acda145e180dd3a80b1e02e38be12ce0f829db60fa67ee306d4e8ae7a7fff8d500d')
+sha512sums=('fc88930235d9c41286e13c55f2732094740162c1fdb4f9b55b383311a5412b0a2e2ddecb232a2d9fc9b821eb80b7e305156c4f6018f3e6653d957b72c179a97b')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}
@@ -29,10 +29,10 @@
 
 check() {
   cd $_pkgname-$pkgver
-  py.test
+  python setup.py ptr
 
   cd ../$_pkgname-$pkgver-py2
-  py.test2
+  python2 setup.py ptr
 }
 
 package_python-hpack() {



More information about the arch-commits mailing list