Date: Wed, 4 Aug 2021 19:38:13 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fcd3708662bf - main - www/radicale: Fix minimum required python version Message-ID: <202108041938.174JcDER095768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd3708662bfa26003edf80c4d6928dfbb82beef commit fcd3708662bfa26003edf80c4d6928dfbb82beef Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-08-04 19:31:43 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-08-04 19:38:00 +0000 www/radicale: Fix minimum required python version --- www/radicale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/radicale/Makefile b/www/radicale/Makefile index d653fa5c18d8..4b49e46ecc6a 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}waitress>=0:www/py-waitress@${PY_FLAVOR} -USES= python:3.3+ shebangfix +USES= python:3.5+ shebangfix USE_PYTHON= autoplist distutils USERS= radicale GROUPS= radicale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108041938.174JcDER095768>