diff options
author | 2023-02-25 19:41:52 +0100 | |
---|---|---|
committer | 2023-02-25 19:41:52 +0100 | |
commit | 2fe451fb9863e440befeae982bc23513ffac2b0d (patch) | |
tree | f07c2d4bf191027bfb5d6266d594194013161cae /dev-python/guzzle_sphinx_theme | |
parent | dev-libs/libclc: Add 17.0.0_pre20230225 snapshot (diff) | |
download | gentoo-2fe451fb9863e440befeae982bc23513ffac2b0d.tar.gz gentoo-2fe451fb9863e440befeae982bc23513ffac2b0d.tar.bz2 gentoo-2fe451fb9863e440befeae982bc23513ffac2b0d.zip |
dev-python/guzzle_sphinx_theme: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/guzzle_sphinx_theme')
-rw-r--r-- | dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild deleted file mode 100644 index 623a5657cb36..000000000000 --- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx theme used by Guzzle" -HOMEPAGE="https://github.com/guzzle/guzzle_sphinx_theme" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" |