diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-05 01:38:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-05 01:38:28 +0000 |
| commit | f923e8035223ec3eebfde96ff493be28d35c1213 (patch) | |
| tree | fa81dc09dd63220eab65c60b10536e2d8944cec9 /dev-python/python-utils/python-utils-3.0.0.ebuild | |
| parent | 8c633bf4b0907bd5778e4485e7a5fdf0a365440c (diff) | |
| download | baldeagleos-repo-f923e8035223ec3eebfde96ff493be28d35c1213.tar.gz baldeagleos-repo-f923e8035223ec3eebfde96ff493be28d35c1213.tar.xz baldeagleos-repo-f923e8035223ec3eebfde96ff493be28d35c1213.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-utils/python-utils-3.0.0.ebuild')
| -rw-r--r-- | dev-python/python-utils/python-utils-3.0.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/python-utils/python-utils-3.0.0.ebuild b/dev-python/python-utils/python-utils-3.0.0.ebuild new file mode 100644 index 000000000000..0888f4f0af2f --- /dev/null +++ b/dev-python/python-utils/python-utils-3.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Collection of small Python functions & classes" +HOMEPAGE="https://pypi.org/project/python-utils/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + docs +) + +python_prepare_all() { + sed -i -e '/--cov/d' -e '/--mypy/d' pytest.ini || die + distutils-r1_python_prepare_all +} |
