[arch-commits] Commit in python-bitvector/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:54:58 UTC 2019


    Date: Monday, November 4, 2019 @ 08:54:58
  Author: felixonmars
Revision: 523813

archrelease: copy trunk to community-staging-any

Added:
  python-bitvector/repos/community-staging-any/
  python-bitvector/repos/community-staging-any/PKGBUILD
    (from rev 523812, python-bitvector/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: python-bitvector/repos/community-staging-any/PKGBUILD (from rev 523812, python-bitvector/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 08:54:58 UTC (rev 523813)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-bitvector
+pkgver=3.4.9
+pkgrel=2
+pkgdesc="A memory-efficient packed representation for bit arrays in pure Python"
+url="https://pypi.python.org/pypi/BitVector"
+license=('PSF')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/B/BitVector/BitVector-$pkgver.tar.gz")
+sha512sums=('be2144a35990b46aa2cbd71d65db51baac5fec65d4c91a1e2222857b307c96f5551adf1c5a86f145f01fa895465b99bc02a485d5d7a43495dd1e05b9a0d9d513')
+
+build() {
+  cd BitVector-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd BitVector-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list