pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-argparse



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  6 06:33:58 UTC 2017

Modified Files:
        pkgsrc/devel/py-argparse: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-argparse/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-argparse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-argparse/Makefile
diff -u pkgsrc/devel/py-argparse/Makefile:1.7 pkgsrc/devel/py-argparse/Makefile:1.8
--- pkgsrc/devel/py-argparse/Makefile:1.7       Sat Jan 25 10:30:02 2014
+++ pkgsrc/devel/py-argparse/Makefile   Thu Apr  6 06:33:57 2017
@@ -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
 

Index: pkgsrc/devel/py-argparse/distinfo
diff -u pkgsrc/devel/py-argparse/distinfo:1.3 pkgsrc/devel/py-argparse/distinfo:1.4
--- pkgsrc/devel/py-argparse/distinfo:1.3       Tue Nov  3 03:29:04 2015
+++ pkgsrc/devel/py-argparse/distinfo   Thu Apr  6 06:33:57 2017
@@ -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