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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Thu Apr 28 16:54:44 UTC 2022


    Date: Thursday, April 28, 2022 @ 16:54:44
  Author: alex19ep
Revision: 1191663

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 16:54:40 UTC (rev 1191662)
+++ PKGBUILD	2022-04-28 16:54:44 UTC (rev 1191663)
@@ -1,43 +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.3.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=('7795a4fac1203666c3ca1361ff3e9c9270935d63ef3d120397c3fdbda87d60bafccbe6519114a1a4b408e40af68bd96e5260cea7dda1c75d211f07214de8c5d6')
-b2sums=('c4bf292a9ac86032f831e7d0059f4b0989ee95d2eac5bcff6fbfb755772a44aa790f990e44ed74b05183c87ffb4c39a4ee0de3585a0705d7d38ba563e7160fba')
-
-prepare() {
-	cd frozendict-$pkgver
-	# remove unneeded tests
-	pushd test
-	rm -v c_only.py test_frozendict_c.py test_frozendict_c_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 1191662, python-frozendict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-28 16:54:44 UTC (rev 1191663)
@@ -0,0 +1,43 @@
+# 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.3.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=('e6674f12d311ba75ea2a7e7dc70c5ffef5b34e5461858c6a0c145437946a938cf7e93ec2e0d3c9321f3e5ca2c6d3bf4707aa57e36803cccc0bf2f26a6f95e57d')
+b2sums=('f32874cab519c91a3b006b37c54fd2439527c7cdc796205e84d525d294e27088f702b7fbdc3a9758264be9286c22ef6d6cd324d28edc133b48ad6aa4481b4d06')
+
+prepare() {
+	cd frozendict-$pkgver
+	# remove unneeded tests
+	pushd test
+	rm -v c_only.py test_frozendict_c.py test_frozendict_c_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