Date: Thu, 24 Dec 2020 09:21:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559056 - in head: audio/py-gmusicapi audio/py-gtts devel/py-zope.testbrowser finance/py-ofxparse misc/pubs multimedia/py-periscope sysutils/py-dlipower www/py-WebTest www/py-beautifuls... Message-ID: <202012240921.0BO9LSlX055477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Dec 24 09:21:28 2020 New Revision: 559056 URL: https://svnweb.freebsd.org/changeset/ports/559056 Log: soupsieve 2.0.1 is only compatible with python 3.6+ Modified: head/audio/py-gmusicapi/Makefile head/audio/py-gtts/Makefile head/devel/py-zope.testbrowser/Makefile head/finance/py-ofxparse/Makefile head/misc/pubs/Makefile head/multimedia/py-periscope/Makefile head/sysutils/py-dlipower/Makefile head/www/py-WebTest/Makefile head/www/py-beautifulsoup/Makefile head/www/py-beautifulsoup448/Makefile head/www/py-django-htmlmin/Makefile head/www/py-django-mezzanine/Makefile head/www/py-google/Makefile head/www/py-mechanicalsoup/Makefile head/www/py-pecan/Makefile head/www/py-soupsieve/Makefile head/www/py-splinter/Makefile head/www/py-wikipedia/Makefile head/www/rtv/Makefile head/www/searx/Makefile Modified: head/audio/py-gmusicapi/Makefile ============================================================================== --- head/audio/py-gmusicapi/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/audio/py-gmusicapi/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:dev ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes Modified: head/audio/py-gtts/Makefile ============================================================================== --- head/audio/py-gtts/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/audio/py-gtts/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.9:devel ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testfixtures>0:devel/py-testfixtures@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= pndurette GH_PROJECT= gTTS Modified: head/devel/py-zope.testbrowser/Makefile ============================================================================== --- head/devel/py-zope.testbrowser/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/devel/py-zope.testbrowser/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2.0:w ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/finance/py-ofxparse/Makefile ============================================================================== --- head/finance/py-ofxparse/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/finance/py-ofxparse/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0 ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/misc/pubs/Makefile ============================================================================== --- head/misc/pubs/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/misc/pubs/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:ww ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Modified: head/multimedia/py-periscope/Makefile ============================================================================== --- head/multimedia/py-periscope/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/multimedia/py-periscope/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -20,7 +20,7 @@ LICENSE= LGPL3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= desktop-file-utils python +USES= desktop-file-utils python:3.6+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= UNRAR Modified: head/sysutils/py-dlipower/Makefile ============================================================================== --- head/sysutils/py-dlipower/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/sysutils/py-dlipower/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0 ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} -USES= python shebangfix +USES= python:3.6+ shebangfix SHEBANG_FILES= scripts/fence_dli USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-WebTest/Makefile ============================================================================== --- head/www/py-WebTest/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-WebTest/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -24,7 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= Pylons GH_PROJECT= webtest -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-beautifulsoup/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= * Modified: head/www/py-beautifulsoup448/Makefile ============================================================================== --- head/www/py-beautifulsoup448/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-beautifulsoup448/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www/py-soupsieve@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-django-htmlmin/Makefile ============================================================================== --- head/www/py-django-htmlmin/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-django-htmlmin/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -13,7 +13,7 @@ COMMENT= HTML minifier for Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bs4/element.py:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/www/py-django-mezzanine/Makefile ============================================================================== --- head/www/py-django-mezzanine/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-django-mezzanine/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pep8>=1.4.1:devel/pep8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.6.1:devel/py-pyflakes@${PY_FLAVOR} -USES= gettext python +USES= gettext python:3.6+ USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Modified: head/www/py-google/Makefile ============================================================================== --- head/www/py-google/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-google/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/www/py-mechanicalsoup/Makefile ============================================================================== --- head/www/py-mechanicalsoup/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-mechanicalsoup/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-pecan/Makefile ============================================================================== --- head/www/py-pecan/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-pecan/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/p ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Modified: head/www/py-soupsieve/Makefile ============================================================================== --- head/www/py-soupsieve/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-soupsieve/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>4:www/py-beautifulsoup@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-splinter/Makefile ============================================================================== --- head/www/py-splinter/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-splinter/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.47:www ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/www/py-wikipedia/Makefile ============================================================================== --- head/www/py-wikipedia/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/py-wikipedia/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -15,7 +15,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/www/rtv/Makefile ============================================================================== --- head/www/rtv/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/rtv/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.10:devel/py-decorator@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist concurrent optsuffix USE_GITHUB= yes Modified: head/www/searx/Makefile ============================================================================== --- head/www/searx/Makefile Thu Dec 24 09:15:48 2020 (r559055) +++ head/www/searx/Makefile Thu Dec 24 09:21:28 2020 (r559056) @@ -12,9 +12,6 @@ COMMENT= Privacy-respecting, hackable metasearch engin LICENSE= AGPLv3 -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-31 - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ @@ -29,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} -USES= python:2.7 +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= asciimoo USE_PYTHON= distutils autoplist noflavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012240921.0BO9LSlX055477>