pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Feb  3 11:07:39 UTC 2019

Modified Files:
        pkgsrc/devel/py-test: Makefile

Log Message:
py-test: Remove not needed REPLACE_PYTHON (file no longer exists)


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/py-test/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/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.71 pkgsrc/devel/py-test/Makefile:1.72
--- pkgsrc/devel/py-test/Makefile:1.71  Fri Feb  1 11:52:22 2019
+++ pkgsrc/devel/py-test/Makefile       Sun Feb  3 11:07:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/02/01 11:52:22 adam Exp $
+# $NetBSD: Makefile,v 1.72 2019/02/03 11:07:39 leot Exp $
 
 DISTNAME=      pytest-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -33,8 +33,6 @@ DEPENDS+=     ${PYPKGPREFIX}-pathlib2>=2.2.0
 USE_LANGUAGES= # none
 USE_TOOLS+=    bash:build
 
-REPLACE_PYTHON+=       _pytest/standalonetemplate.py
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} py.test py.test-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index