git: f5dd3b46d2de - main - devel/py-genson: fix shebang, also fixing part of tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:44 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5dd3b46d2de4ed54c859ee002d9f53dca95d7d5 commit f5dd3b46d2de4ed54c859ee002d9f53dca95d7d5 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-07 16:11:12 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:35 +0000 devel/py-genson: fix shebang, also fixing part of tests Approved by: portmgr blanket --- devel/py-genson/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-genson/Makefile b/devel/py-genson/Makefile index 3e30fc4b9da0..37f21a93f1b1 100644 --- a/devel/py-genson/Makefile +++ b/devel/py-genson/Makefile @@ -2,6 +2,7 @@ PORTNAME= genson PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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: