pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-timeout
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 26 16:56:06 UTC 2017
Modified Files:
pkgsrc/devel/py-test-timeout: Makefile
Log Message:
Removed unused lines
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-timeout/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-timeout/Makefile
diff -u pkgsrc/devel/py-test-timeout/Makefile:1.2 pkgsrc/devel/py-test-timeout/Makefile:1.3
--- pkgsrc/devel/py-test-timeout/Makefile:1.2 Mon Nov 6 13:35:03 2017
+++ pkgsrc/devel/py-test-timeout/Makefile Sun Nov 26 16:56:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/11/06 13:35:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/26 16:56:06 adam Exp $
DISTNAME= pytest-timeout-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -14,11 +14,5 @@ DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../
USE_LANGUAGES= # none
-#post-install:
-# cd ${DESTDIR}${PREFIX}/bin && \
-# ${MV} py.test py.test-${PYVERSSUFFIX} && \
-# ${MV} pytest pytest-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index