aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/looseversion/looseversion-1.0.2.ebuild')
-rw-r--r--dev-python/looseversion/looseversion-1.0.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/looseversion/looseversion-1.0.2.ebuild b/dev-python/looseversion/looseversion-1.0.2.ebuild
deleted file mode 100644
index 0150e69f5..000000000
--- a/dev-python/looseversion/looseversion-1.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="A backwards/forwards-compatible fork of distutils' LooseVersion"
-HOMEPAGE="https://github.com/effigies/looseversion"
-SRC_URI="https://github.com/effigies/looseversion/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-BEPEND=""
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}