Date: Tuesday, December 6, 2022 @ 09:30:39
Author: felixonmars
Revision: 1356706
archrelease: copy trunk to community-any
Added:
python-testfixtures/repos/community-any/PKGBUILD
(from rev 1356705, python-testfixtures/trunk/PKGBUILD)
Deleted:
python-testfixtures/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 09:30:30 UTC (rev 1356705)
+++ PKGBUILD 2022-12-06 09:30:39 UTC (rev 1356706)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-testfixtures
-pkgver=7.0.3
-pkgrel=1
-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=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
- 'python-pytest-django' 'python-django' 'python-twisted')
-source=("https://github.com/Simplistix/testfixtures/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9206de71820798d99cfa94f58dfabccb0e429254db46eaacfd67e13b170df84ba324811da689925f8c2f678d3f65eb688b4c473f01e638a2f7d815e94d237c2c')
-
-build() {
- cd testfixtures-$pkgver
- python setup.py build
-}
-
-check() {
- cd testfixtures-$pkgver
- python setup.py pytest --addopts "--ignore=build"
-}
-
-package() {
- cd testfixtures-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 docs/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 1356705,
python-testfixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 09:30:39 UTC (rev 1356706)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-testfixtures
+pkgver=7.0.4
+pkgrel=1
+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=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+ 'python-pytest-django' 'python-django' 'python-twisted')
+source=("https://github.com/Simplistix/testfixtures/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('30f51a7ff7511ac92998228ddd8778798759668659d544b43738c602a9ac66a50dcab002e694a42fdbb8fadb40b9a1e85dd6d3fc7e560625d87e248561889701')
+
+build() {
+ cd testfixtures-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd testfixtures-$pkgver
+ python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+ cd testfixtures-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 docs/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}