- Fix shebangs properly

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-03-01 13:21:13 +00:00
parent 6a86f6f224
commit adc33dc652
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463306

View file

@ -3,6 +3,7 @@
PORTNAME= mypy
PORTVERSION= 0.560
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.1.0:devel/py-typed-ast@${FLAVOR
NO_ARCH= yes
USES= python:3.4+ shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= typeshed/tests/pytype_test.py
SHEBANG_FILES= typeshed/tests/*.py
.include <bsd.port.pre.mk>