- Fix shebangs

This commit is contained in:
Dmitry Marakasov
2017-04-18 10:26:10 +00:00
parent 75cc1f11a2
commit 37255964e5

View File

@@ -3,7 +3,7 @@
PORTNAME= numarray
PORTVERSION= 1.5.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= SF/numpy/Old%20Numarray/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT= Numeric array manipulation extension module for Python
LICENSE= BSD3CLAUSE
USES= python
USES= python shebangfix
SHEBANG_FILES= Examples/convolve/benchmark.py
USE_PYTHON= distutils autoplist
PORTDOCS= *