summaryrefslogtreecommitdiff
path: root/dev-python/ansi/ansi-0.1.3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:41:03 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:51:15 +0200
commit5becc38a7a4d3355a7649ed70c8069af99c68f77 (patch)
treee058bc8de173703044204d3ecae7dfe87814309a /dev-python/ansi/ansi-0.1.3.ebuild
parenta3331be6e42c491d18ddc10f0c045fb76bb8e40c (diff)
downloadgentoo-5becc38a7a4d3355a7649ed70c8069af99c68f77.tar.gz
gentoo-5becc38a7a4d3355a7649ed70c8069af99c68f77.tar.bz2
gentoo-5becc38a7a4d3355a7649ed70c8069af99c68f77.zip
dev-python/ansi: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansi/ansi-0.1.3.ebuild')
-rw-r--r--dev-python/ansi/ansi-0.1.3.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/ansi/ansi-0.1.3.ebuild b/dev-python/ansi/ansi-0.1.3.ebuild
deleted file mode 100644
index 640bd0e16757..000000000000
--- a/dev-python/ansi/ansi-0.1.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="ANSI cursor movement and graphics in Python"
-HOMEPAGE="https://github.com/tehmaze/ansi"
-SRC_URI="https://github.com/tehmaze/${PN}/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${PN}-${P}"