[arch-commits] Commit in python-helper/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 7 16:45:02 UTC 2016
Date: Monday, November 7, 2016 @ 16:45:01
Author: felixonmars
Revision: 194907
archrelease: copy trunk to community-any
Added:
python-helper/repos/community-any/PKGBUILD
(from rev 194906, python-helper/trunk/PKGBUILD)
Deleted:
python-helper/repos/community-any/PKGBUILD
----------+
PKGBUILD | 105 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-07 16:44:36 UTC (rev 194906)
+++ PKGBUILD 2016-11-07 16:45:01 UTC (rev 194907)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-helper
-pkgname=('python-helper' 'python2-helper')
-pkgver=2.4.1
-pkgrel=2
-pkgdesc="Development library for quickly writing configurable applications and daemons"
-arch=('any')
-license=('BSD')
-url="https://helper.readthedocs.org"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 'python2-yaml' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=("git+https://github.com/gmr/helper.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
- cp -a helper{,-py2}
-}
-
-build() {
- cd "$srcdir/helper"
- python setup.py build
-
- cd "$srcdir/helper-py2"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/helper"
- nosetests3 || warning "Expected: Tests do not support Python 3"
-
- cd "$srcdir/helper-py2"
- nosetests2
-}
-
-package_python-helper() {
- depends=('python-yaml')
-
- cd helper
- python setup.py install --root="${pkgdir}" --optimize=1
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-helper() {
- depends=('python2-yaml')
-
- cd helper-py2
- python2 setup.py install --root="${pkgdir}" --optimize=1
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
Copied: python-helper/repos/community-any/PKGBUILD (from rev 194906, python-helper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-11-07 16:45:01 UTC (rev 194907)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-helper
+pkgname=('python-helper' 'python2-helper')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Development library for quickly writing configurable applications and daemons"
+arch=('any')
+license=('BSD')
+url="https://helper.readthedocs.org"
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 'python2-yaml' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-coverage'
+ 'python2-coverage')
+source=("git+https://github.com/gmr/helper.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+ cp -a helper{,-py2}
+}
+
+build() {
+ cd "$srcdir"/helper
+ python setup.py build
+
+ cd "$srcdir"/helper-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/helper
+ nosetests3
+
+ cd "$srcdir"/helper-py2
+ nosetests2
+}
+
+package_python-helper() {
+ depends=('python-yaml')
+
+ cd helper
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-helper() {
+ depends=('python2-yaml')
+
+ cd helper-py2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
More information about the arch-commits
mailing list