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

Felix Yan felixonmars at archlinux.org
Fri Feb 5 22:06:00 UTC 2021


    Date: Friday, February 5, 2021 @ 22:06:00
  Author: felixonmars
Revision: 846425

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 22:05:48 UTC (rev 846424)
+++ PKGBUILD	2021-02-05 22:06:00 UTC (rev 846425)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-construct
-pkgver=2.10.56
-pkgrel=3
-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
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 846424, python-construct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-05 22:06:00 UTC (rev 846425)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-construct
+pkgver=2.10.57
+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=('ef2f0bbcf4cbcf4862033b16ccb428f84d63ca5c867157b47e38b441cb439c953b543cf69f352c0542525fd07b37d1b3b68910ae5331c482e75b4af937e116a1')
+
+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