diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 15:38:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-11 16:24:18 +0100 |
commit | 0fdaf31149505393c5d1b1a90118e452a680c4de (patch) | |
tree | 56f232950b4abe135d6bb355889ed1942def9838 /dev-python/sphinx-celery | |
parent | dev-python/nbconvert: Bump to 7.14.1 (diff) | |
download | gentoo-0fdaf31149505393c5d1b1a90118e452a680c4de.tar.gz gentoo-0fdaf31149505393c5d1b1a90118e452a680c4de.tar.bz2 gentoo-0fdaf31149505393c5d1b1a90118e452a680c4de.zip |
dev-python/sphinx-celery: Bump to 2.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-celery')
-rw-r--r-- | dev-python/sphinx-celery/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/sphinx-celery/Manifest b/dev-python/sphinx-celery/Manifest index ff08fe7356c4..0715199e3548 100644 --- a/dev-python/sphinx-celery/Manifest +++ b/dev-python/sphinx-celery/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild new file mode 100644 index 000000000000..c1cf8b5e4213 --- /dev/null +++ b/dev-python/sphinx-celery/sphinx-celery-2.1.0.ebuild @@ -0,0 +1,24 @@ +# 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}] +" |