[arch-commits] Commit in python-hpack/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Mar 17 05:49:28 UTC 2016


    Date: Thursday, March 17, 2016 @ 06:49:28
  Author: fyan
Revision: 166944

archrelease: copy trunk to community-any

Added:
  python-hpack/repos/community-any/PKGBUILD
    (from rev 166943, python-hpack/trunk/PKGBUILD)
Deleted:
  python-hpack/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-17 05:49:12 UTC (rev 166943)
+++ PKGBUILD	2016-03-17 05:49:28 UTC (rev 166944)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-hpack
-pkgname=(python-hpack python2-hpack)
-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' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/Lukasa/hpack.git#tag=v$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hpack{,-py2}
-}
-
-build() {
-  cd hpack
-  python setup.py build
-
-  cd ../hpack-py2
-  python2 setup.py build
-}
-
-check() {
-  cd hpack
-  python setup.py ptr
-
-  cd ../hpack-py2
-  python2 setup.py ptr
-}
-
-package_python-hpack() {
-  depends=('python')
-
-  cd hpack
-  python setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-hpack() {
-  depends=('python2')
-
-  cd hpack-py2
-  python2 setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-hpack/repos/community-any/PKGBUILD (from rev 166943, python-hpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-17 05:49:28 UTC (rev 166944)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-hpack
+pkgname=(python-hpack python2-hpack)
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Pure-Python HPACK header compression"
+arch=('any')
+url="http://hyper.rtfd.org/"
+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')
+
+prepare() {
+  cp -a hpack{,-py2}
+}
+
+build() {
+  cd "$srcdir"/hpack
+  python setup.py build
+
+  cd "$srcdir"/hpack-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/hpack
+  python setup.py ptr
+
+  cd "$srcdir"/hpack-py2
+  python2 setup.py ptr
+}
+
+package_python-hpack() {
+  depends=('python')
+
+  cd hpack
+  python setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hpack() {
+  depends=('python2')
+
+  cd hpack-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list