Date: Sun, 21 Jan 2024 15:39:30 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 68ac958349f4 - main - sysutils/ntfy: remove python version specification Message-ID: <202401211539.40LFdU0g081212@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=68ac958349f48013eddf3b1c40964dbb9ea84175 commit 68ac958349f48013eddf3b1c40964dbb9ea84175 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-01-21 15:39:04 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-01-21 15:39:04 +0000 sysutils/ntfy: remove python version specification --- sysutils/ntfy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/ntfy/Makefile b/sysutils/ntfy/Makefile index f1d8c90207bf..4a8d195ed214 100644 --- a/sysutils/ntfy/Makefile +++ b/sysutils/ntfy/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= python:3.11 +USES= python USE_GITHUB= yes GH_ACCOUNT= dschep USE_PYTHON= distutils noflavors autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211539.40LFdU0g081212>