Date: Friday, November 4, 2022 @ 22:50:33
  Author: felixonmars
Revision: 1341877

archrelease: copy trunk to community-any

Added:
  python-testfixtures/repos/community-any/PKGBUILD
    (from rev 1341876, python-testfixtures/trunk/PKGBUILD)
Deleted:
  python-testfixtures/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-04 22:50:24 UTC (rev 1341876)
+++ PKGBUILD    2022-11-04 22:50:33 UTC (rev 1341877)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-testfixtures
-pkgver=7.0.1
-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=('448ac744dd1818ff5bd7788b70ce2ac5b671757c0ddf380433873bc8fbfba430894bd42df83e261d9831e1c0f7368780e8cf4a49af188102fb257705d42eb694')
-
-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 1341876, 
python-testfixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-04 22:50:33 UTC (rev 1341877)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-testfixtures
+pkgver=7.0.2
+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=('f5de315fed9e15aa9b3a48c5d5a84d2fb9b39316da67c146900044e9d09e0d9885e7f7d1a9cc6718dc02e22cbac98585f660a400fa310275e266b84eeefc4674')
+
+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/
+}

Reply via email to