[arch-commits] Commit in python2-funcsigs/repos (community-any community-any/PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Sep 20 11:34:02 UTC 2015
Date: Sunday, September 20, 2015 @ 13:34:01
Author: jelle
Revision: 141244
archrelease: copy trunk to community-any
Added:
python2-funcsigs/repos/community-any/
python2-funcsigs/repos/community-any/PKGBUILD
(from rev 141242, python2-funcsigs/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: python2-funcsigs/repos/community-any/PKGBUILD (from rev 141242, python2-funcsigs/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-09-20 11:34:01 UTC (rev 141244)
@@ -0,0 +1,27 @@
+# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-funcsigs
+pkgver=0.4
+pkgrel=1
+pkgdesc="Python function signatures from PEP362"
+arch=('any')
+url="https://pypi.python.org/pypi/funcsigs/"
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose')
+source=(https://pypi.python.org/packages/source/f/funcsigs/funcsigs-${pkgver}.tar.gz)
+sha256sums=('d83ce6df0b0ea6618700fe1db353526391a8a3ada1b7aba52fed7a61da772033')
+
+package() {
+ cd "$srcdir/funcsigs-$pkgver"
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+check() {
+ cd "$srcdir/funcsigs-$pkgver/tests"
+ nosetests2 .
+}
+
+# vim:ts=2:sw=2:et:
More information about the arch-commits
mailing list