diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-04 13:30:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-04 13:30:15 +0000 |
| commit | 94ee3f1f51f728f569f0eb76c313e1b250cb8557 (patch) | |
| tree | 9978a17059c6c1ab56cc8a38f9e67b0d194e79a6 /dev-python/cheroot | |
| parent | b1f93c4598b8a3907367e793e8e44718b46e8924 (diff) | |
| download | baldeagleos-repo-94ee3f1f51f728f569f0eb76c313e1b250cb8557.tar.gz baldeagleos-repo-94ee3f1f51f728f569f0eb76c313e1b250cb8557.tar.xz baldeagleos-repo-94ee3f1f51f728f569f0eb76c313e1b250cb8557.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cheroot')
| -rw-r--r-- | dev-python/cheroot/cheroot-8.5.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/cheroot/cheroot-8.5.2.ebuild b/dev-python/cheroot/cheroot-8.5.2.ebuild index fc63f3f23018..a01c1105845b 100644 --- a/dev-python/cheroot/cheroot-8.5.2.ebuild +++ b/dev-python/cheroot/cheroot-8.5.2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy." +DESCRIPTION="High-performance, pure-Python HTTP server used by CherryPy" HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/cheroot/ https://github.com/cherrypy/cheroot/" @@ -57,5 +56,5 @@ python_prepare_all() { python_test() { cd "${BUILD_DIR}" || die - pytest -vv || die "Tests failed with ${EPYTHON}" + epytest } |
