[arch-commits] Commit in python-construct/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jan 1 02:39:56 UTC 2017


    Date: Sunday, January 1, 2017 @ 02:39:56
  Author: felixonmars
Revision: 203453

archrelease: copy trunk to community-staging-any

Added:
  python-construct/repos/community-staging-any/PKGBUILD
    (from rev 203452, python-construct/trunk/PKGBUILD)
Deleted:
  python-construct/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-01 02:39:40 UTC (rev 203452)
+++ PKGBUILD	2017-01-01 02:39:56 UTC (rev 203453)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.8
-_commit=f11f07f9b70a9e5719c2f2e237a45d6c791144cd
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-numpy' 'python2-numpy')
-source=("git+https://github.com/construct/construct.git#commit=$_commit")
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a construct{,-py2}
-}
-
-build() {
-  cd "$srcdir"/construct
-  python setup.py build
-
-  cd "$srcdir"/construct-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/construct
-  PYTHONPATH="$PWD" py.test
-
-  cd "$srcdir"/construct-py2
-  PYTHONPATH="$PWD" py.test2
-}
-
-package_python-construct() {
-  depends=('python')
-
-  cd construct
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-construct() {
-  depends=('python2')
-
-  cd construct-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-staging-any/PKGBUILD (from rev 203452, python-construct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-01 02:39:56 UTC (rev 203453)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.8.10
+_commit=3622db936af6df67ff6421bbbeb3ef492d9808d0
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-numpy' 'python2-numpy')
+source=("git+https://github.com/construct/construct.git#commit=$_commit")
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a construct{,-py2}
+}
+
+build() {
+  cd "$srcdir"/construct
+  python setup.py build
+
+  cd "$srcdir"/construct-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/construct
+  PYTHONPATH="$PWD" py.test
+
+  cd "$srcdir"/construct-py2
+  PYTHONPATH="$PWD" py.test2
+}
+
+package_python-construct() {
+  depends=('python')
+
+  cd construct
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-construct() {
+  depends=('python2')
+
+  cd construct-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list