[arch-commits] Commit in python-cached-property/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:10:31 UTC 2019
Date: Thursday, October 31, 2019 @ 18:10:30
Author: felixonmars
Revision: 521578
archrelease: copy trunk to community-staging-any
Added:
python-cached-property/repos/community-staging-any/PKGBUILD
(from rev 521576, 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 2019-10-31 18:10:27 UTC (rev 521577)
+++ PKGBUILD 2019-10-31 18:10:30 UTC (rev 521578)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cached-property
-pkgver=1.5.1
-pkgrel=3
-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=('d6c2cd35d7781e3123c7c076681c0dbfd352b24f71b87e1689b304a5a65759d3f7a27e46a1ce5fe1571cbe6c0dc4981b1eb5eb8314b76b13aa15eb8429645a43')
-
-build() {
- cd cached-property-$pkgver
- python setup.py build
-}
-
-check() {
- # https://github.com/pydanny/cached-property/issues/131
- cd cached-property-$pkgver
- py.test || warning "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 521576, python-cached-property/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:10:30 UTC (rev 521578)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cached-property
+pkgver=1.5.1
+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=('d6c2cd35d7781e3123c7c076681c0dbfd352b24f71b87e1689b304a5a65759d3f7a27e46a1ce5fe1571cbe6c0dc4981b1eb5eb8314b76b13aa15eb8429645a43')
+
+build() {
+ cd cached-property-$pkgver
+ python setup.py build
+}
+
+check() {
+ # https://github.com/pydanny/cached-property/issues/131
+ cd cached-property-$pkgver
+ py.test || warning "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