diff options
author | gls <gls@pkgsrc.org> | 2012-02-16 22:11:38 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-02-16 22:11:38 +0000 |
commit | 05d58cd89e69d320aff2c472efa7c7b31a288125 (patch) | |
tree | d70364cb629ef9a6530f241e27fda7c90ef557ac /devel/py-argparse | |
parent | 158d5387996fe7495af7411ba8fb0d340e8c8178 (diff) | |
download | pkgsrc-05d58cd89e69d320aff2c472efa7c7b31a288125.tar.gz |
Update devel/py-argparse to 1.2.1
pkgsrc changes:
- uses egg.mk now
upstream changes:
- fixed Issue #79: re-licensed argparse package under same license as
py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code
Diffstat (limited to 'devel/py-argparse')
-rw-r--r-- | devel/py-argparse/Makefile | 8 | ||||
-rw-r--r-- | devel/py-argparse/PLIST | 7 | ||||
-rw-r--r-- | devel/py-argparse/distinfo | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index 0fd1ebb63c0..7187af13d73 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2011/12/03 00:02:14 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/16 22:11:38 gls Exp $ # -VERSION= 1.1 +VERSION= 1.2.1 DISTNAME= argparse-${VERSION} PKGNAME= ${PYPKGPREFIX}-argparse-${VERSION} CATEGORIES= devel MASTER_SITES= http://argparse.googlecode.com/files/ -EXTRACT_SUFX= .zip +#EXTRACT_SUFX= .tar.gz MAINTAINER= gdt@ir.bbn.com HOMEPAGE= http://code.google.com/p/argparse/ @@ -18,5 +18,5 @@ PYTHON_VERSIONS_INCLUDE_3X= yes USE_LANGUAGES= # none -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-argparse/PLIST b/devel/py-argparse/PLIST index d480c0cd0d0..d643c98b83b 100644 --- a/devel/py-argparse/PLIST +++ b/devel/py-argparse/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/24 17:25:51 gdt Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.2 2012/02/16 22:11:38 gls Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/argparse.py ${PYSITELIB}/argparse.pyc ${PYSITELIB}/argparse.pyo diff --git a/devel/py-argparse/distinfo b/devel/py-argparse/distinfo index 7863d89d0b7..1d83488f17e 100644 --- a/devel/py-argparse/distinfo +++ b/devel/py-argparse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/24 17:25:51 gdt Exp $ +$NetBSD: distinfo,v 1.2 2012/02/16 22:11:38 gls Exp $ -SHA1 (argparse-1.1.zip) = da0c55dc79cafe0eec50e7f10b06c72319a96f78 -RMD160 (argparse-1.1.zip) = 57a1f074ea95891fa473396851e8302b03637bb8 -Size (argparse-1.1.zip) = 151471 bytes +SHA1 (argparse-1.2.1.tar.gz) = caadac82aa2576d6b445058c1fcf6ef0b14dbaa1 +RMD160 (argparse-1.2.1.tar.gz) = 4ba4f413fab2a5f566b9b9bf1572714cd762fc66 +Size (argparse-1.2.1.tar.gz) = 69297 bytes |