[arch-commits] Commit in python-frozendict/repos/community-any (PKGBUILD PKGBUILD)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Tue Aug 2 16:52:28 UTC 2022
Date: Tuesday, August 2, 2022 @ 16:52:27
Author: alex19ep
Revision: 1259845
archrelease: copy trunk to community-any
Added:
python-frozendict/repos/community-any/PKGBUILD
(from rev 1259844, python-frozendict/trunk/PKGBUILD)
Deleted:
python-frozendict/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-02 16:52:22 UTC (rev 1259844)
+++ PKGBUILD 2022-08-02 16:52:27 UTC (rev 1259845)
@@ -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.3
-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=('7d29801e2bbf2d0fe377d3e182568d9b50cc548f72d7a3499b6cb5010830fc4610b379c6b5d0f3ad3bf9db9905f747dabde2a5d8c5d5b8deceb2d894e5e3e509')
-b2sums=('7ebba5ddd8ee0d89a4c0dd5c841450bd6f551ae46a93549d6018904fda378304345c1300db0a5aaafa21b8db680d4cc7e6cdaa4f76f7d4ad5c7d05e4bdf92bfb')
-
-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 1259844, python-frozendict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-02 16:52:27 UTC (rev 1259845)
@@ -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.4
+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=('a73aabcb7449f8c1876c7acbf58e41016dd8177c08321cd66082e0fec08f53cdd3d21ed3034fbadad2c188267c4adfdbcd1b761dfbc0641b2d3710b9ddad29bc')
+b2sums=('d8f275c5ef7a07afeeee7ecdb36ded3955fc1801275faaa00cd8cd8a9b54cac4caefbc3d0485fe0c339de4da3afe50aa71175ed71dc0116ce0293d679fd8ec2c')
+
+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