Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 22:00:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557687 - in head: devel/py-factory-boy devel/pylint devel/thonny math/py-Diofant multimedia/totem sysutils/py-hcloud www/py-flask-security www/py-freenit www/py-postorius x11-fm/nautilus
Message-ID:  <202012102200.0BAM02Je084202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 22:00:01 2020
New Revision: 557687
URL: https://svnweb.freebsd.org/changeset/ports/557687

Log:
  Update USES=python for py-isort 5.6.4 update

Modified:
  head/devel/py-factory-boy/Makefile
  head/devel/pylint/Makefile
  head/devel/thonny/Makefile
  head/math/py-Diofant/Makefile
  head/multimedia/totem/Makefile
  head/sysutils/py-hcloud/Makefile
  head/www/py-flask-security/Makefile
  head/www/py-freenit/Makefile
  head/www/py-postorius/Makefile
  head/x11-fm/nautilus/Makefile

Modified: head/devel/py-factory-boy/Makefile
==============================================================================
--- head/devel/py-factory-boy/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/devel/py-factory-boy/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -28,7 +28,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel
 		${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} \
 		${PY_PILLOW}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/devel/pylint/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.4.0<2.5
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:3.5+ shebangfix
+USES=		python:3.6+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/thonny/Makefile
==============================================================================
--- head/devel/thonny/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/devel/thonny/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	pylint:devel/pylint \
 		${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.27:devel/py-pyperclip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyserial>=3.2.1:comms/py-pyserial@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/math/py-Diofant/Makefile
==============================================================================
--- head/math/py-Diofant/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/math/py-Diofant/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cachetools>0:devel
 		${PYTHON_PKGNAMEPREFIX}theano>=0.9.0:math/py-theano@${PY_FLAVOR} \
 		${PYNUMPY}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 

Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/multimedia/totem/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -37,7 +37,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.
 PORTSCOUT=	limitw:1,even
 
 USES=		compiler desktop-file-utils gettext gl gnome localbase meson \
-		pkgconfig python:3.4+ tar:xz xorg
+		pkgconfig python:3.6+ tar:xz xorg
 USE_GNOME=	cairo gtk30 intlhack introspection libxml2 pygobject3 gnomedesktop3
 USE_XORG=	x11 xorgproto xtst ice sm
 USE_GSTREAMER1=	core good bad soup ugly

Modified: head/sysutils/py-hcloud/Makefile
==============================================================================
--- head/sysutils/py-hcloud/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/sysutils/py-hcloud/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -23,7 +23,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:dev
 		${PYTHON_PKGNAMEPREFIX}tox>=3.5.3:devel/py-tox@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 do-test:

Modified: head/www/py-flask-security/Makefile
==============================================================================
--- head/www/py-flask-security/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/www/py-flask-security/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -44,7 +44,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask-SQLAlchemy>
 		${PYTHON_PKGNAMEPREFIX}pytest-flakes>=0:devel/py-pytest-flakes@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src

Modified: head/www/py-freenit/Makefile
==============================================================================
--- head/www/py-freenit/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/www/py-freenit/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -24,7 +24,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p
 		${PYTHON_PKGNAMEPREFIX}pytest-factoryboy>=0:devel/py-pytest-factoryboy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-flask>=0:devel/py-pytest-flask@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src

Modified: head/www/py-postorius/Makefile
==============================================================================
--- head/www/py-postorius/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/www/py-postorius/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-mailman3>=1
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0:www/py-beautifulsoup448@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/x11-fm/nautilus/Makefile
==============================================================================
--- head/x11-fm/nautilus/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
+++ head/x11-fm/nautilus/Makefile	Thu Dec 10 22:00:01 2020	(r557687)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libgnome-autoar-0.so:archivers/gnome-auto
 PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c11 desktop-file-utils gettext gnome \
-		localbase meson pkgconfig python:3.4+,build tar:xz xorg
+		localbase meson pkgconfig python:3.6+,build tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gnomedesktop3
 USE_GSTREAMER1=	yes
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102200.0BAM02Je084202>