[arch-commits] Commit in python-fixtures/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 25 10:37:02 UTC 2020


    Date: Tuesday, February 25, 2020 @ 10:37:01
  Author: felixonmars
Revision: 580987

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 +++++++++++++++++++++++--------------------------------------
 1 file changed, 28 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 10:36:43 UTC (rev 580986)
+++ PKGBUILD	2020-02-25 10:37:01 UTC (rev 580987)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-fixtures
-pkgname=('python-fixtures' 'python2-fixtures')
-pkgver=3.0.0
-pkgrel=7
-pkgdesc="Fixtures, reusable state for writing clean tests and more"
-arch=('any')
-license=('Apache')
-url="https://launchpad.net/python-fixtures"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr'
-             'python-six' 'python2-six' 'python-testtools' 'python2-testtools')
-checkdepends=('python-subunit' 'python-mock')
-source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz")
-sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695')
-
-prepare() {
-  cp -a fixtures-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/fixtures-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/fixtures-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd fixtures-$pkgver
-  python -m testtools.run fixtures.test_suite
-}
-
-package_python-fixtures() {
-  depends=('python-pbr' 'python-six' 'python-testtools')
-
-  cd fixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-fixtures() {
-  depends=('python2-pbr' 'python2-six' 'python2-testtools')
-
-  cd fixtures-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-fixtures/repos/community-any/PKGBUILD (from rev 580986, python-fixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 10:37:01 UTC (rev 580987)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-fixtures
+pkgver=3.0.0
+pkgrel=8
+pkgdesc="Fixtures, reusable state for writing clean tests and more"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/python-fixtures"
+depends=('python-pbr' 'python-six' 'python-testtools')
+checkdepends=('python-subunit' 'python-mock')
+source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz")
+sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695')
+
+build() {
+  cd fixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd fixtures-$pkgver
+  python -m testtools.run fixtures.test_suite
+}
+
+package() {
+  cd fixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list