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

2020-11-26 Thread Felix Yan via arch-commits
Date: Thursday, November 26, 2020 @ 17:32:44
  Author: felixonmars
Revision: 763684

upgpkg: python-hpack 4.0.0-1

Modified:
  python-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 17:30:34 UTC (rev 763683)
+++ PKGBUILD2020-11-26 17:32:44 UTC (rev 763684)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hpack
-pkgver=3.0.0
-pkgrel=6
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="https://hyper.rtfd.org/;
@@ -9,16 +9,10 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hpack/archive/v$pkgver.tar.gz;
-
$pkgname-pytest-5.patch::https://github.com/python-hyper/hpack/commit/97207a9e88f906cf8e4198aec20b24ef97764486.patch)
-sha512sums=('7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6'
-
'04bea1bdf3365d923e3b29492467814219b63ab35beecd8f4e2c2fdb0c482f0aa92a10d83011cae129f574725bff99fb25ad325d151c6888ab8e67b879faa323')
+checkdepends=('python-pytest-runner' 'python-hypothesis')
+source=("https://github.com/python-hyper/hpack/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b')
 
-prepare() {
-  patch -d hpack-$pkgver -p1 -i ../$pkgname-pytest-5.patch || :
-}
-
 build() {
   cd hpack-$pkgver
   python setup.py build
@@ -26,7 +20,7 @@
 
 check() {
   cd hpack-$pkgver
-  python -m pytest test
+  python setup.py pytest
 }
 
 package() {


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 16:00:11
  Author: felixonmars
Revision: 747292

upgpkg: python-hpack 3.0.0-5: Python 3.9 rebuild

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:00:06 UTC (rev 747291)
+++ PKGBUILD2020-11-09 16:00:11 UTC (rev 747292)
@@ -2,7 +2,7 @@
 
 pkgname=python-hpack
 pkgver=3.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="https://hyper.rtfd.org/;


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 22:23:35
  Author: felixonmars
Revision: 583424

upgpkg: python-hpack 3.0.0-4: remove python2 sibling

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 14 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:22:53 UTC (rev 583423)
+++ PKGBUILD2020-02-26 22:23:35 UTC (rev 583424)
@@ -1,52 +1,36 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-hpack
-pkgname=(python-hpack python2-hpack)
+pkgname=python-hpack
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="https://hyper.rtfd.org/;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hpack/archive/v$pkgver.tar.gz;)
-sha512sums=('7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hpack/archive/v$pkgver.tar.gz;
+
$pkgname-pytest-5.patch::https://github.com/python-hyper/hpack/commit/97207a9e88f906cf8e4198aec20b24ef97764486.patch)
+sha512sums=('7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6'
+
'04bea1bdf3365d923e3b29492467814219b63ab35beecd8f4e2c2fdb0c482f0aa92a10d83011cae129f574725bff99fb25ad325d151c6888ab8e67b879faa323')
 
 prepare() {
-  cp -a hpack-$pkgver{,-py2}
+  patch -d hpack-$pkgver -p1 -i ../$pkgname-pytest-5.patch || :
 }
 
 build() {
-  cd "$srcdir"/hpack-$pkgver
+  cd hpack-$pkgver
   python setup.py build
-
-  cd "$srcdir"/hpack-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/hpack-$pkgver
-  python setup.py pytest --addopts test
-
-  cd "$srcdir"/hpack-$pkgver-py2
-  python2 setup.py pytest --addopts test
+  cd hpack-$pkgver
+  python -m pytest test
 }
 
-package_python-hpack() {
-  depends=('python')
-
+package() {
   cd hpack-$pkgver
   python setup.py install -O1 --root "$pkgdir"
-
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-hpack() {
-  depends=('python2')
-
-  cd hpack-$pkgver-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:54:14
  Author: felixonmars
Revision: 519262

Python 3.8 rebuild

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:54:02 UTC (rev 519261)
+++ PKGBUILD2019-10-25 15:54:14 UTC (rev 519262)
@@ -3,7 +3,7 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="https://hyper.rtfd.org/;


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

2019-06-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 18, 2019 @ 20:20:49
  Author: arojas
Revision: 482192

https

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:20:07 UTC (rev 482191)
+++ PKGBUILD2019-06-18 20:20:49 UTC (rev 482192)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
-url="http://hyper.rtfd.org/;
+url="https://hyper.rtfd.org/;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 15:49:45
  Author: foutrelis
Revision: 348329

Python 3.7 rebuild

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 15:49:42 UTC (rev 348328)
+++ PKGBUILD2018-06-30 15:49:45 UTC (rev 348329)
@@ -4,7 +4,7 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="http://hyper.rtfd.org/;


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:44:35
  Author: felixonmars
Revision: 246304

upgpkg: python-hpack 3.0.0-1

Modified:
  python-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 07:37:12 UTC (rev 246303)
+++ PKGBUILD2017-07-25 07:44:35 UTC (rev 246304)
@@ -3,8 +3,8 @@
 
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
-pkgver=2.3.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="http://hyper.rtfd.org/;
@@ -11,33 +11,33 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
-source=("git+https://github.com/Lukasa/hpack.git#tag=v$pkgver;)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hpack/archive/v$pkgver.tar.gz;)
+sha512sums=('7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6')
 
 prepare() {
-  cp -a hpack{,-py2}
+  cp -a hpack-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/hpack
+  cd "$srcdir"/hpack-$pkgver
   python setup.py build
 
-  cd "$srcdir"/hpack-py2
+  cd "$srcdir"/hpack-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/hpack
-  python setup.py ptr
+  cd "$srcdir"/hpack-$pkgver
+  python setup.py pytest --addopts test
 
-  cd "$srcdir"/hpack-py2
-  python2 setup.py ptr
+  cd "$srcdir"/hpack-$pkgver-py2
+  python2 setup.py pytest --addopts test
 }
 
 package_python-hpack() {
   depends=('python')
 
-  cd hpack
+  cd hpack-$pkgver
   python setup.py install -O1 --root "$pkgdir"
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
@@ -46,7 +46,7 @@
 package_python2-hpack() {
   depends=('python2')
 
-  cd hpack-py2
+  cd hpack-$pkgver-py2
   python2 setup.py install -O1 --root "$pkgdir"
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2016-12-24 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 05:50:32
  Author: felixonmars
Revision: 201837

Python 3.6 rebuild

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 05:46:16 UTC (rev 201836)
+++ PKGBUILD2016-12-25 05:50:32 UTC (rev 201837)
@@ -4,7 +4,7 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="http://hyper.rtfd.org/;


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

2016-08-05 Thread Felix Yan
Date: Friday, August 5, 2016 @ 07:20:23
  Author: felixonmars
Revision: 185185

upgpkg: python-hpack 2.3.0-1

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 07:20:15 UTC (rev 185184)
+++ PKGBUILD2016-08-05 07:20:23 UTC (rev 185185)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')


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

2016-04-22 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 07:29:14
  Author: fyan
Revision: 171614

upgpkg: python-hpack 2.2.0-1

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-22 20:02:58 UTC (rev 171613)
+++ PKGBUILD2016-04-23 05:29:14 UTC (rev 171614)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')


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

2016-03-19 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 06:49:12
  Author: fyan
Revision: 166943

upgpkg: python-hpack 2.1.1-1

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 05:40:31 UTC (rev 166942)
+++ PKGBUILD2016-03-17 05:49:12 UTC (rev 166943)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
@@ -10,7 +10,7 @@
 url="http://hyper.rtfd.org/;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
 source=("git+https://github.com/Lukasa/hpack.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 
@@ -19,18 +19,18 @@
 }
 
 build() {
-  cd hpack
+  cd "$srcdir"/hpack
   python setup.py build
 
-  cd ../hpack-py2
+  cd "$srcdir"/hpack-py2
   python2 setup.py build
 }
 
 check() {
-  cd hpack
+  cd "$srcdir"/hpack
   python setup.py ptr
 
-  cd ../hpack-py2
+  cd "$srcdir"/hpack-py2
   python2 setup.py ptr
 }
 
@@ -38,9 +38,9 @@
   depends=('python')
 
   cd hpack
-  python setup.py install -O1 --root "${pkgdir}"
+  python setup.py install -O1 --root "$pkgdir"
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-hpack() {
@@ -47,7 +47,7 @@
   depends=('python2')
 
   cd hpack-py2
-  python2 setup.py install -O1 --root "${pkgdir}"
+  python2 setup.py install -O1 --root "$pkgdir"
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 17:02:51
  Author: fyan
Revision: 159989

upgpkg: python-hpack 2.1.0-1

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 15:49:25 UTC (rev 159988)
+++ PKGBUILD2016-02-02 16:02:51 UTC (rev 159989)
@@ -3,35 +3,34 @@
 
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
-_pkgname=hpack
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="http://hyper.rtfd.org/;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz;)
-sha512sums=('dd014e2e08c3d7cc0e216cc1d18c95e55838e2bf4b7e706b54b0093140750c2cdb76944d14b78dae1320e27028c0be9dd73b66535bf8b02ca78615e4fe241133')
+source=("git+https://github.com/Lukasa/hpack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
 
 prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
+  cp -a hpack{,-py2}
 }
 
 build() {
-  cd $_pkgname-$pkgver
+  cd hpack
   python setup.py build
 
-  cd ../$_pkgname-$pkgver-py2
+  cd ../hpack-py2
   python2 setup.py build
 }
 
 check() {
-  cd $_pkgname-$pkgver
+  cd hpack
   python setup.py ptr
 
-  cd ../$_pkgname-$pkgver-py2
+  cd ../hpack-py2
   python2 setup.py ptr
 }
 
@@ -38,7 +37,7 @@
 package_python-hpack() {
   depends=('python')
 
-  cd $_pkgname-$pkgver
+  cd hpack
   python setup.py install -O1 --root "${pkgdir}"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -47,9 +46,8 @@
 package_python2-hpack() {
   depends=('python2')
 
-  cd $_pkgname-$pkgver-py2
+  cd hpack-py2
   python2 setup.py install -O1 --root "${pkgdir}"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-


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

2015-11-09 Thread Felix Yan
Date: Tuesday, November 10, 2015 @ 04:18:13
  Author: fyan
Revision: 146460

upgpkg: python-hpack 2.0.1-1

Modified:
  python-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-10 03:13:19 UTC (rev 146459)
+++ PKGBUILD2015-11-10 03:18:13 UTC (rev 146460)
@@ -4,7 +4,7 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 _pkgname=hpack
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz;)
-sha512sums=('fc88930235d9c41286e13c55f2732094740162c1fdb4f9b55b383311a5412b0a2e2ddecb232a2d9fc9b821eb80b7e305156c4f6018f3e6653d957b72c179a97b')
+sha512sums=('dd014e2e08c3d7cc0e216cc1d18c95e55838e2bf4b7e706b54b0093140750c2cdb76944d14b78dae1320e27028c0be9dd73b66535bf8b02ca78615e4fe241133')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2015-10-13 Thread Felix Yan
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
===
--- PKGBUILD2015-10-14 01:34:06 UTC (rev 143949)
+++ PKGBUILD2015-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() {


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

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 18:27:50
  Author: foutrelis
Revision: 140937

Python 3.5 rebuild

Modified:
  python-hpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 16:26:49 UTC (rev 140936)
+++ PKGBUILD2015-09-19 16:27:50 UTC (rev 140937)
@@ -5,7 +5,7 @@
 pkgname=(python-hpack python2-hpack)
 _pkgname=hpack
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure-Python HPACK header compression"
 arch=('any')
 url="http://hyper.rtfd.org/;


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:02:12
  Author: fyan
Revision: 137765

upgpkg: python-hpack 1.1.0-1

Modified:
  python-hpack/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:59:17 UTC (rev 137764)
+++ PKGBUILD2015-08-03 04:02:12 UTC (rev 137765)
@@ -4,7 +4,7 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 _pkgname=hpack
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=Pure-Python HPACK header compression
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=($pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz;)
-sha512sums=('d2e0e6e76f697c81fb9be64ae16a086d68e3bfb8971b66844a58e5fb76a28d3a895cb42f000e142481c4d41e931e92a90d2e9190d192c0053d2569f177d0f674')
+sha512sums=('2a9618b838dc8e0360e297ac0c65584c02dc0f036a49c833aac34b6950789acda145e180dd3a80b1e02e38be12ce0f829db60fa67ee306d4e8ae7a7fff8d500d')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


Property changes on: python-hpack/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property