[arch-commits] Commit in python2-funcsigs/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun May 22 21:07:20 UTC 2016


    Date: Sunday, May 22, 2016 @ 23:07:20
  Author: jelle
Revision: 176110

upgpkg: python2-funcsigs 1.0.2-1

Modified:
  python2-funcsigs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-22 19:24:26 UTC (rev 176109)
+++ PKGBUILD	2016-05-22 21:07:20 UTC (rev 176110)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=python2-funcsigs
-pkgver=0.4
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Python function signatures from PEP362"
 arch=('any')
@@ -10,9 +10,10 @@
 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')
+checkdepends=('python2-nose' 'python2-unittest2')
+#source=(https://pypi.python.org/packages/source/f/funcsigs/funcsigs-${pkgver}.tar.gz)
+source=(https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz)
+sha256sums=('a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50')
 
 package() {
   cd "$srcdir/funcsigs-$pkgver"



More information about the arch-commits mailing list