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 34BBB158091 for ; Sun, 5 Jun 2022 06:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79991E0960; Sun, 5 Jun 2022 06:16:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5F7F9E0960 for ; Sun, 5 Jun 2022 06:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5245D341A24 for ; Sun, 5 Jun 2022 06:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161984F5 for ; Sun, 5 Jun 2022 06:16:23 +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: <1654409535.df58794586056f83908df60a565a94ee78c5991e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cymem/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cymem/Manifest dev-python/cymem/cymem-2.0.6.ebuild dev-python/cymem/metadata.xml X-VCS-Directories: dev-python/cymem/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: df58794586056f83908df60a565a94ee78c5991e X-VCS-Branch: dev Date: Sun, 5 Jun 2022 06:16:23 +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: 7d0d1698-8843-4ae4-9c56-06b866a576e0 X-Archives-Hash: 3646d3acb85d748236befac146be1e59 commit: df58794586056f83908df60a565a94ee78c5991e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jun 5 02:38:28 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jun 5 06:12:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df587945 dev-python/cymem: new package, add 2.0.6 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/cymem/Manifest | 1 + dev-python/cymem/cymem-2.0.6.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/cymem/metadata.xml | 12 ++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/cymem/Manifest b/dev-python/cymem/Manifest new file mode 100644 index 000000000..33f389847 --- /dev/null +++ b/dev-python/cymem/Manifest @@ -0,0 +1 @@ +DIST cymem-2.0.6.tar.gz 8241 BLAKE2B 359c1cee8b3d01a2e659898992c22da7f7e3fab0ae5481d328f660c314a0dde85ca868e63e2c1b55b3624e568f369b8e993da04fa30c2ea79d21472cc6c1f7b0 SHA512 058fef116e02a38960017bfb4347f625fd5bda39cc239c8b434c7c928a9303678e1689ae5860181750fa23d8ee7a0bce1836c33420b6b4799d297df85f2b64e7 diff --git a/dev-python/cymem/cymem-2.0.6.ebuild b/dev-python/cymem/cymem-2.0.6.ebuild new file mode 100644 index 000000000..6d30881a8 --- /dev/null +++ b/dev-python/cymem/cymem-2.0.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Manage calls to calloc/free through Cython" +HOMEPAGE=" + https://pypi.org/project/cymem/ + https://github.com/explosion/cymem +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/cython[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +python_compile() { + distutils-r1_python_compile + use test && esetup.py build_ext --inplace + rm -rf build || die +} diff --git a/dev-python/cymem/metadata.xml b/dev-python/cymem/metadata.xml new file mode 100644 index 000000000..d1ac5645d --- /dev/null +++ b/dev-python/cymem/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + cymem + explosion/cymem + +