commit: cb30c72d14c8854e9c198df9005d0467831df326 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 11:17:06 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 11:17:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb30c72d
dev-python/sphinxcontrib-jquery: treeclean, remove duplicate Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/sphinxcontrib-jquery/Manifest | 1 - dev-python/sphinxcontrib-jquery/metadata.xml | 12 -------- .../sphinxcontrib-jquery-3.0.0.ebuild | 35 ---------------------- 3 files changed, 48 deletions(-) diff --git a/dev-python/sphinxcontrib-jquery/Manifest b/dev-python/sphinxcontrib-jquery/Manifest deleted file mode 100644 index 128c4662f..000000000 --- a/dev-python/sphinxcontrib-jquery/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-jquery-3.0.0.gh.tar.gz 121750 BLAKE2B 5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83 SHA512 a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a diff --git a/dev-python/sphinxcontrib-jquery/metadata.xml b/dev-python/sphinxcontrib-jquery/metadata.xml deleted file mode 100644 index fed772b31..000000000 --- a/dev-python/sphinxcontrib-jquery/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Anna</name> - </maintainer> - <upstream> - <remote-id type="pypi">sphinxcontrib.jquery</remote-id> - <remote-id type="github">sphinx-contrib/jquery</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild deleted file mode 100644 index e4f4cfc38..000000000 --- a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=flit -inherit distutils-r1 - -MY_PN=${PN#sphinxcontrib-} -DESCRIPTION="Extension to include jQuery on newer Sphinx releases" -HOMEPAGE=" - https://pypi.org/project/sphinxcontrib-jquery/ - https://github.com/sphinx-contrib/jquery -" -SRC_URI="https://github.com/sphinx-contrib/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="0BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/sphinx-testing[${PYTHON_USEDEP}] - ) -" - -DOCS=( AUTHORS {CHANGES,README}.rst ) - -distutils_enable_tests pytest
