summaryrefslogtreecommitdiff
path: root/dev-python/ansi/ansi-0.3.6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-26 15:11:31 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-26 15:11:31 +0100
commitdd568b80ec97ec9f35c346bcd04a200f6864121e (patch)
treee5747e341ac8e11bd170a63ffacb5f5fd97fae13 /dev-python/ansi/ansi-0.3.6.ebuild
parent42c09ab68166ba4e22aed876193611015685f188 (diff)
downloadgentoo-dd568b80ec97ec9f35c346bcd04a200f6864121e.tar.gz
gentoo-dd568b80ec97ec9f35c346bcd04a200f6864121e.tar.bz2
gentoo-dd568b80ec97ec9f35c346bcd04a200f6864121e.zip
dev-python/ansi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansi/ansi-0.3.6.ebuild')
-rw-r--r--dev-python/ansi/ansi-0.3.6.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/ansi/ansi-0.3.6.ebuild b/dev-python/ansi/ansi-0.3.6.ebuild
deleted file mode 100644
index 2f44240fd30e..000000000000
--- a/dev-python/ansi/ansi-0.3.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-distutils_enable_tests pytest