Date: Monday, April 10, 2023 @ 09:19:35
Author: felixonmars
Revision: 1443918
archrelease: copy trunk to community-staging-any
Added:
python-testfixtures/repos/community-staging-any/PKGBUILD
(from rev 1443916, python-testfixtures/trunk/PKGBUILD)
Deleted:
python-testfixtures/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 09:19:35 UTC (rev 1443917)
+++ PKGBUILD 2023-04-10 09:19:35 UTC (rev 1443918)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-testfixtures
-pkgver=7.1.0
-_commit=3f5500aa9b4fabb138a1dc0e132369df61403882
-pkgrel=2
-pkgdesc="A collection of helpers and mock objects that are useful when writing
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures"
-depends=('python')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-zope-component' 'python-sybil'
- 'python-pytest-django' 'python-django' 'python-twisted')
-source=("git+https://github.com/Simplistix/testfixtures.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd testfixtures
- python setup.py build
-}
-
-check() {
- cd testfixtures
- PYTHONPATH="$PWD" pytest --ignore=build
-}
-
-package() {
- cd testfixtures
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 docs/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-testfixtures/repos/community-staging-any/PKGBUILD (from rev
1443916, python-testfixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 09:19:35 UTC (rev 1443918)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-testfixtures
+pkgver=7.1.0
+_commit=3f5500aa9b4fabb138a1dc0e132369df61403882
+pkgrel=3
+pkgdesc="A collection of helpers and mock objects that are useful when writing
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures"
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest' 'python-zope-component' 'python-sybil'
+ 'python-pytest-django' 'python-django' 'python-twisted')
+source=("git+https://github.com/Simplistix/testfixtures.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd testfixtures
+ python setup.py build
+}
+
+check() {
+ cd testfixtures
+ PYTHONPATH="$PWD" pytest --ignore=build
+}
+
+package() {
+ cd testfixtures
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 docs/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}