diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-19 12:24:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-19 12:24:02 +0200 |
commit | 03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd (patch) | |
tree | 8693777b397f870dac7d89902207907af5dca970 /dev-python | |
parent | dev-python/pyacoustid: Remove old (diff) | |
download | gentoo-03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd.tar.gz gentoo-03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd.tar.bz2 gentoo-03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd.zip |
dev-python/sphinx_celery: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild deleted file mode 100644 index 5a70f7ebd8c4..000000000000 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-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} ) -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 pypi - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=">=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" |