svn commit: r554236 - head/devel/py-mypy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 6 11:27:20 UTC 2020
Author: sunpoet
Date: Fri Nov 6 11:27:13 2020
New Revision: 554236
URL: https://svnweb.freebsd.org/changeset/ports/554236
Log:
Simplify SHEBANG_FILES
Modified:
head/devel/py-mypy/Makefile
Modified: head/devel/py-mypy/Makefile
==============================================================================
--- head/devel/py-mypy/Makefile Fri Nov 6 11:27:05 2020 (r554235)
+++ head/devel/py-mypy/Makefile Fri Nov 6 11:27:13 2020 (r554236)
@@ -23,7 +23,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-SHEBANG_FILES= mypy/typeshed/tests/*.py mypy/typeshed/scripts/*.py
+SHEBANG_FILES= mypy/typeshed/*/*.py
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
More information about the svn-ports-all
mailing list