git: ca8c308ab410 - main - Use python:3.6+, not python:3.4+

Dan Langille dvl at FreeBSD.org
Thu Apr 15 14:25:56 UTC 2021


The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca8c308ab4108f83a73a3986c0468ef470b35104

commit ca8c308ab4108f83a73a3986c0468ef470b35104
Author:     Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-04-15 14:25:06 +0000
Commit:     Dan Langille <dvl at 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


More information about the dev-commits-ports-all mailing list