Skip to content

Commit

Permalink
devel/py-genson: fix shebang, also fixing part of tests
Browse files Browse the repository at this point in the history
Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Apr 7, 2022
1 parent b192b65 commit f5dd3b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/py-genson/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= genson
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,7 +15,8 @@ LICENSE= MIT
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.1:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}

USES= python:3.4+
USES= python:3.4+ shebangfix
SHEBANG_FILES= bin/genson.py
USE_PYTHON= autoplist concurrent distutils

do-test:
Expand Down

0 comments on commit f5dd3b4

Please sign in to comment.