pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-astor Remove files installed to ${PYSITELIB}/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f62fca5d7b86
branches:  trunk
changeset: 641506:f62fca5d7b86
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Nov 09 18:47:57 2014 +0000

description:
Remove files installed to ${PYSITELIB}/tests in post-install.

diffstat:

 devel/py-astor/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r de4b19e4e895 -r f62fca5d7b86 devel/py-astor/Makefile
--- a/devel/py-astor/Makefile   Sun Nov 09 16:56:46 2014 +0000
+++ b/devel/py-astor/Makefile   Sun Nov 09 18:47:57 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/05/18 03:22:03 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/09 18:47:57 rodent Exp $
 
-DISTNAME=      astor-0.3
+DISTNAME=      astor-0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  https://pypi.python.org/packages/source/a/astor/
@@ -12,5 +12,8 @@
 
 USE_LANGUAGES= # none
 
+post-install:
+       ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index