diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-28 21:41:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-28 21:42:30 +0200 |
commit | dc49708b8190070298884cd4b098bba73bbbcb88 (patch) | |
tree | ef0fe56ba5a746ad0dae4d7b9744916b3d3e9769 /dev-python/retry-decorator | |
parent | dev-python/python-glanceclient: Remove old (diff) | |
download | gentoo-dc49708b8190070298884cd4b098bba73bbbcb88.tar.gz gentoo-dc49708b8190070298884cd4b098bba73bbbcb88.tar.bz2 gentoo-dc49708b8190070298884cd4b098bba73bbbcb88.zip |
dev-python/retry-decorator: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.1.1.ebuild | 19 |
1 files changed, 0 insertions, 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 |