- Fix shebangs
Approved by: portmgr blanket
This commit is contained in:
parent
acf84331b4
commit
81238dd824
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463039
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kallithea
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -39,7 +39,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.8:www/py-waitress@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}bcrypt>=0.3.0:security/py-bcrypt@${FLAVOR} \
|
||||
mercurial>=2.9:devel/mercurial
|
||||
|
||||
USES= python:2.7
|
||||
USES= python:2.7 shebangfix
|
||||
SHEBANG_FILES= kallithea/tests/scripts/manual_test_crawler.py
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
Loading…
Reference in New Issue
Block a user