[arch-commits] Commit in python-frozendict/repos/community-staging-any (2 files)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Wed Dec 8 20:26:13 UTC 2021
Date: Wednesday, December 8, 2021 @ 20:26:13
Author: alex19ep
Revision: 1065698
archrelease: copy trunk to community-staging-any
Added:
python-frozendict/repos/community-staging-any/PKGBUILD
(from rev 1065697, python-frozendict/trunk/PKGBUILD)
Deleted:
python-frozendict/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-08 20:26:10 UTC (rev 1065697)
+++ PKGBUILD 2021-12-08 20:26:13 UTC (rev 1065698)
@@ -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.0.7
-pkgrel=3
-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=('2ebe1db9de956dfcf441268a45e28cc5742b22f78a7182267185c28af6d56c6e2345af55ad4292490222791fc9e07abbd72813d9176529171030b4175e03fc0b')
-b2sums=('db5ea91dafe1b9a1e0996a6f8b9124fd19c8d6c70113c1189cdbd12ef83247ac73ec37b4e86bbe1dc671bf3463c69bfe71b44763c6588f5d19a8db97dc1c09eb')
-
-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-staging-any/PKGBUILD (from rev 1065697, python-frozendict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-08 20:26:13 UTC (rev 1065698)
@@ -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.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 :
More information about the arch-commits
mailing list