Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2021 11:26:54 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 089848a674a7 - main - security/py-pycrypto: not ready for Python 3.11 yet
Message-ID:  <202112171126.1BHBQs8W059475@gitrepo.freebsd.org>

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

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

commit 089848a674a7256e6339748d0e857c77691bf8ba
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-12-17 11:22:50 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-12-17 11:22:50 +0000

    security/py-pycrypto: not ready for Python 3.11 yet
    
    Approved by:    portmgr blanket
    Sponsored by:   Netzkommune GmbH
---
 security/py-pycrypto/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile
index 1258a8a65317..3c0d0d336f63 100644
--- a/security/py-pycrypto/Makefile
+++ b/security/py-pycrypto/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pycryptodome
 
-USES=		cpe python:3.6+
+USES=		cpe python:3.6-3.10
 USE_PYTHON=	distutils autoplist
 
 CPE_VENDOR=	dlitz



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