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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Tue Dec 21 19:41:43 UTC 2021


    Date: Tuesday, December 21, 2021 @ 19:41:43
  Author: alex19ep
Revision: 1081841

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-21 19:41:39 UTC (rev 1081840)
+++ PKGBUILD	2021-12-21 19:41:43 UTC (rev 1081841)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=python-frozendict
-pkgver=2.1.1
-pkgrel=1
-epoch=1
-pkgdesc='An immutable dictionary'
-url='https://pypi.python.org/pypi/frozendict/'
-arch=('any')
-license=('LGPL3')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz")
-sha512sums=('114a5b994b479949be552012c393f210b9cd4f41c9096d99465cdd6437f1d68d8eb777cbf313703f44a428497d53e74e85985b260afa2cb2483ce2b917a79504')
-b2sums=('5f3081dac00ab65f3121583e6cb662244d3eac337d5389cebde7e7f59da7fd5a36cd33c0067768955f68b5c9c24167dd697c2a0719b25c35a2c7c61ee56dc1cd')
-
-prepare() {
-	cd frozendict-$pkgver
-	# remove unneeded tests
-	pushd test
-	rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py \
-	      test_coold.py test_coold_subclass.py
-	popd
-}
-
-build() {
-	cd frozendict-$pkgver
-	python setup.py py build
-}
-
-check(){
-	cd frozendict-$pkgver
-	PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-	cd frozendict-$pkgver
-	python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-frozendict/repos/community-any/PKGBUILD (from rev 1081840, python-frozendict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-21 19:41:43 UTC (rev 1081841)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-frozendict
+pkgver=2.1.2
+pkgrel=1
+epoch=1
+pkgdesc='An immutable dictionary'
+url='https://pypi.python.org/pypi/frozendict/'
+arch=('any')
+license=('LGPL3')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz")
+sha512sums=('80762037931c0610023cc6ab3c5b115978d60dd39b3369bd51134ce7e79d9ae0202074026f6e377210342a1eaf25785dc38e4011edb28dbd04f8fa5ec764491e')
+b2sums=('9802c71ea4e17898f9a82f1dcc76187b657f5ea5ead9d809d4fa814b9916a84becf25680922b27031786cb57f3325ba236ade8a31b0acfc6d25c65cbfc764716')
+
+prepare() {
+	cd frozendict-$pkgver
+	# remove unneeded tests
+	pushd test
+	rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py \
+	      test_coold.py test_coold_subclass.py
+	popd
+}
+
+build() {
+	cd frozendict-$pkgver
+	python setup.py py build
+}
+
+check(){
+	cd frozendict-$pkgver
+	PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+	cd frozendict-$pkgver
+	python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list