From 85bb66f146fa7ea52870ee06566e6edadc7423f9 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 22 Dec 2025 19:16:38 +0000 Subject: Adding metadata --- dev-python/furo/furo-2025.12.19-r1.ebuild | 45 ++++++++++++++++++++++ dev-python/furo/furo-2025.12.19.ebuild | 44 --------------------- dev-python/furo/furo-2025.9.25-r1.ebuild | 43 +++++++++++++++++++++ dev-python/furo/furo-2025.9.25.ebuild | 42 -------------------- .../intervaltree/intervaltree-3.2.0-r1.ebuild | 26 +++++++++++++ dev-python/intervaltree/intervaltree-3.2.0.ebuild | 22 ----------- 6 files changed, 114 insertions(+), 108 deletions(-) create mode 100644 dev-python/furo/furo-2025.12.19-r1.ebuild delete mode 100644 dev-python/furo/furo-2025.12.19.ebuild create mode 100644 dev-python/furo/furo-2025.9.25-r1.ebuild delete mode 100644 dev-python/furo/furo-2025.9.25.ebuild create mode 100644 dev-python/intervaltree/intervaltree-3.2.0-r1.ebuild delete mode 100644 dev-python/intervaltree/intervaltree-3.2.0.ebuild (limited to 'dev-python') diff --git a/dev-python/furo/furo-2025.12.19-r1.ebuild b/dev-python/furo/furo-2025.12.19-r1.ebuild new file mode 100644 index 000000000000..f778443acc59 --- /dev/null +++ b/dev-python/furo/furo-2025.12.19-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# sphinx-theme-builder is completely unusable, as it requires pinning +# to a very-specific nodejs version number, and ofc loves fetching +# everything from the Internet + +DISTUTILS_USE_PEP517=standalone +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Clean customisable Sphinx documentation theme" +HOMEPAGE=" + https://pypi.org/project/furo/ + https://github.com/pradyunsg/furo/ +" +SRC_URI="$(pypi_wheel_url)" +S=${WORKDIR} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/accessible-pygments[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-basic-ng[${PYTHON_USEDEP}] +" + +distutils_enable_tests import-check + +src_unpack() { + if [[ ${PKGBUMPING} == ${PVR} ]]; then + unzip "${DISTDIR}/${A}" || die + fi +} + +python_compile() { + distutils_wheel_install "${BUILD_DIR}/install" \ + "${DISTDIR}/${P}-py3-none-any.whl" +} diff --git a/dev-python/furo/furo-2025.12.19.ebuild b/dev-python/furo/furo-2025.12.19.ebuild deleted file mode 100644 index 404d79f2ee25..000000000000 --- a/dev-python/furo/furo-2025.12.19.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# sphinx-theme-builder is completely unusable, as it requires pinning -# to a very-specific nodejs version number, and ofc loves fetching -# everything from the Internet - -DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Clean customisable Sphinx documentation theme" -HOMEPAGE=" - https://pypi.org/project/furo/ - https://github.com/pradyunsg/furo/ -" -SRC_URI="$(pypi_wheel_url)" -S=${WORKDIR} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND=" - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-basic-ng[${PYTHON_USEDEP}] -" - -distutils_enable_tests import-check - -src_unpack() { - if [[ ${PKGBUMPING} == ${PVR} ]]; then - unzip "${DISTDIR}/${A}" || die - fi -} - -python_compile() { - distutils_wheel_install "${BUILD_DIR}/install" \ - "${DISTDIR}/${P}-py3-none-any.whl" -} diff --git a/dev-python/furo/furo-2025.9.25-r1.ebuild b/dev-python/furo/furo-2025.9.25-r1.ebuild new file mode 100644 index 000000000000..bd09a5b67380 --- /dev/null +++ b/dev-python/furo/furo-2025.9.25-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# sphinx-theme-builder is completely unusable, as it requires pinning +# to a very-specific nodejs version number, and ofc loves fetching +# everything from the Internet + +DISTUTILS_USE_PEP517=standalone +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Clean customisable Sphinx documentation theme" +HOMEPAGE=" + https://pypi.org/project/furo/ + https://github.com/pradyunsg/furo/ +" +SRC_URI="$(pypi_wheel_url)" +S=${WORKDIR} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND=" + dev-python/accessible-pygments[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-basic-ng[${PYTHON_USEDEP}] +" + +src_unpack() { + if [[ ${PKGBUMPING} == ${PVR} ]]; then + unzip "${DISTDIR}/${A}" || die + fi +} + +python_compile() { + distutils_wheel_install "${BUILD_DIR}/install" \ + "${DISTDIR}/${P}-py3-none-any.whl" +} diff --git a/dev-python/furo/furo-2025.9.25.ebuild b/dev-python/furo/furo-2025.9.25.ebuild deleted file mode 100644 index 0a9cbaa6a0cb..000000000000 --- a/dev-python/furo/furo-2025.9.25.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# sphinx-theme-builder is completely unusable, as it requires pinning -# to a very-specific nodejs version number, and ofc loves fetching -# everything from the Internet - -DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Clean customisable Sphinx documentation theme" -HOMEPAGE=" - https://pypi.org/project/furo/ - https://github.com/pradyunsg/furo/ -" -SRC_URI="$(pypi_wheel_url)" -S=${WORKDIR} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-basic-ng[${PYTHON_USEDEP}] -" - -src_unpack() { - if [[ ${PKGBUMPING} == ${PVR} ]]; then - unzip "${DISTDIR}/${A}" || die - fi -} - -python_compile() { - distutils_wheel_install "${BUILD_DIR}/install" \ - "${DISTDIR}/${P}-py3-none-any.whl" -} diff --git a/dev-python/intervaltree/intervaltree-3.2.0-r1.ebuild b/dev-python/intervaltree/intervaltree-3.2.0-r1.ebuild new file mode 100644 index 000000000000..436c761872fb --- /dev/null +++ b/dev-python/intervaltree/intervaltree-3.2.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Editable interval tree data structure for Python 2 and 3" +HOMEPAGE=" + https://github.com/chaimleib/intervaltree/ + https://pypi.org/project/intervaltree/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest diff --git a/dev-python/intervaltree/intervaltree-3.2.0.ebuild b/dev-python/intervaltree/intervaltree-3.2.0.ebuild deleted file mode 100644 index e6a9317bf9db..000000000000 --- a/dev-python/intervaltree/intervaltree-3.2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Editable interval tree data structure for Python 2 and 3" -HOMEPAGE=" - https://github.com/chaimleib/intervaltree/ - https://pypi.org/project/intervaltree/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -- cgit v1.3