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 50F3315ACFE for ; Thu, 4 May 2023 01:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53DA0E0E38; Thu, 4 May 2023 01:15:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E198E0E23 for ; Thu, 4 May 2023 01:15:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28053340D81 for ; Thu, 4 May 2023 01:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69559A5F for ; Thu, 4 May 2023 01:15:20 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683162844.3c2a3e2eb627c39c3ea55d33dcdfd173d70d1a0f.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/unicodedata2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/unicodedata2/unicodedata2-15.0.0.ebuild X-VCS-Directories: dev-python/unicodedata2/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3c2a3e2eb627c39c3ea55d33dcdfd173d70d1a0f X-VCS-Branch: dev Date: Thu, 4 May 2023 01:15:20 +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: f7bf93cd-fb30-4a97-a3ea-e14af6259226 X-Archives-Hash: e7a1a8d7853661ea3e7a9870b144957c commit: 3c2a3e2eb627c39c3ea55d33dcdfd173d70d1a0f Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu May 4 01:09:59 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu May 4 01:14:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c2a3e2e dev-python/unicodedata2: set DISTUTILS_EXT=1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/unicodedata2/unicodedata2-15.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild index 9713173de..0398a2972 100644 --- a/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild +++ b/dev-python/unicodedata2/unicodedata2-15.0.0.ebuild @@ -5,6 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 inherit distutils-r1 pypi DESCRIPTION="Unicodedata backport updated to the latest Unicode version"