summaryrefslogtreecommitdiff
path: root/dev-python/ansi/ansi-0.1.3.ebuild
diff options
context:
space:
mode:
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}"