summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-21 21:42:22 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-21 21:42:22 +0300
commit24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded (patch)
tree283fd5611a6fd90bb64cb211315f7062dc857ec9 /dev-python/timeout-decorator
parentdev-python/qrcode: Stabilize 7.3.1-r1 ALLARCHES, #853406 (diff)
downloadgentoo-24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded.tar.gz
gentoo-24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded.tar.bz2
gentoo-24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded.zip
dev-python/timeout-decorator: drop 0.5.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/timeout-decorator')
-rw-r--r--dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
deleted file mode 100644
index 2c52a28d84a3..000000000000
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-EGIT_COMMIT=9fbc3ef5b6f8f8cba2eb7ba795813d6ec543e265
-MY_P=${PN}-${EGIT_COMMIT}
-
-DESCRIPTION="Timeout decorator"
-HOMEPAGE="
- https://pypi.org/project/timeout-decorator/
- https://github.com/pnpnpn/timeout-decorator/"
-SRC_URI="
- https://github.com/pnpnpn/timeout-decorator/archive/${EGIT_COMMIT}.tar.gz
- -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest