summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-03 16:35:55 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-03 16:35:55 +0200
commita12602255370fce8cdf4269d493d617223bbe158 (patch)
tree6f9ecff245abebb5bd8a20bf6a4ec915a6beff01 /dev-python/crashtest/crashtest-0.3.1-r1.ebuild
parentdev-python/crashtest: Stabilize 0.4.0 ALLARCHES, #868279 (diff)
downloadgentoo-a12602255370fce8cdf4269d493d617223bbe158.tar.gz
gentoo-a12602255370fce8cdf4269d493d617223bbe158.tar.bz2
gentoo-a12602255370fce8cdf4269d493d617223bbe158.zip
dev-python/crashtest: drop 0.3.1-r1
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/crashtest/crashtest-0.3.1-r1.ebuild')
-rw-r--r--dev-python/crashtest/crashtest-0.3.1-r1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/crashtest/crashtest-0.3.1-r1.ebuild b/dev-python/crashtest/crashtest-0.3.1-r1.ebuild
deleted file mode 100644
index ce2e96887842..000000000000
--- a/dev-python/crashtest/crashtest-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python library that makes exceptions handling and inspection easier"
-HOMEPAGE="https://github.com/sdispater/crashtest"
-SRC_URI="https://github.com/sdispater/crashtest/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-distutils_enable_tests pytest