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

Levente Polyak anthraxx at gemini.archlinux.org
Sun Sep 12 20:18:45 UTC 2021


    Date: Sunday, September 12, 2021 @ 20:18:45
  Author: anthraxx
Revision: 1014588

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 20:18:40 UTC (rev 1014587)
+++ PKGBUILD	2021-09-12 20:18:45 UTC (rev 1014588)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Omar Pakker <archlinux at opakker.nl>
-
-pkgname=python-bidict
-_name=${pkgname#python-}
-pkgver=0.21.2
-pkgrel=2
-pkgdesc='Bidirectional mapping library for Python'
-url='https://bidict.readthedocs.org/'
-arch=('any')
-license=('MPL2')
-depends=('python')
-makedepends=('python-setuptools' 'python-pip' 'python-wheel')
-checkdepends=('python-pytest' 'python-sphinx' 'python-sphinx-autodoc-typehints' 'python-pytest-benchmark'
-	          'python-hypothesis' 'python-py-cpuinfo')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09')
-b2sums=('6bc154cd49d33f9f144c0122175355327f16fbf3f701f751ecc0b65d335c78e5cb66126ef055545ec35a0b56a18efc4446a471477f9c2984f7c9a60cb80e2120')
-
-build() {
-  cd "bidict-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "bidict-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "bidict-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bidict/repos/community-any/PKGBUILD (from rev 1014587, python-bidict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-12 20:18:45 UTC (rev 1014588)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Omar Pakker <archlinux at opakker.nl>
+
+pkgname=python-bidict
+_name=${pkgname#python-}
+pkgver=0.21.3
+pkgrel=1
+pkgdesc='Bidirectional mapping library for Python'
+url='https://bidict.readthedocs.org/'
+arch=('any')
+license=('MPL2')
+depends=('python')
+makedepends=('python-setuptools' 'python-pip' 'python-wheel')
+checkdepends=('python-pytest' 'python-sphinx' 'python-sphinx-autodoc-typehints' 'python-pytest-benchmark'
+	          'python-hypothesis' 'python-py-cpuinfo')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
+sha256sums=('d50bd81fae75e34198ffc94979a0eb0939ff9adb3ef32bcc93a913d8b3e3ed1d')
+b2sums=('d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab')
+
+build() {
+  cd "bidict-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "bidict-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "bidict-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list