diff options
author | rm <rm@FreeBSD.org> | 2016-02-03 04:01:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-03 04:01:44 +0800 |
commit | 189ce67b405ad2771c9d697d3cca87523fc160c1 (patch) | |
tree | e5545f4771db0649e7eab227cd7bdf71a845f98d /net-im | |
parent | d4ba5b91aca1e9b16b4947cc5da787d984fb7248 (diff) | |
download | freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.tar.gz freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.tar.zst freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.zip |
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree
With hat: python
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/poezio/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-sleekxmpp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/poezio/Makefile b/net-im/poezio/Makefile index 239cf2a0385f..b77bd87ffcea 100644 --- a/net-im/poezio/Makefile +++ b/net-im/poezio/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:${PORTSDIR}/net-im/py-sleekxmpp -USES= tar:xz python:3.2+ +USES= tar:xz python:3.3+ USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> diff --git a/net-im/py-sleekxmpp/Makefile b/net-im/py-sleekxmpp/Makefile index 0436d0222117..7048f19e8a32 100644 --- a/net-im/py-sleekxmpp/Makefile +++ b/net-im/py-sleekxmpp/Makefile @@ -11,7 +11,7 @@ COMMENT= XMPP Library LICENSE= MIT -USES= python:3.2+ +USES= python:3.3+ USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= fritzy |