diff options
author | 2024-02-03 12:40:38 +0100 | |
---|---|---|
committer | 2024-02-03 12:44:43 +0100 | |
commit | fdf47915a254737d0200a7511adafc23bfe57c49 (patch) | |
tree | 0200293001540b2ea1c887a7898919b32421067f /dev-python/sphinx-celery | |
parent | dev-python/mkdocs-material: Remove old (diff) | |
download | gentoo-fdf47915a254737d0200a7511adafc23bfe57c49.tar.gz gentoo-fdf47915a254737d0200a7511adafc23bfe57c49.tar.bz2 gentoo-fdf47915a254737d0200a7511adafc23bfe57c49.zip |
dev-python/sphinx-celery: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-celery')
5 files changed, 0 insertions, 108 deletions
diff --git a/dev-python/sphinx-celery/Manifest b/dev-python/sphinx-celery/Manifest index 3ebbe2aad2fc..a8441f0403bd 100644 --- a/dev-python/sphinx-celery/Manifest +++ b/dev-python/sphinx-celery/Manifest @@ -1,4 +1 @@ -DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae SHA512 1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5 -DIST sphinx_celery-2.1.0.tar.gz 16612 BLAKE2B 8fc50186f589e00b26b7550f28ee4b4e863b58ccde682a53a70e90d53d4cd31777f6363a8d2dc58000db86bff0cdb957b74234d15d68c189cb9371c6e4b06cd0 SHA512 63abdf8de1f30550172f15c41eb51c1f200b83eaacda1b6c209138d9a4057fa6c0f711904fe11611ea08d18e957b3966038a0b6b4ca4d5d7cdbbaeab9bab601a -DIST sphinx_celery-2.1.1.tar.gz 16615 BLAKE2B a4e3e92d54b78e04638185afb1f51f093303a2008b80369263357d3ca7e8cd18c1292e621c14a600def0c2e88c214d940fbd505aa70c8b7e29f546f5654e130a SHA512 8236409ee05647f4d78cf7e7ea210a0b3d9052df48d493c120ed9a21601e132885c5b054a5f550489e0787ea7e7bb34c84bab81251a0578a7ef59a4be04ff65d DIST sphinx_celery-2.1.3.tar.gz 16647 BLAKE2B 5dd5861e9581cb576058c86e3fa077bc95d2f8f7c15d2055469a15f2cfaf8b8f3b2ea147b8ad90bbcfd6c888808c92edb57c6a2219364225ff9eca27b3e4ed37 SHA512 87ea7cc229a9db25ca32559010bbab66197506eedffb3a8e80e847f68dff664ad3eb4257c615ce74387456fe9d70c4b47eabfb769f371a529e46c867b03560b4 diff --git a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch deleted file mode 100644 index c01e8dde882d..000000000000 --- a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 46d3ea167e7b6eab24f35354f44822981bc76767 Mon Sep 17 00:00:00 2001 -From: Oleg Hoefling <oleg.hoefling@ionos.com> -Date: Tue, 23 Aug 2022 15:56:17 +0200 -Subject: [PATCH] add placeholder to each extlinks caption - -https://github.com/celery/sphinx_celery/pull/40 -Signed-off-by: Oleg Hoefling <oleg.hoefling@ionos.com> ---- - sphinx_celery/conf.py | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py -index b35bc2b..8a6895b 100644 ---- a/sphinx_celery/conf.py -+++ b/sphinx_celery/conf.py -@@ -161 +161 @@ -- 'GitHub SHA@', -+ 'GitHub SHA@%s', -@@ -165 +165 @@ -- 'GitHub branch', -+ 'GitHub branch %s', -@@ -168 +168 @@ -- 'https://github.com/%s/', '@', -+ 'https://github.com/%s/', '@%s', -@@ -171 +171 @@ -- 'https://pypi.python.org/pypi/%s/', '', -+ 'https://pypi.python.org/pypi/%s/', None, -@@ -174 +174 @@ -- 'https://en.wikipedia.org/wiki/%s', '', -+ 'https://en.wikipedia.org/wiki/%s', None, diff --git a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild deleted file mode 100644 index ff9f3a023eac..000000000000 --- a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE=" - https://github.com/celery/sphinx_celery/ - https://pypi.org/project/sphinx-celery/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}] -" - -# https://bugs.gentoo.org/show_bug.cgi?id=911637 -PATCHES=( "${FILESDIR}/${P}-extlinks.patch" ) diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild deleted file mode 100644 index c1cf8b5e4213..000000000000 --- a/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE=" - https://github.com/celery/sphinx_celery/ - https://pypi.org/project/sphinx-celery/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}] -" diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.1.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.1.1.ebuild deleted file mode 100644 index c1cf8b5e4213..000000000000 --- a/dev-python/sphinx-celery/sphinx-celery-2.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE=" - https://github.com/celery/sphinx_celery/ - https://pypi.org/project/sphinx-celery/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}] -" |