Sun Nov 9 18:47:57 2014 UTC ()
Remove files installed to ${PYSITELIB}/tests in post-install.


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

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

--- pkgsrc/devel/py-astor/Makefile 2014/05/18 03:22:03 1.1
+++ pkgsrc/devel/py-astor/Makefile 2014/11/09 18:47:57 1.2
@@ -1,16 +1,19 @@ @@ -1,16 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2014/05/18 03:22:03 rodent Exp $ 1# $NetBSD: Makefile,v 1.2 2014/11/09 18:47:57 rodent Exp $
2 2
3DISTNAME= astor-0.3 3DISTNAME= astor-0.4
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
15.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"