diff options
author | rodent <rodent@pkgsrc.org> | 2015-03-30 02:34:17 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-03-30 02:34:17 +0000 |
commit | 09e4065babf0e48e4719b0bdff25d3ca2e729828 (patch) | |
tree | 0513349072d316faa7925a95a1d85378eae14dd2 /devel | |
parent | fb8d935a63357759b47ea6a63a8e3a7b12eb9642 (diff) | |
download | pkgsrc-09e4065babf0e48e4719b0bdff25d3ca2e729828.tar.gz |
Updated to 0.4.1. No longer has tests directory installed to ${PYSITELIB}.
0.4.1 -- Added missing SourceGenerator.visit_arguments()
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-astor/Makefile | 7 | ||||
-rw-r--r-- | devel/py-astor/distinfo | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/py-astor/Makefile b/devel/py-astor/Makefile index 8d257767beb..413c094c70c 100644 --- a/devel/py-astor/Makefile +++ b/devel/py-astor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/11/09 18:47:57 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2015/03/30 02:34:17 rodent Exp $ -DISTNAME= astor-0.4 +DISTNAME= astor-0.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= https://pypi.python.org/packages/source/a/astor/ @@ -12,8 +12,5 @@ LICENSE= 2-clause-bsd USE_LANGUAGES= # none -post-install: - ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/tests - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-astor/distinfo b/devel/py-astor/distinfo index ec256ad952f..84de62dd7e8 100644 --- a/devel/py-astor/distinfo +++ b/devel/py-astor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/11/11 23:42:09 rodent Exp $ +$NetBSD: distinfo,v 1.3 2015/03/30 02:34:17 rodent Exp $ -SHA1 (astor-0.4.tar.gz) = d971f5800c89db41966d12b755f090b841a1c27a -RMD160 (astor-0.4.tar.gz) = bb3900a34d15d612aef05557f61b51063ce9d546 -Size (astor-0.4.tar.gz) = 11188 bytes +SHA1 (astor-0.4.1.tar.gz) = 8715b894fe4b1fce29bafb8f91a7024edca74e24 +RMD160 (astor-0.4.1.tar.gz) = 975d9db2007df213539690a2ed7c97d7e13bc669 +Size (astor-0.4.1.tar.gz) = 10865 bytes |