[arch-commits] Commit in python-fixtures/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Oct 27 07:09:27 UTC 2019
Date: Sunday, October 27, 2019 @ 07:09:27
Author: felixonmars
Revision: 520711
archrelease: copy trunk to community-staging-any
Added:
python-fixtures/repos/community-staging-any/PKGBUILD
(from rev 520710, python-fixtures/trunk/PKGBUILD)
Deleted:
python-fixtures/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-27 07:09:13 UTC (rev 520710)
+++ PKGBUILD 2019-10-27 07:09:27 UTC (rev 520711)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-fixtures
-pkgname=('python-fixtures' 'python2-fixtures')
-pkgver=3.0.0
-pkgrel=5
-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' 'python2-subunit' 'python-mock' 'python2-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 "$srcdir"/fixtures-$pkgver
- python -m testtools.run fixtures.test_suite
-
- cd "$srcdir"/fixtures-$pkgver-py2
- python2 -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-staging-any/PKGBUILD (from rev 520710, python-fixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-27 07:09:27 UTC (rev 520711)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-fixtures
+pkgname=('python-fixtures' 'python2-fixtures')
+pkgver=3.0.0
+pkgrel=6
+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' 'python2-subunit' 'python-mock' 'python2-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 "$srcdir"/fixtures-$pkgver
+ python -m testtools.run fixtures.test_suite
+
+ cd "$srcdir"/fixtures-$pkgver-py2
+ python2 -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
+}
More information about the arch-commits
mailing list