From 0dd4db15f9556ddfeaee24e7d14249d4727d70ef Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 3 May 2025 06:58:45 +0000 Subject: Adding metadata --- .../sphinxcontrib-github-alt-1.2-r2.ebuild | 33 ---------------------- .../sphinxcontrib-github-alt-1.2-r3.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild create mode 100644 dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r3.ebuild (limited to 'dev-python/sphinxcontrib-github-alt') diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild deleted file mode 100644 index e7c9581e2d7b..000000000000 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 - -MY_P=sphinxcontrib_github_alt-${PV} -DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs" -HOMEPAGE=" - https://github.com/jupyter/sphinxcontrib_github_alt/ - https://pypi.org/project/sphinxcontrib_github_alt/ -" -SRC_URI=" - https://github.com/jupyter/sphinxcontrib_github_alt/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - !dev-python/sphinxcontrib_github_alt -" -BDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] -" diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r3.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r3.ebuild new file mode 100644 index 000000000000..32938ea8521a --- /dev/null +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +MY_P=sphinxcontrib_github_alt-${PV} +DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs" +HOMEPAGE=" + https://github.com/jupyter/sphinxcontrib_github_alt/ + https://pypi.org/project/sphinxcontrib_github_alt/ +" +SRC_URI=" + https://github.com/jupyter/sphinxcontrib_github_alt/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] + !dev-python/sphinxcontrib_github_alt +" +BDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] +" -- cgit v1.3.1