[arch-commits] Commit in python-testresources/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 18:01:33 UTC 2020
Date: Thursday, November 12, 2020 @ 18:01:33
Author: felixonmars
Revision: 752914
archrelease: copy trunk to community-staging-any
Added:
python-testresources/repos/community-staging-any/PKGBUILD
(from rev 752913, python-testresources/trunk/PKGBUILD)
Deleted:
python-testresources/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:01:26 UTC (rev 752913)
+++ PKGBUILD 2020-11-12 18:01:33 UTC (rev 752914)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testresources
-pkgver=2.0.1
-pkgrel=7
-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 752913, python-testresources/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:01:33 UTC (rev 752914)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testresources
+pkgver=2.0.1
+pkgrel=8
+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