summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:41:48 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:52:00 +0200
commitaf2c7d2ffeef3df7e62cb37ff80a8b3d81aa80f6 (patch)
tree85375da3aeea51eb9a47b262a81593aaa1a30ac8 /dev-python/deprecated/deprecated-1.2.9.ebuild
parentdev-python/denonavr: Remove redundant versions (diff)
downloadgentoo-af2c7d2ffeef3df7e62cb37ff80a8b3d81aa80f6.tar.gz
gentoo-af2c7d2ffeef3df7e62cb37ff80a8b3d81aa80f6.tar.bz2
gentoo-af2c7d2ffeef3df7e62cb37ff80a8b3d81aa80f6.zip
dev-python/deprecated: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecated/deprecated-1.2.9.ebuild')
-rw-r--r--dev-python/deprecated/deprecated-1.2.9.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/deprecated/deprecated-1.2.9.ebuild b/dev-python/deprecated/deprecated-1.2.9.ebuild
deleted file mode 100644
index cf3f9570dd6a..000000000000
--- a/dev-python/deprecated/deprecated-1.2.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated"
-SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest