From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F58215AD36 for ; Wed, 10 May 2023 21:14:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707D1E0B78; Wed, 10 May 2023 21:14:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A08BE0B78 for ; Wed, 10 May 2023 21:14:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A575340C53 for ; Wed, 10 May 2023 21:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3D02A71 for ; Wed, 10 May 2023 21:14:34 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1683746864.e5e59a25e1780051d2d3d718adf800c643efcad0.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-python/m2crypto/m2crypto-0.38.0.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: e5e59a25e1780051d2d3d718adf800c643efcad0 X-VCS-Branch: master Date: Wed, 10 May 2023 21:14:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd95887e-0add-44fb-8606-79b9d22a6d7c X-Archives-Hash: 3e172e3dd59a416925a8c633b655ce26 commit: e5e59a25e1780051d2d3d718adf800c643efcad0 Author: orbea riseup net> AuthorDate: Wed May 10 19:27:44 2023 +0000 Commit: orbea riseup net> CommitDate: Wed May 10 19:27:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e5e59a25 dev-python/m2crypto: sync ::gentoo Signed-off-by: orbea riseup.net> dev-python/m2crypto/m2crypto-0.38.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/m2crypto/m2crypto-0.38.0.ebuild b/dev-python/m2crypto/m2crypto-0.38.0.ebuild index b60dc13..7fe833d 100644 --- a/dev-python/m2crypto/m2crypto-0.38.0.ebuild +++ b/dev-python/m2crypto/m2crypto-0.38.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{9..11} ) PYPI_NO_NORMALIZE=1 PYPI_PN="M2Crypto"