diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-14 20:01:54 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-14 20:28:24 +0200 |
| commit | 613e139267f64c61a08b2b80301293cec44138c7 (patch) | |
| tree | 8817dcd54e93e37f8e3c38478270f0cce3af9f8e /dev-python/python-utils/python-utils-3.1.0.ebuild | |
| parent | 02941f316d41e93ee232aa5e3ee6d70b94a00211 (diff) | |
| download | gentoo-613e139267f64c61a08b2b80301293cec44138c7.tar.gz gentoo-613e139267f64c61a08b2b80301293cec44138c7.tar.bz2 gentoo-613e139267f64c61a08b2b80301293cec44138c7.zip | |
dev-python/python-utils: add 3.1.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-utils/python-utils-3.1.0.ebuild')
| -rw-r--r-- | dev-python/python-utils/python-utils-3.1.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/python-utils/python-utils-3.1.0.ebuild b/dev-python/python-utils/python-utils-3.1.0.ebuild new file mode 100644 index 000000000000..abb04012919a --- /dev/null +++ b/dev-python/python-utils/python-utils-3.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..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" + +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 +} |
