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

Santiago Torres-Arias sangy at gemini.archlinux.org
Wed Aug 25 00:33:09 UTC 2021


    Date: Wednesday, August 25, 2021 @ 00:33:09
  Author: sangy
Revision: 1004690

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 00:32:51 UTC (rev 1004689)
+++ PKGBUILD	2021-08-25 00:33:09 UTC (rev 1004690)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Maintainer: nblock <nblock [/at\] archlinux DOT us>
-# Contributor: Thomas Conneely <tc116 at le dot ac dot uk>
-
-pkgname=python-bitstring
-pkgver=3.1.7
-pkgrel=3
-pkgdesc='Python module designed to help make the creation, manipulation and analysis of binary data as simple and natural as possible'
-arch=('any')
-url="https://scott-griffiths.github.io/bitstring/"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz")
-sha256sums=('fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79')
-
-build() {
-  # still unsure why the upstream tarball has the name repeated twice...
-  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
-
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-bitstring/repos/community-any/PKGBUILD (from rev 1004689, python-bitstring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-25 00:33:09 UTC (rev 1004690)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Maintainer: nblock <nblock [/at\] archlinux DOT us>
+# Contributor: Thomas Conneely <tc116 at le dot ac dot uk>
+
+pkgname=python-bitstring
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='Python module designed to help make the creation, manipulation and analysis of binary data as simple and natural as possible'
+arch=('any')
+url="https://scott-griffiths.github.io/bitstring/"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz")
+sha256sums=('32da255b20b93a15260a8498170411ef1f112de5e5011fd0ae81fd834edf5f07')
+
+build() {
+  # still unsure why the upstream tarball has the name repeated twice...
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list