Date: Monday, April 10, 2023 @ 04:53:35
Author: felixonmars
Revision: 1443591
archrelease: copy trunk to community-staging-any
Added:
python-testscenarios/repos/community-staging-any/PKGBUILD
(from rev 1443590, python-testscenarios/trunk/PKGBUILD)
Deleted:
python-testscenarios/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 04:53:27 UTC (rev 1443590)
+++ PKGBUILD 2023-04-10 04:53:35 UTC (rev 1443591)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-testscenarios
-pkgver=0.5.0
-pkgrel=12
-pkgdesc="Testscenarios, a pyunit extension for dependency injection"
-arch=('any')
-license=('Apache')
-url="https://launchpad.net/testscenarios"
-depends=('python-testtools')
-makedepends=('python-setuptools' 'python-pbr')
-source=("https://pypi.python.org/packages/source/t/testscenarios/testscenarios-$pkgver.tar.gz")
-sha512sums=('f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521')
-
-build() {
- cd testscenarios-$pkgver
- python setup.py build
-}
-
-check() {
- cd testscenarios-$pkgver
- python -m testtools.run testscenarios.test_suite
-}
-
-package() {
- cd testscenarios-$pkgver
- python setup.py install --root="${pkgdir}" --optimize=1
-}
Copied: python-testscenarios/repos/community-staging-any/PKGBUILD (from rev
1443590, python-testscenarios/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 04:53:35 UTC (rev 1443591)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-testscenarios
+pkgver=0.5.0
+pkgrel=13
+pkgdesc="Testscenarios, a pyunit extension for dependency injection"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/testscenarios"
+depends=('python-testtools')
+makedepends=('python-setuptools' 'python-pbr')
+source=("https://pypi.python.org/packages/source/t/testscenarios/testscenarios-$pkgver.tar.gz")
+sha512sums=('f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521')
+
+build() {
+ cd testscenarios-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd testscenarios-$pkgver
+ python -m testtools.run testscenarios.test_suite
+}
+
+package() {
+ cd testscenarios-$pkgver
+ python setup.py install --root="${pkgdir}" --optimize=1
+}