pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-argparse argparse 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11c1fc525c58
branches:  trunk
changeset: 360744:11c1fc525c58
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 06 06:33:57 2017 +0000

description:
argparse 1.4.0
- make argparse behave for default args aka
  issue 12776, 11839: call argparse type function only once.
- move to github:ThomasWaldmann/argparse
- add TW as maintainer / give TW's email
- add some usecase to README, clarify issue tracking
- add a note to tox.ini about testing on dead snakes

diffstat:

 devel/py-argparse/Makefile |  14 ++++++--------
 devel/py-argparse/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 13 deletions(-)

diffs (39 lines):

diff -r 9a6f37d1d78a -r 11c1fc525c58 devel/py-argparse/Makefile
--- a/devel/py-argparse/Makefile        Thu Apr 06 05:20:11 2017 +0000
+++ b/devel/py-argparse/Makefile        Thu Apr 06 06:33:57 2017 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:02 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/06 06:33:57 adam Exp $
 
-VERSION=       1.2.1
-DISTNAME=      argparse-${VERSION}
-PKGNAME=       ${PYPKGPREFIX}-argparse-${VERSION}
+DISTNAME=      argparse-1.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
-MASTER_SITES=  http://argparse.googlecode.com/files/
-#EXTRACT_SUFX= .tar.gz
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/argparse/}
 
-MAINTAINER=    gdt%ir.bbn.com@localhost
-HOMEPAGE=      http://code.google.com/p/argparse/
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ThomasWaldmann/argparse/
 COMMENT=       Easy, declarative interface for creating command line tools
 LICENSE=       apache-2.0
 
diff -r 9a6f37d1d78a -r 11c1fc525c58 devel/py-argparse/distinfo
--- a/devel/py-argparse/distinfo        Thu Apr 06 05:20:11 2017 +0000
+++ b/devel/py-argparse/distinfo        Thu Apr 06 06:33:57 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:04 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/04/06 06:33:57 adam Exp $
 
-SHA1 (argparse-1.2.1.tar.gz) = caadac82aa2576d6b445058c1fcf6ef0b14dbaa1
-RMD160 (argparse-1.2.1.tar.gz) = 4ba4f413fab2a5f566b9b9bf1572714cd762fc66
-SHA512 (argparse-1.2.1.tar.gz) = 1d965cce0ba88baabe9d8a12fd4780aff390f3efae1261990990e963116748ce109587303e59a7ae9c42893bfb1e9b5d380af49c54f8d20d0489b349445e4fd3
-Size (argparse-1.2.1.tar.gz) = 69297 bytes
+SHA1 (argparse-1.4.0.tar.gz) = 50f36429b2989461ee541093e7229257ee950c07
+RMD160 (argparse-1.4.0.tar.gz) = 88c7e326bb59ed510b4bedc8d8b78b5420b5819d
+SHA512 (argparse-1.4.0.tar.gz) = 9941f9d26c43169f947c9efadda6239349e1f9df80ff5fcdba3070bc7b43c43ab6bb4b7f0c7eee8e5d06231a17a7e9ee9eb73c7a9bb68ebe5d13f879686d61b2
+Size (argparse-1.4.0.tar.gz) = 70508 bytes



Home | Main Index | Thread Index | Old Index