summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-21 21:39:13 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-21 21:39:13 +0300
commit6d6582d731fb6bfa488f5fa3a314c0c0746836fb (patch)
treeb8f6ed54ce9a6f0e24b90c0ed992a42abc2e1a69 /dev-python/pytrie
parentdev-python/argh: drop 0.26.2-r2 (diff)
downloadgentoo-6d6582d731fb6bfa488f5fa3a314c0c0746836fb.tar.gz
gentoo-6d6582d731fb6bfa488f5fa3a314c0c0746836fb.tar.bz2
gentoo-6d6582d731fb6bfa488f5fa3a314c0c0746836fb.zip
dev-python/pytrie: drop 0.4.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytrie')
-rw-r--r--dev-python/pytrie/pytrie-0.4.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild b/dev-python/pytrie/pytrie-0.4.0.ebuild
deleted file mode 100644
index 83a96afb25ee..000000000000
--- a/dev-python/pytrie/pytrie-0.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_PN="PyTrie"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A pure Python implementation of the trie data structure"
-HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py