[arch-commits] Commit in python-frozendict/repos/community-any (PKGBUILD PKGBUILD)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Mon Oct 25 11:48:10 UTC 2021
Date: Monday, October 25, 2021 @ 11:48:09
Author: alex19ep
Revision: 1033503
archrelease: copy trunk to community-any
Added:
python-frozendict/repos/community-any/PKGBUILD
(from rev 1033502, python-frozendict/trunk/PKGBUILD)
Deleted:
python-frozendict/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-25 11:47:56 UTC (rev 1033502)
+++ PKGBUILD 2021-10-25 11:48:09 UTC (rev 1033503)
@@ -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.6
-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=('c1bb1949f3f5d9b61ee3de51c5fb1ee3fb8112dad3058ae985f83837f1c280d8bb1390b934ccd47304c3c4a45856f18558492791974aba8bdfe4d52fe17bb78e')
-b2sums=('036142baa6e88a57bfa4f4c9b50cacff10bd2823f49b89b67524d67ca02c197a755b7bb1f1b8360559d58545c26d6e25984a4ccf5eab8fe87c914fb1bebb239f')
-
-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 1033502, python-frozendict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-25 11:48:09 UTC (rev 1033503)
@@ -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.0.7
+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=('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 :
More information about the arch-commits
mailing list