diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-14 20:53:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-14 20:53:21 +0000 |
| commit | facf451128672938c39ef2674588f63f0d441f91 (patch) | |
| tree | 9064291dcf6a5cf4f687dd25ff5638c503f60e61 /dev-python/pytest-harvest | |
| parent | 6ccc92cc54bc0dfc9b80c3ea4f0f087a06f147c4 (diff) | |
| download | baldeagleos-repo-facf451128672938c39ef2674588f63f0d441f91.tar.gz baldeagleos-repo-facf451128672938c39ef2674588f63f0d441f91.tar.xz baldeagleos-repo-facf451128672938c39ef2674588f63f0d441f91.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-harvest')
| -rw-r--r-- | dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild index 8fc823b25261..aafd4cf4f268 100644 --- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild +++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild @@ -4,9 +4,11 @@ EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools + DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_DIR="docs" + inherit distutils-r1 docs DESCRIPTION="Store and retrieve data created during your pytest tests execution" |
