commit: dc49708b8190070298884cd4b098bba73bbbcb88
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 19:41:32 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 19:42:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc49708b
dev-python/retry-decorator: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../retry-decorator/retry-decorator-1.1.1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
deleted file mode 100644
index 8d6cb60a8ce0..000000000000
--- a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Decorator for retrying when exceptions occur"
-HOMEPAGE="https://github.com/pnpnpn/retry-decorator"
-SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~riscv x86"
-
-DOCS=( README.rst )
-
-distutils_enable_tests pytest