From nobody Fri Dec 17 11:26:54 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B1B7918EB5E4; Fri, 17 Dec 2021 11:26:54 +0000 (UTC) (envelope-from git@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 4JFmsV2B2cz4hpx; Fri, 17 Dec 2021 11:26:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 293BC1ADDE; Fri, 17 Dec 2021 11:26:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BHBQsfQ059476; Fri, 17 Dec 2021 11:26:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BHBQs8W059475; Fri, 17 Dec 2021 11:26:54 GMT (envelope-from git) Date: Fri, 17 Dec 2021 11:26:54 GMT Message-Id: <202112171126.1BHBQs8W059475@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 089848a674a7 - main - security/py-pycrypto: not ready for Python 3.11 yet List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 089848a674a7256e6339748d0e857c77691bf8ba Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639740414; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=kw98+1sJGWLgSTP/llry2n2bDQoVCpnCyY2IkDNDpDo=; b=Vnp74DDM/fwKwcbJRmCEoLZWJZKlpoOqhVh0QkiePqDcOV5rm2x096yS2yF8t1SLPoGg94 jMBBbfQs3X2iJt/4PUtvK8IuX9i3zBFIapWaTLiwdhRRoEQmq07Ym+3UeVIECEgPcPeRyl I2CGoIi8tkVQHsP92r/jamCtQYgIhOEXTmXPT55yQMRcaNTwN3zgzoyi/kRxkEe98Ypy+A T1nxhqNgojVEeat2AM9CCL65r6diFDv1HnSjhKeCB9h7BJai0ArWBAqrPsWuYOjCfPZpmI pmQFjxhQVVMdE9hcJSSKvfY5NXylpF1XiHsxwuWDSC69Euz4mAZjnffP4b7D9A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639740414; a=rsa-sha256; cv=none; b=qIvSldIbE0v4xjjaF26Pn7w/ymI5+USHMBTGErWUlWMRZ7xYYUnRNy3cUDtoeFuy3oojGh BGoro/Wtfzhal2M3rTtv5LFrwO1nxZgoS1CkQa16qiuH5H67o2oxRSTNenE2PW2w2VCmSg ZN/Ldv8KJUfiXx3wcIlgoFsqotVs7Dgh3l09Ym892Y7cZdn4/S3vYqLnxh7QcKp42+yhav F8gNZNzM8D/qZbabx+H0wz7dpDJkxwK5g1Df2ACbzwCOsj2ZchBr8yLxuV0q4vFwG1Mutr A1oeLfIjdYYT8rMOEQET/fUp3JxO2w7mISHBUkFBgShfzOXLa+UxRRJFk7QwDA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=089848a674a7256e6339748d0e857c77691bf8ba commit 089848a674a7256e6339748d0e857c77691bf8ba Author: Dima Panov AuthorDate: 2021-12-17 11:22:50 +0000 Commit: Dima Panov 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