commit:     12f398dddd5fbada6dae2a98bbb6e1ae74fb0a99
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan  5 17:38:12 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan  5 17:38:12 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=12f398dd

dev-python/looseversion: add 1.0.3

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/looseversion/looseversion-1.0.3.ebuild | 31 +++++++++++++++++++++++
 1 file changed, 31 insertions(+)

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
+}

Reply via email to