[arch-commits] Commit in python-testfixtures/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 4 09:26:27 UTC 2019


    Date: Monday, November 4, 2019 @ 09:26:26
  Author: foutrelis
Revision: 523888

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 09:26:19 UTC (rev 523887)
+++ PKGBUILD	2019-11-04 09:26:26 UTC (rev 523888)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testfixtures
-pkgver=6.10.1
-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=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
-              'python-pytest-django' 'python-django' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz")
-sha512sums=('202ffe1a83037a8cb48de191346e04a63c20d0bf0bcfc6a6a4cf55cdd0f53d36e44af52f65916e1663a42fba1e417f7148c5bc3a129a674e7e0fba42af534849')
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-}
-
-package() {
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-staging-any/PKGBUILD (from rev 523887, python-testfixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 09:26:26 UTC (rev 523888)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testfixtures
+pkgver=6.10.1
+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=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+              'python-pytest-django' 'python-django' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz")
+sha512sums=('202ffe1a83037a8cb48de191346e04a63c20d0bf0bcfc6a6a4cf55cdd0f53d36e44af52f65916e1663a42fba1e417f7148c5bc3a129a674e7e0fba42af534849')
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}



More information about the arch-commits mailing list