[arch-commits] Commit in python2-funcsigs/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Sep 20 11:43:23 UTC 2015
Date: Sunday, September 20, 2015 @ 13:43:23
Author: jelle
Revision: 141247
archrelease: copy trunk to community-any
Added:
python2-funcsigs/repos/community-any/PKGBUILD
(from rev 141246, python2-funcsigs/trunk/PKGBUILD)
Deleted:
python2-funcsigs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-20 11:43:17 UTC (rev 141246)
+++ PKGBUILD 2015-09-20 11:43:23 UTC (rev 141247)
@@ -1,27 +0,0 @@
-# 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:
Copied: python2-funcsigs/repos/community-any/PKGBUILD (from rev 141246, python2-funcsigs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-20 11:43:23 UTC (rev 141247)
@@ -0,0 +1,27 @@
+# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python2-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