[arch-commits] Commit in python-testfixtures/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 13 08:56:40 UTC 2016
Date: Thursday, October 13, 2016 @ 08:56:40
Author: felixonmars
Revision: 192145
archrelease: copy trunk to community-any
Added:
python-testfixtures/repos/community-any/PKGBUILD
(from rev 192144, python-testfixtures/trunk/PKGBUILD)
Deleted:
python-testfixtures/repos/community-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-13 08:56:17 UTC (rev 192144)
+++ PKGBUILD 2016-10-13 08:56:40 UTC (rev 192145)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.10.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"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
- 'python-manuel' 'python2-manuel' 'python-nose-fixes' 'python2-nose-fixes')
-source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
- cp -a testfixtures{,-py2}
-}
-
-build() {
- cd "$srcdir"/testfixtures
- python setup.py build
-
- cd "$srcdir"/testfixtures-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/testfixtures
- nosetests3
-
- cd "$srcdir"/testfixtures-py2
- nosetests2
-}
-
-package_python-testfixtures() {
- depends=('python')
-
- cd testfixtures
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 docs/license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-package_python2-testfixtures() {
- depends=('python2')
-
- cd testfixtures-py2
- python2 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-any/PKGBUILD (from rev 192144, python-testfixtures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-13 08:56:40 UTC (rev 192145)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=4.11.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"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+ 'python-manuel' 'python2-manuel' 'python-nose-fixes' 'python2-nose-fixes')
+source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+ cp -a testfixtures{,-py2}
+}
+
+build() {
+ cd "$srcdir"/testfixtures
+ python setup.py build
+
+ cd "$srcdir"/testfixtures-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/testfixtures
+ nosetests3
+
+ cd "$srcdir"/testfixtures-py2
+ nosetests2
+}
+
+package_python-testfixtures() {
+ depends=('python')
+
+ cd testfixtures
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 docs/license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+package_python2-testfixtures() {
+ depends=('python2')
+
+ cd testfixtures-py2
+ python2 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