summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:18:48 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:18:48 +0200
commit88cb04d766c7a89df27b56ba480bd4df9e4b99b3 (patch)
treeb83edb3a32e9f9021530f1e6a85c1287f9ba9dd9 /dev-python/itypes
parentdev-python/indexed_gzip: Remove old (diff)
downloadgentoo-88cb04d766c7a89df27b56ba480bd4df9e4b99b3.tar.gz
gentoo-88cb04d766c7a89df27b56ba480bd4df9e4b99b3.tar.bz2
gentoo-88cb04d766c7a89df27b56ba480bd4df9e4b99b3.zip
dev-python/itypes: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/itypes')
-rw-r--r--dev-python/itypes/itypes-1.2.0.ebuild23
1 files changed, 0 insertions, 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
-}