Date: Tuesday, November 1, 2022 @ 20:32:31
  Author: felixonmars
Revision: 1340311

archrelease: copy trunk to community-any

Added:
  python-testfixtures/repos/community-any/PKGBUILD
    (from rev 1340310, 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-01 20:32:23 UTC (rev 1340310)
+++ PKGBUILD    2022-11-01 20:32:31 UTC (rev 1340311)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-testfixtures
-pkgver=7.0.0
-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=('a2f6866ac1a173b8371d401a82db1d0a2de1901a0f727222269d10ac87f660ad77365a795b170755c0744086f9041a8cc296dc5e8a81827767439ec724c4e9f9')
-
-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 1340310, 
python-testfixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-01 20:32:31 UTC (rev 1340311)
@@ -0,0 +1,31 @@
+# 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/
+}

Reply via email to