summaryrefslogtreecommitdiff
path: root/dev-python/ansi/ansi-0.3.6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-08 20:28:38 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-08 21:14:29 +0100
commitaa0ea09559a0bbeb613a7db64f92764d8cc0be33 (patch)
tree4c6ab70e4b308cebfe70d0d956e66c9cea576257 /dev-python/ansi/ansi-0.3.6.ebuild
parent03321382501b45387f99917ba5acf9aa627805bd (diff)
downloadgentoo-aa0ea09559a0bbeb613a7db64f92764d8cc0be33.tar.gz
gentoo-aa0ea09559a0bbeb613a7db64f92764d8cc0be33.tar.bz2
gentoo-aa0ea09559a0bbeb613a7db64f92764d8cc0be33.zip
dev-python/ansi: Bump to 0.3.6
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, 20 insertions, 0 deletions
diff --git a/dev-python/ansi/ansi-0.3.6.ebuild b/dev-python/ansi/ansi-0.3.6.ebuild
new file mode 100644
index 000000000000..838f9f8f9f2e
--- /dev/null
+++ b/dev-python/ansi/ansi-0.3.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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 ~x86"
+
+distutils_enable_tests pytest