From 17e5f1ea4a2e1c5664f96480ca46348d008e8711 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 10 May 2024 00:01:14 +0100 Subject: gentoo auto-resync : 10:05:2024 - 00:01:13 --- dev-python/mapbox_earcut/Manifest | 2 +- .../mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild | 37 ++++++++++++++++++++++ .../mapbox_earcut/mapbox_earcut-1.0.1.ebuild | 34 -------------------- 3 files changed, 38 insertions(+), 35 deletions(-) create mode 100644 dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild delete mode 100644 dev-python/mapbox_earcut/mapbox_earcut-1.0.1.ebuild (limited to 'dev-python/mapbox_earcut') diff --git a/dev-python/mapbox_earcut/Manifest b/dev-python/mapbox_earcut/Manifest index 518adf6c6eb7..d28a43c394fb 100644 --- a/dev-python/mapbox_earcut/Manifest +++ b/dev-python/mapbox_earcut/Manifest @@ -1,3 +1,3 @@ DIST mapbox_earcut_python-1.0.1.gh.tar.gz 11794 BLAKE2B c54c2333ac08f551737ff6ba0e5179464c0330fefeb11e5cff9ad6d3927e8a5d5323cbceffd271a25103e75da44f2a4efa17b8c338f888f69f71ee7bc1e21682 SHA512 cdb32585cbaf74c15e59af0ae70d983dd2f9bc9cfe1b59b3eadc4d442f7d962241854b589a035deae67cacd9334833b911d0981f0d417fe587348fc7d24f0c0a -EBUILD mapbox_earcut-1.0.1.ebuild 718 BLAKE2B 3ac430fa23b79277975fcd95684e93c3deeff74f1648f3cb1ffb2d804cb6a3783f5a7bb720a810293acf2474a32f108bb51f40e53f8ff18d5b1cb8b4a9b6f011 SHA512 790effc55cf21a5e00abbc89fbe8362fd445c8ed6449d8092b60c167464c5671b1cae567b91fae280b906c27b9c811a872fdb7ea7d6966524d72287f198ca2c3 +EBUILD mapbox_earcut-1.0.1-r1.ebuild 742 BLAKE2B afc0a048d6e5645739a9d35880d3216fcdb1ca3a3c3698fe9c75e905b689a67cc9da30a968a0d8222864a235095b6d8034ce4d8fa94d36295af32d4d00b7765b SHA512 12945f02a619b343d8c26476d01f8878ace39957ffd9d21009fbdc207ad2ab70aeb94a402a1a983a76f74e7081be7abc309df49c97a689095860673c7eaa6222 MISC metadata.xml 390 BLAKE2B 50d2f1b3b650ee24f256104124fb4536278a41309dd9a6d4d7b814b730446ce672e8322b30a6af3edd3a59f5078795d7037594c1181bf8699a7ef16c0abdfa18 SHA512 a42cdecfa02a91728cf1d79b5940673007314be06c9b11e8d67fcc3df5767fc2ee72ceddefeaea1374f12c37bd26fe5c1535250899c7eb50db1a4ab7feedde2d diff --git a/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild b/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild new file mode 100644 index 000000000000..21a9a14ecf70 --- /dev/null +++ b/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +MY_P="mapbox_earcut_python-${PV}" +DESCRIPTION="Python bindings to the mapbox earcut C++ library" +HOMEPAGE="https://github.com/skogler/mapbox_earcut_python" +SRC_URI=" + https://github.com/skogler/mapbox_earcut_python/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm64 ~x86" + +DEPEND=" + dev-python/numpy:=[${PYTHON_USEDEP}] +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-python/pybind11[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +DOCS=( CHANGELOG.md README.md ) diff --git a/dev-python/mapbox_earcut/mapbox_earcut-1.0.1.ebuild b/dev-python/mapbox_earcut/mapbox_earcut-1.0.1.ebuild deleted file mode 100644 index c80e3a6b924f..000000000000 --- a/dev-python/mapbox_earcut/mapbox_earcut-1.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -MY_P="mapbox_earcut_python-${PV}" -DESCRIPTION="Python bindings to the mapbox earcut C++ library" -HOMEPAGE="https://github.com/skogler/mapbox_earcut_python" -SRC_URI=" - https://github.com/skogler/mapbox_earcut_python/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~x86" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/pybind11[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -DOCS=( CHANGELOG.md README.md ) -- cgit v1.2.3