summaryrefslogtreecommitdiff
path: root/dev-python/ansi/ansi-0.3.7.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-22 04:22:40 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-22 04:32:11 +0100
commit2f81611cfff81480ba7dd90e9c98b75ada95aece (patch)
tree2a08454c44c3f552264874b8ab35c5928b889d3b /dev-python/ansi/ansi-0.3.7.ebuild
parent0dbc0cdce41dd951854460d9cd076b32c55c643d (diff)
downloadgentoo-2f81611cfff81480ba7dd90e9c98b75ada95aece.tar.gz
gentoo-2f81611cfff81480ba7dd90e9c98b75ada95aece.tar.bz2
gentoo-2f81611cfff81480ba7dd90e9c98b75ada95aece.zip
dev-python/ansi: Bump to 0.3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansi/ansi-0.3.7.ebuild')
-rw-r--r--dev-python/ansi/ansi-0.3.7.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/ansi/ansi-0.3.7.ebuild b/dev-python/ansi/ansi-0.3.7.ebuild
new file mode 100644
index 000000000000..432895441825
--- /dev/null
+++ b/dev-python/ansi/ansi-0.3.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 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
+
+MY_P=${PN}-${P}
+DESCRIPTION="ANSI cursor movement and graphics in Python"
+HOMEPAGE="
+ https://github.com/tehmaze/ansi/
+ https://pypi.org/project/ansi/
+"
+SRC_URI="
+ https://github.com/tehmaze/ansi/archive/${P}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+distutils_enable_tests pytest