summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 12:13:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 12:24:03 +0200
commit6ece2fc0f7e6da9ce18482f1309de38ffa8953fd (patch)
treea6da7b22aa90012425a6d5df4b7fd776f8b41a1d /dev-python/decorator/decorator-4.4.2.ebuild
parentdev-python/httpbin: Remove python2 (diff)
downloadgentoo-6ece2fc0f7e6da9ce18482f1309de38ffa8953fd.tar.gz
gentoo-6ece2fc0f7e6da9ce18482f1309de38ffa8953fd.tar.bz2
gentoo-6ece2fc0f7e6da9ce18482f1309de38ffa8953fd.zip
dev-python/decorator: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator/decorator-4.4.2.ebuild')
-rw-r--r--dev-python/decorator/decorator-4.4.2.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/decorator/decorator-4.4.2.ebuild b/dev-python/decorator/decorator-4.4.2.ebuild
deleted file mode 100644
index 56f688a3937f..000000000000
--- a/dev-python/decorator/decorator-4.4.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplifies the usage of decorators for the average programmer"
-HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/decorator/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-DOCS=( CHANGES.md )
-
-distutils_enable_tests setup.py