Date: Thu, 15 Apr 2021 14:25:56 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca8c308ab410 - main - Use python:3.6+, not python:3.4+ Message-ID: <202104151425.13FEPuRl044037@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca8c308ab4108f83a73a3986c0468ef470b35104 commit ca8c308ab4108f83a73a3986c0468ef470b35104 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-04-15 14:25:06 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-04-15 14:25:54 +0000 Use python:3.6+, not python:3.4+ --- mail/py-django-mailbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/py-django-mailbox/Makefile b/mail/py-django-mailbox/Makefile index 78b8dc6cd689..1fdf4a60bd8d 100644 --- a/mail/py-django-mailbox/Makefile +++ b/mail/py-django-mailbox/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} -USES= python:3.4+,run +USES= python:3.6+,run USE_PYTHON= autoplist distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151425.13FEPuRl044037>