From owner-svn-ports-all@freebsd.org Thu Feb 4 14:35:05 2021 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 9CEE15455CA; Thu, 4 Feb 2021 14:35:05 +0000 (UTC) (envelope-from mat@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWh0T40ydz4RF9; Thu, 4 Feb 2021 14:35:05 +0000 (UTC) (envelope-from mat@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 7C6255903; Thu, 4 Feb 2021 14:35:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 114EZ53q002468; Thu, 4 Feb 2021 14:35:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 114EZ0TY002445; Thu, 4 Feb 2021 14:35:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202102041435.114EZ0TY002445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 4 Feb 2021 14:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564031 - in head: converters/py-webencodings databases/py-sqlite3 devel/py-Jinja2 devel/py-babel devel/py-future devel/py-game_sdl2 devel/py-ply devel/py-pycparser devel/py-pytz devel/... X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: converters/py-webencodings databases/py-sqlite3 devel/py-Jinja2 devel/py-babel devel/py-future devel/py-game_sdl2 devel/py-ply devel/py-pycparser devel/py-pytz devel/py-setuptools devel/py-se... X-SVN-Commit-Revision: 564031 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, 04 Feb 2021 14:35:05 -0000 Author: mat Date: Thu Feb 4 14:35:00 2021 New Revision: 564031 URL: https://svnweb.freebsd.org/changeset/ports/564031 Log: Those ports are allowed to build a 2.7 flavor, for now. Modified: head/converters/py-webencodings/Makefile (contents, props changed) head/databases/py-sqlite3/Makefile (contents, props changed) head/devel/py-Jinja2/Makefile (contents, props changed) head/devel/py-babel/Makefile (contents, props changed) head/devel/py-future/Makefile (contents, props changed) head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-ply/Makefile (contents, props changed) head/devel/py-pycparser/Makefile (contents, props changed) head/devel/py-pytz/Makefile (contents, props changed) head/devel/py-setuptools/Makefile (contents, props changed) head/devel/py-setuptools_scm/Makefile (contents, props changed) head/devel/py-six/Makefile (contents, props changed) head/devel/py-subversion/Makefile (contents, props changed) head/devel/scons/Makefile (contents, props changed) head/dns/py-dnspython/Makefile (contents, props changed) head/lang/cython/Makefile (contents, props changed) head/misc/py-tqdm/Makefile (contents, props changed) head/textproc/py-markupsafe/Makefile (contents, props changed) head/textproc/py-pygments-25/Makefile (contents, props changed) head/textproc/py-toml/Makefile (contents, props changed) head/www/py-html5lib/Makefile (contents, props changed) head/x11-toolkits/py-tkinter/Makefile (contents, props changed) Modified: head/converters/py-webencodings/Makefile ============================================================================== --- head/converters/py-webencodings/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/converters/py-webencodings/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -11,7 +11,7 @@ COMMENT= Character encoding aliases for legacy web con LICENSE= BSD3CLAUSE -USES= python +USES= python:2.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/databases/py-sqlite3/Makefile ============================================================================== --- head/databases/py-sqlite3/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/databases/py-sqlite3/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -20,7 +20,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 PORTSCOUT= ignore:1 -USES= compiler:c11 python tar:xz +USES= compiler:c11 python:2.7+ tar:xz USE_PYTHON= autoplist distutils allflavors DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo Modified: head/devel/py-Jinja2/Makefile ============================================================================== --- head/devel/py-Jinja2/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-Jinja2/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markupsafe>=0.23: NO_ARCH= yes .if empty(PKGNAMESUFFIX) -USES= python +USES= python:2.7+ USE_PYTHON= autoplist distutils .endif .if ${PKGNAMESUFFIX} == -doc Modified: head/devel/py-babel/Makefile ============================================================================== --- head/devel/py-babel/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-babel/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-future/Makefile ============================================================================== --- head/devel/py-future/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-future/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -13,7 +13,7 @@ COMMENT= Clean single-source support for Python 3 and LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-game_sdl2/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png # Upstream tends to reroll distfiles before moving under /release/ PORTSCOUT= site:http://www.renpy.org/dl/release/ -USES= jpeg python sdl +USES= jpeg python:2.7+ sdl USE_SDL= image2 mixer2 ttf2 USE_PYTHON= autoplist distutils cython EXCLUDE= gen gen3 PKG-INFO '*.egg-info' Modified: head/devel/py-ply/Makefile ============================================================================== --- head/devel/py-ply/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-ply/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -12,7 +12,7 @@ COMMENT= Python Lex-Yacc LICENSE= BSD3CLAUSE -USES= python +USES= python:2.7+ USES+= shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-pycparser/Makefile ============================================================================== --- head/devel/py-pycparser/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-pycparser/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -13,7 +13,7 @@ COMMENT= C parser in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-pytz/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -14,7 +14,7 @@ COMMENT= World Timezone Definitions for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:2.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-setuptools/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -17,7 +17,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python zip +USES= python:2.7+ zip USE_PYTHON= allflavors autoplist concurrent distutils PYDISTUTILS_SETUP= ${PYSETUP} Modified: head/devel/py-setuptools_scm/Makefile ============================================================================== --- head/devel/py-setuptools_scm/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-setuptools_scm/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py git:devel/git \ ${PY_MERCURIAL} -USES= python +USES= python:2.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/devel/py-six/Makefile ============================================================================== --- head/devel/py-six/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-six/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-subversion/Makefile ============================================================================== --- head/devel/py-subversion/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/py-subversion/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -9,7 +9,7 @@ COMMENT= Python bindings for version control system BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c -USES= python +USES= python:2.7+ USE_PYTHON= flavors py3kplist PORTREVISION_114= 0 Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/devel/scons/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= gm4:devel/m4 -USES= python shebangfix +USES= python:2.7+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/dns/py-dnspython/Makefile ============================================================================== --- head/dns/py-dnspython/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/dns/py-dnspython/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -13,7 +13,7 @@ COMMENT= DNS toolkit for Python LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python zip +USES= python:2.7+ zip USE_PYTHON= autoplist concurrent cython distutils NO_ARCH= yes Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/lang/cython/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -14,7 +14,7 @@ COMMENT= Compiler for Writing C Extensions for the Pyt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c11 python +USES= compiler:c11 python:2.7+ USE_PYTHON= allflavors autoplist concurrent distutils post-install: Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/misc/py-tqdm/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -15,7 +15,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENCE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/textproc/py-markupsafe/Makefile ============================================================================== --- head/textproc/py-markupsafe/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/textproc/py-markupsafe/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -15,7 +15,7 @@ COMMENT= Implements XML/HTML/XHTML Markup safe string LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils post-install: Modified: head/textproc/py-pygments-25/Makefile ============================================================================== --- head/textproc/py-pygments-25/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/textproc/py-pygments-25/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -16,7 +16,7 @@ COMMENT= Syntax highlighter written in Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:2.7+ USE_PYTHON= distutils concurrent autoplist CONFLICTS_INSTALL= py??-pygments Modified: head/textproc/py-toml/Makefile ============================================================================== --- head/textproc/py-toml/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/textproc/py-toml/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -13,7 +13,7 @@ COMMENT= Python library for parsing and creating TOML LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-html5lib/Makefile ============================================================================== --- head/www/py-html5lib/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/www/py-html5lib/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six ${PYTHON_PKGNAMEPREFIX}webencodings>0:converters/py-webencodings@${PY_FLAVOR} NO_ARCH= yes -USES= python +USES= python:2.7+ USE_PYTHON= autoplist distutils .include Modified: head/x11-toolkits/py-tkinter/Makefile ============================================================================== --- head/x11-toolkits/py-tkinter/Makefile Thu Feb 4 14:24:48 2021 (r564030) +++ head/x11-toolkits/py-tkinter/Makefile Thu Feb 4 14:35:00 2021 (r564031) @@ -16,7 +16,7 @@ LICENSE= PSFL PORTSCOUT= ignore:1 -USES= compiler:c11 python tar:xz tk +USES= compiler:c11 python:2.7+ tar:xz tk USE_PYTHON= distutils autoplist allflavors DIST_SUBDIR= python