mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-python/pytest-harvest: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -5,16 +5,16 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYPI_NO_NORMALIZE=1
|
||||||
|
|
||||||
DOCS_BUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCS_DEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
DOCS_DIR="docs"
|
DOCS_DIR="docs"
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs pypi
|
||||||
|
|
||||||
DESCRIPTION="Store and retrieve data created during your pytest tests execution"
|
DESCRIPTION="Store and retrieve data created during your pytest tests execution"
|
||||||
HOMEPAGE="https://pypi.org/project/pytest-harvest/ https://github.com/smarie/python-pytest-harvest"
|
HOMEPAGE="https://pypi.org/project/pytest-harvest/ https://github.com/smarie/python-pytest-harvest"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user