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 BFE8115ACFC for ; Sun, 30 Apr 2023 15:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA128E0802; Sun, 30 Apr 2023 15:24:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8840EE0821 for ; Sun, 30 Apr 2023 15:24:20 +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 31976341286 for ; Sun, 30 Apr 2023 15:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94D8FA5A for ; Sun, 30 Apr 2023 15:24:17 +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: <1682864418.b3054725f5467a949ed5057c23763b8c5e215346.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/booleanOperations/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/booleanOperations/Manifest dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild dev-python/booleanOperations/metadata.xml X-VCS-Directories: dev-python/booleanOperations/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: b3054725f5467a949ed5057c23763b8c5e215346 X-VCS-Branch: dev Date: Sun, 30 Apr 2023 15:24:17 +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: 4f58d312-dcbc-43f6-9035-090d84e0fccb X-Archives-Hash: f14f0a6796c458ada9e2c2be7b356128 commit: b3054725f5467a949ed5057c23763b8c5e215346 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Apr 30 14:20:18 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Apr 30 14:20:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3054725 dev-python/booleanOperations: new package, add 0.9.0-r2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/booleanOperations/Manifest | 1 + .../booleanOperations-0.9.0-r2.ebuild | 32 ++++++++++++++++++++++ dev-python/booleanOperations/metadata.xml | 12 ++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest new file mode 100644 index 000000000..c7bc9a573 --- /dev/null +++ b/dev-python/booleanOperations/Manifest @@ -0,0 +1 @@ +DIST booleanOperations-0.9.0.zip 202950 BLAKE2B 52f25b2328dd1bc2ab6d4e0fc116c55f2913c82d5f033494c3b6855e3cba455c9f3da0a864c7bc7caa483cd3afc238e9fe9aa41086b2dc01bf2c1a6f482bcf5a SHA512 f06d2d3143399f5f6325456a2368d608ad8b7b18a5f63bdaf4c48ddd9a9a2aebf4f67da5cadad2aa0d9d9caaa4839f314ed016cb8572805ef3a01f74e469e56b diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild new file mode 100644 index 000000000..b796f4369 --- /dev/null +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Boolean operations on paths" +HOMEPAGE=" + https://pypi.org/project/booleanoperations/ + https://github.com/typemytype/booleanOperations +" +SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}] + >=dev-python/pyclipper-1.1.0_p1[${PYTHON_USEDEP}] +" +BDEPEND=" + app-arch/unzip + dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( dev-python/fontPens[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests pytest diff --git a/dev-python/booleanOperations/metadata.xml b/dev-python/booleanOperations/metadata.xml new file mode 100644 index 000000000..b481a7767 --- /dev/null +++ b/dev-python/booleanOperations/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + booleanOperations + typemytype/booleanOperations + +