diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-08 12:40:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-08 12:40:02 +0000 |
| commit | 4fefe95fa32b71d711353ab37cbb7e2f8a002d71 (patch) | |
| tree | 9376801d988a960ee2e34c65f7137680f4b41059 /dev-python/sphinx-pytest | |
| parent | 3d9997e1efa213bf85e56beb2a0ccd53bfff391b (diff) | |
| download | baldeagleos-repo-4fefe95fa32b71d711353ab37cbb7e2f8a002d71.tar.gz baldeagleos-repo-4fefe95fa32b71d711353ab37cbb7e2f8a002d71.tar.xz baldeagleos-repo-4fefe95fa32b71d711353ab37cbb7e2f8a002d71.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-pytest')
| -rw-r--r-- | dev-python/sphinx-pytest/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sphinx-pytest/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 30 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest new file mode 100644 index 000000000000..5811268458d8 --- /dev/null +++ b/dev-python/sphinx-pytest/Manifest @@ -0,0 +1 @@ +DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59 SHA512 f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f diff --git a/dev-python/sphinx-pytest/metadata.xml b/dev-python/sphinx-pytest/metadata.xml new file mode 100644 index 000000000000..ea8988e8af6a --- /dev/null +++ b/dev-python/sphinx-pytest/metadata.xml @@ -0,0 +1,11 @@ +<?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> + + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild new file mode 100644 index 000000000000..26abf3008776 --- /dev/null +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Helpful pytest fixtures for Sphinx extensions" +HOMEPAGE=" + https://github.com/chrisjsewell/sphinx-pytest/ + https://pypi.org/project/sphinx_pytest/ +" +SRC_URI=" + https://github.com/chrisjsewell/sphinx-pytest/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
