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

Felix Yan felixonmars at archlinux.org
Sun May 30 17:13:24 UTC 2021


    Date: Sunday, May 30, 2021 @ 17:13:23
  Author: felixonmars
Revision: 950469

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-30 17:13:22 UTC (rev 950468)
+++ PKGBUILD	2021-05-30 17:13:23 UTC (rev 950469)
@@ -1,25 +0,0 @@
-# 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=4
-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
-}

Copied: python-bitvector/repos/community-any/PKGBUILD (from rev 950467, python-bitvector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-30 17:13:23 UTC (rev 950469)
@@ -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.5.0
+pkgrel=1
+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=('c303b77f0f6ea4fb80233afb09e0f830e0beb8cbe17d9bff242a4b6465ec34a5621b1003f5cb8e139460a27bb4fb897960e3dce92eb30b95bef55aa6aa5f0827')
+
+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