[arch-commits] Commit in python-testresources/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:50:27 UTC 2021
Date: Friday, December 3, 2021 @ 00:50:26
Author: felixonmars
Revision: 1064094
archrelease: copy trunk to community-staging-any
Added:
python-testresources/repos/community-staging-any/PKGBUILD
(from rev 1064092, python-testresources/trunk/PKGBUILD)
Deleted:
python-testresources/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 00:50:24 UTC (rev 1064093)
+++ PKGBUILD 2021-12-03 00:50:26 UTC (rev 1064094)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testresources
-pkgver=2.0.1
-pkgrel=9
-pkgdesc="Testresources, a pyunit extension for managing expensive test resources"
-arch=('any')
-license=('Apache' 'BSD')
-url="https://launchpad.net/testresources"
-depends=('python')
-makedepends=('python-pbr' 'python-testtools')
-source=("https://pypi.io/packages/source/t/testresources/testresources-$pkgver.tar.gz")
-sha512sums=('0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4')
-
-build() {
- cd testresources-$pkgver
- python setup.py build
-}
-
-check() {
- cd testresources-$pkgver
- python -m testtools.run discover
-}
-
-package() {
- cd testresources-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
Copied: python-testresources/repos/community-staging-any/PKGBUILD (from rev 1064092, python-testresources/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 00:50:26 UTC (rev 1064094)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testresources
+pkgver=2.0.1
+pkgrel=10
+pkgdesc="Testresources, a pyunit extension for managing expensive test resources"
+arch=('any')
+license=('Apache' 'BSD')
+url="https://launchpad.net/testresources"
+depends=('python')
+makedepends=('python-pbr' 'python-testtools')
+source=("https://pypi.io/packages/source/t/testresources/testresources-$pkgver.tar.gz")
+sha512sums=('0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4')
+
+build() {
+ cd testresources-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd testresources-$pkgver
+ python -m testtools.run discover
+}
+
+package() {
+ cd testresources-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
More information about the arch-commits
mailing list