summaryrefslogtreecommitdiff
path: root/dev-python/ansi/ansi-0.1.5.ebuild
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-25 18:57:14 +0100
committerSam James <sam@gentoo.org>2021-02-26 14:25:55 +0000
commit09b30ea1bf729b93b7054a9d3b1abea7b3ba26ba (patch)
tree6dbd85b295bdd20a3aa8a3728b7a488fa30a626e /dev-python/ansi/ansi-0.1.5.ebuild
parent631108260ba6ca51f19778e88d990b15e4375db6 (diff)
downloadgentoo-09b30ea1bf729b93b7054a9d3b1abea7b3ba26ba.tar.gz
gentoo-09b30ea1bf729b93b7054a9d3b1abea7b3ba26ba.tar.bz2
gentoo-09b30ea1bf729b93b7054a9d3b1abea7b3ba26ba.zip
dev-python/ansi: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ansi/ansi-0.1.5.ebuild')
-rw-r--r--dev-python/ansi/ansi-0.1.5.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/ansi/ansi-0.1.5.ebuild b/dev-python/ansi/ansi-0.1.5.ebuild
deleted file mode 100644
index d6cec8f9c3d1..000000000000
--- a/dev-python/ansi/ansi-0.1.5.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=( python{3_7,3_8} )
-
-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}"