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 21597158031 for ; Sun, 26 Feb 2023 22:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23C88E0869; Sun, 26 Feb 2023 22:42:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0F46DE0869 for ; Sun, 26 Feb 2023 22:42:43 +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 4C09D340E49 for ; Sun, 26 Feb 2023 22:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631238AA for ; Sun, 26 Feb 2023 22:42:38 +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: <1677451295.29a710b40bef7ebf08e82f63528047ba02c2c82f.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/beziers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/beziers/beziers-0.4.0-r1.ebuild dev-python/beziers/beziers-0.4.0-r2.ebuild X-VCS-Directories: dev-python/beziers/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 29a710b40bef7ebf08e82f63528047ba02c2c82f X-VCS-Branch: dev Date: Sun, 26 Feb 2023 22:42:38 +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: 3f696b40-767a-4a8f-856b-68e72e634255 X-Archives-Hash: 286384dcd7e9e3fc4847b2d19c777a50 commit: 29a710b40bef7ebf08e82f63528047ba02c2c82f Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 26 19:28:40 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Feb 26 22:41:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29a710b4 dev-python/beziers: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/beziers/beziers-0.4.0-r1.ebuild | 35 ---------------------------- dev-python/beziers/beziers-0.4.0-r2.ebuild | 37 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 35 deletions(-) diff --git a/dev-python/beziers/beziers-0.4.0-r1.ebuild b/dev-python/beziers/beziers-0.4.0-r1.ebuild deleted file mode 100644 index 0c99ca988..000000000 --- a/dev-python/beziers/beziers-0.4.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Python bezier manipulation library" -HOMEPAGE="https://github.com/simoncozens/beziers.py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyclipper[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/shapely[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - dev-python/dotmap[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - ) -" - -PATCHES=( "${FILESDIR}/${P}-no-install-tests.patch" ) - -distutils_enable_tests pytest diff --git a/dev-python/beziers/beziers-0.4.0-r2.ebuild b/dev-python/beziers/beziers-0.4.0-r2.ebuild new file mode 100644 index 000000000..69501c49d --- /dev/null +++ b/dev-python/beziers/beziers-0.4.0-r2.ebuild @@ -0,0 +1,37 @@ +# 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 +inherit distutils-r1 optfeature pypi + +DESCRIPTION="Bezier curve manipulation library" +HOMEPAGE=" + https://pypi.org/project/beziers/ + https://github.com/simoncozens/beziers.py +" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND="dev-python/pyclipper[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/dotmap[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + ) +" + +PATCHES=( "${FILESDIR}/${PN}-0.4.0-no-install-tests.patch" ) + +distutils_enable_tests pytest + +pkg_postinst() { + optfeature "alpha_shape support" "dev-python/numpy dev-python/scipy dev-python/shapely" + optfeature "brush support" dev-python/shapely + optfeature "pen protocol support" dev-python/fonttools + optfeature "plot support" dev-python/matplotlib +}