commit:     aae1089bdafd986f00df30278997193841da74c5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 15:04:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 15:20:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae1089b

dev-python/sphinx_celery: EAPI 8, PEP517, py3.11

Closes: https://bugs.gentoo.org/896888
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../sphinx_celery/sphinx_celery-2.0.0-r2.ebuild    | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild 
b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
new file mode 100644
index 000000000000..8183bd75a3c7
--- /dev/null
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
@@ -0,0 +1,23 @@
+# 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_{9..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/sphinx-2.0.0[${PYTHON_USEDEP}]
+"

Reply via email to