From 12f398dddd5fbada6dae2a98bbb6e1ae74fb0a99 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 5 Jan 2023 12:38:12 -0500 Subject: dev-python/looseversion: add 1.0.3 Signed-off-by: Horea Christian --- dev-python/looseversion/looseversion-1.0.3.ebuild | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-python/looseversion/looseversion-1.0.3.ebuild (limited to 'dev-python/looseversion/looseversion-1.0.3.ebuild') diff --git a/dev-python/looseversion/looseversion-1.0.3.ebuild b/dev-python/looseversion/looseversion-1.0.3.ebuild new file mode 100644 index 000000000..5eef4e8c9 --- /dev/null +++ b/dev-python/looseversion/looseversion-1.0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="A backwards/forwards-compatible fork of distutils' LooseVersion" +HOMEPAGE="https://github.com/effigies/looseversion" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +BEPEND="" + +#EPYTEST_DESELECT=( +# # Reported upstream: https://github.com/datalad/datalad/issues/6870 +# datalad/local/tests/test_gitcredential.py::test_datalad_credential_helper +#) + +distutils_enable_tests pytest + +python_test() { + epytest tests.py +} -- cgit v1.2.3-65-gdbad