Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:59:51 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbb488536c1c - main - databases/py-pony: limit supported python versions
Message-ID:  <202111011359.1A1Dxp7f067608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb488536c1c69fc3ced0f28ae60e5b8c3e246f1

commit fbb488536c1c69fc3ced0f28ae60e5b8c3e246f1
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-10-28 12:40:13 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-01 13:59:05 +0000

    databases/py-pony: limit supported python versions
    
    Sorry, but pony 0.7.14 requires Python of one of the following versions: 2.7, 3.3-3.9. You have version 3.10.0
    
    Approved by:    portmgr blanket
---
 databases/py-pony/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/py-pony/Makefile b/databases/py-pony/Makefile
index 40d528cd0c7d..d3baaadc089a 100644
--- a/databases/py-pony/Makefile
+++ b/databases/py-pony/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.5-3.9
 USE_PYTHON=	autoplist concurrent distutils
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src



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