diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-24 01:37:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-24 01:37:58 +0000 |
| commit | 45fcf85ae746b58f3263ca596b62c916f6860817 (patch) | |
| tree | 36502c190e38bbbe13a0ff92573e9e4938b601b7 /dev-python/sphinxcontrib-openapi | |
| parent | a0d324d0ef33cd7630b90e7c187b0691941f8eea (diff) | |
| download | baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.tar.gz baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.tar.xz baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinxcontrib-openapi')
| -rw-r--r-- | dev-python/sphinxcontrib-openapi/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sphinxcontrib-openapi/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild | 41 |
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-openapi/Manifest b/dev-python/sphinxcontrib-openapi/Manifest new file mode 100644 index 000000000000..ff4f63cc2f1f --- /dev/null +++ b/dev-python/sphinxcontrib-openapi/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-openapi-0.7.0.tar.gz 193897 BLAKE2B c0f1c46c6e8c67ddf95d163a68f5e22e6f2dff6622a3c21651b301dc1266b53b088d1b882e5e3347fad6347b86392bc9428b56f537c1d2320e7d9cd113c478f7 SHA512 36a7b6473b43af8d6fe2cf1bf22fb90848343911f69414cd742b942ff2ea33ac5ffba79c516dbb076b87c2a6e7e44d6958796daf06c9245a7184bfb6fdb53569 diff --git a/dev-python/sphinxcontrib-openapi/metadata.xml b/dev-python/sphinxcontrib-openapi/metadata.xml new file mode 100644 index 000000000000..ab70af6768e6 --- /dev/null +++ b/dev-python/sphinxcontrib-openapi/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">sphinxcontrib-openapi</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild new file mode 100644 index 000000000000..e3777b5b3c2e --- /dev/null +++ b/dev-python/sphinxcontrib-openapi/sphinxcontrib-openapi-0.7.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="OpenAPI (fka Swagger) spec renderer for Sphinx" +HOMEPAGE="https://pypi.org/project/sphinxcontrib-openapi/ + https://github.com/sphinx-contrib/openapi" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] + dev-python/sphinxcontrib-httpdomain[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/m2r[${PYTHON_USEDEP}] + dev-python/picobox[${PYTHON_USEDEP}] + dev-python/deepmerge[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/responses[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_install_all() { + distutils-r1_python_install_all + find "${D}" -name '*.pth' -delete || die +} |
