[arch-commits] Commit in python-cached-property/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:39:07 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:39:07
Author: felixonmars
Revision: 1060936
archrelease: copy trunk to community-staging-any
Added:
python-cached-property/repos/community-staging-any/PKGBUILD
(from rev 1060934, python-cached-property/trunk/PKGBUILD)
Deleted:
python-cached-property/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:39:07 UTC (rev 1060935)
+++ PKGBUILD 2021-12-01 21:39:07 UTC (rev 1060936)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cached-property
-pkgver=1.5.2
-pkgrel=4
-pkgdesc="A decorator for caching properties in classes"
-arch=('any')
-license=('BSD')
-url="https://github.com/pydanny/cached-property"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pydanny/cached-property/archive/$pkgver.tar.gz")
-sha512sums=('71ce8376c5d90c8e97dc91af7a9329d3645a311c7cc41cf052074989430de68b66efc17c62c6780982f500b3d09a12cb24613df7b4f1bff95cf68f6442f50d0d')
-
-build() {
- cd cached-property-$pkgver
- python setup.py build
-}
-
-check() {
- # https://github.com/pydanny/cached-property/issues/131
- cd cached-property-$pkgver
- py.test || echo "Tests failed"
-}
-
-package() {
- cd cached-property-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-cached-property/repos/community-staging-any/PKGBUILD (from rev 1060934, python-cached-property/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:39:07 UTC (rev 1060936)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cached-property
+pkgver=1.5.2
+pkgrel=5
+pkgdesc="A decorator for caching properties in classes"
+arch=('any')
+license=('BSD')
+url="https://github.com/pydanny/cached-property"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pydanny/cached-property/archive/$pkgver.tar.gz")
+sha512sums=('71ce8376c5d90c8e97dc91af7a9329d3645a311c7cc41cf052074989430de68b66efc17c62c6780982f500b3d09a12cb24613df7b4f1bff95cf68f6442f50d0d')
+
+build() {
+ cd cached-property-$pkgver
+ python setup.py build
+}
+
+check() {
+ # https://github.com/pydanny/cached-property/issues/131
+ cd cached-property-$pkgver
+ py.test || echo "Tests failed"
+}
+
+package() {
+ cd cached-property-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list