[arch-commits] Commit in python-kaitaistruct/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:48:20 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:48:20
Author: foutrelis
Revision: 1061186
archrelease: copy trunk to community-staging-any
Added:
python-kaitaistruct/repos/community-staging-any/PKGBUILD
(from rev 1061184, python-kaitaistruct/trunk/PKGBUILD)
Deleted:
python-kaitaistruct/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:48:19 UTC (rev 1061185)
+++ PKGBUILD 2021-12-01 21:48:20 UTC (rev 1061186)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-kaitaistruct
-pkgver=0.9
-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=('e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05')
-
-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 1061184, python-kaitaistruct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:48:20 UTC (rev 1061186)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-kaitaistruct
+pkgver=0.9
+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=('e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05')
+
+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