From owner-svn-ports-all@freebsd.org Thu Dec 24 09:21:33 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 950FA4BDC25; Thu, 24 Dec 2020 09:21:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1l253pgtz3Qw1; Thu, 24 Dec 2020 09:21:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7618F6073; Thu, 24 Dec 2020 09:21:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BO9LXXw055500; Thu, 24 Dec 2020 09:21:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BO9LSlX055477; Thu, 24 Dec 2020 09:21:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202012240921.0BO9LSlX055477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 24 Dec 2020 09:21:28 +0000 (UTC) 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... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: 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-beautifulsoup www/py-beautifulsoup4... X-SVN-Commit-Revision: 559056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2020 09:21:33 -0000 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 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 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 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 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