commit: 88cb04d766c7a89df27b56ba480bd4df9e4b99b3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:18:48 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:18:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cb04d7
dev-python/itypes: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/itypes/itypes-1.2.0.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/itypes/itypes-1.2.0.ebuild
b/dev-python/itypes/itypes-1.2.0.ebuild
deleted file mode 100644
index 56c99da99047..000000000000
--- a/dev-python/itypes/itypes-1.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="basic immutable container types for python"
-HOMEPAGE="https://github.com/PavanTatikonda/itypes/"
-SRC_URI="
- https://github.com/PavanTatikonda/itypes/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}