mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
remove WRKDIR/bin/python symlinks that aren't needed any more (link now
included in lang/python/3 -main).
This commit is contained in:
@@ -30,7 +30,6 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README.rst ${PREFIX}/share/doc/ydiff/
|
||||
|
||||
pre-test:
|
||||
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
|
||||
ln -sf ${LOCALBASE}/bin/rst2html ${WRKDIR}/bin/rst2html.py
|
||||
ln -sf ${LOCALBASE}/bin/pycodestyle ${WRKDIR}/bin/pep8
|
||||
ln -sf ${LOCALBASE}/bin/coverage-${MODPY_VERSION} ${WRKDIR}/bin/coverage
|
||||
|
||||
@@ -16,7 +16,4 @@ MODPY_PYBUILD= setuptools
|
||||
|
||||
TEST_DEPENDS= textproc/py-docutils
|
||||
|
||||
pre-test:
|
||||
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -36,7 +36,6 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/module/* ${EXAMPLESDIR}/module
|
||||
|
||||
do-test:
|
||||
ln -fs ${MODPY_BIN} ${WRKDIR}/bin/python
|
||||
cd ${WRKSRC}; PATH=${WRKSRC}:${PORTPATH} ./test/run.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user