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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 16:43:40 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:43:39
  Author: foutrelis
Revision: 521142

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:43:36 UTC (rev 521141)
+++ PKGBUILD	2019-10-31 16:43:39 UTC (rev 521142)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-kaitaistruct
-pkgver=0.8
-pkgrel=4
-pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime library for Python"
-arch=('any')
-license=('MIT')
-url="https://kaitai.io"
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz")
-sha512sums=('a676a048dd96366dbc89a981dc51c1f6aeb76b9e4fc2d3ebfea527c27dc201803e4f3d8fceff96686e3964b1f3040e4ee9dd2f857a422da1998d98dc325bdbc7')
-
-build() {
-  cd kaitai_struct_python_runtime-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd kaitai_struct_python_runtime-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-kaitaistruct/repos/community-staging-any/PKGBUILD (from rev 521141, python-kaitaistruct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:43:39 UTC (rev 521142)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-kaitaistruct
+pkgver=0.8
+pkgrel=5
+pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime library for Python"
+arch=('any')
+license=('MIT')
+url="https://kaitai.io"
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz")
+sha512sums=('a676a048dd96366dbc89a981dc51c1f6aeb76b9e4fc2d3ebfea527c27dc201803e4f3d8fceff96686e3964b1f3040e4ee9dd2f857a422da1998d98dc325bdbc7')
+
+build() {
+  cd kaitai_struct_python_runtime-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd kaitai_struct_python_runtime-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list