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

Felix Yan felixonmars at archlinux.org
Tue Feb 18 14:43:34 UTC 2020


    Date: Tuesday, February 18, 2020 @ 14:43:34
  Author: felixonmars
Revision: 575956

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 14:43:17 UTC (rev 575955)
+++ PKGBUILD	2020-02-18 14:43:34 UTC (rev 575956)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-construct
-pkgver=2.10.54
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="https://construct.readthedocs.org"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-arrow' 'python-numpy' 'python-pytest-runner' 'python-pytest-benchmark')
-optdepends=('python-arrow: for Timestamp'
-            'python-numpy: for array serialization with Numpy protocol')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz")
-sha512sums=('c7f55397fc509c5763c49277d1748c522b38cebafb7b43085e54a17618953f6e0affba85417787d05bdaba200ab1aafbfc44775bd19cac336d23987756779484')
-
-build() {
-  cd construct-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd construct-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd construct-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 575955, python-construct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-18 14:43:34 UTC (rev 575956)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-construct
+pkgver=2.10.56
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="https://construct.readthedocs.org"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-arrow' 'python-numpy' 'python-pytest-runner' 'python-pytest-benchmark'
+              'python-ruamel-yaml')
+optdepends=('python-arrow: for Timestamp'
+            'python-numpy: for array serialization with Numpy protocol'
+            'python-ruamel-yaml: for KaitaiStruct (KSY) exporter')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz")
+sha512sums=('cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5')
+
+build() {
+  cd construct-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd construct-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd construct-$pkgver
+  python 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