Mon Mar 30 02:34:17 2015 UTC ()
Updated to 0.4.1. No longer has tests directory installed to ${PYSITELIB}.

0.4.1   -- Added missing SourceGenerator.visit_arguments()


(rodent)
diff -r1.2 -r1.3 pkgsrc/devel/py-astor/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-astor/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-astor/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-astor/Makefile 2014/11/09 18:47:57 1.2
+++ pkgsrc/devel/py-astor/Makefile 2015/03/30 02:34:17 1.3
@@ -1,19 +1,16 @@ @@ -1,19 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2014/11/09 18:47:57 rodent Exp $ 1# $NetBSD: Makefile,v 1.3 2015/03/30 02:34:17 rodent Exp $
2 2
3DISTNAME= astor-0.4 3DISTNAME= astor-0.4.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= https://pypi.python.org/packages/source/a/astor/ 6MASTER_SITES= https://pypi.python.org/packages/source/a/astor/
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= https://github.com/pmaupin/astor 9HOMEPAGE= https://github.com/pmaupin/astor
10COMMENT= Read/rewrite/write Python ASTs 10COMMENT= Read/rewrite/write Python ASTs
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 
16 ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/tests 
17 
18.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-astor/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-astor/distinfo 2014/11/11 23:42:09 1.2
+++ pkgsrc/devel/py-astor/distinfo 2015/03/30 02:34:17 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/11/11 23:42:09 rodent Exp $ 1$NetBSD: distinfo,v 1.3 2015/03/30 02:34:17 rodent Exp $
2 2
3SHA1 (astor-0.4.tar.gz) = d971f5800c89db41966d12b755f090b841a1c27a 3SHA1 (astor-0.4.1.tar.gz) = 8715b894fe4b1fce29bafb8f91a7024edca74e24
4RMD160 (astor-0.4.tar.gz) = bb3900a34d15d612aef05557f61b51063ce9d546 4RMD160 (astor-0.4.1.tar.gz) = 975d9db2007df213539690a2ed7c97d7e13bc669
5Size (astor-0.4.tar.gz) = 11188 bytes 5Size (astor-0.4.1.tar.gz) = 10865 bytes