diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-13 17:15:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-13 17:15:39 +0000 |
| commit | c2e5e4c19cba7486ac4ea1a9d39241aa825c501a (patch) | |
| tree | 04a8220e70c00b8d6a16308682004ce7b65c4b11 /dev-python/sphinx_celery | |
| parent | e2194e3ad01dde6201c959dcc8637ab452ea861d (diff) | |
| download | baldeagleos-repo-c2e5e4c19cba7486ac4ea1a9d39241aa825c501a.tar.gz baldeagleos-repo-c2e5e4c19cba7486ac4ea1a9d39241aa825c501a.tar.xz baldeagleos-repo-c2e5e4c19cba7486ac4ea1a9d39241aa825c501a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx_celery')
| -rw-r--r-- | dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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..ffb44a08d915 --- /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_{7,8,9,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/sphinx-2.0.0[${PYTHON_USEDEP}] +" |
