- Fix shebangs properly
Approved by: portmgr blanket
This commit is contained in:
parent
6a86f6f224
commit
adc33dc652
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463306
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue