summaryrefslogtreecommitdiff
path: root/dev-python/plotext
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/plotext')
-rw-r--r--dev-python/plotext/Manifest1
-rw-r--r--dev-python/plotext/metadata.xml10
-rw-r--r--dev-python/plotext/plotext-5.3.0.ebuild18
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/plotext/Manifest b/dev-python/plotext/Manifest
new file mode 100644
index 000000000000..5ad55d1e738d
--- /dev/null
+++ b/dev-python/plotext/Manifest
@@ -0,0 +1 @@
+DIST plotext-5.3.0.tar.gz 11106682 BLAKE2B ddc15abc64d35c78da676386401eb6b68be254a713b8b646be49190ef6387e59b1a381342e2012f3b3c4852a7db5c7e70182593785366f04c5170f5ce2b5da83 SHA512 7032f58b5c4dd02e6cfb9856f2572bd12be17d4759a75bac9c3f2013e1352d5c5629c0c476100669ca3d8c4112a9563a9a6cf47551ec8de2ea7f806d45c2ccb8
diff --git a/dev-python/plotext/metadata.xml b/dev-python/plotext/metadata.xml
new file mode 100644
index 000000000000..56988650ec34
--- /dev/null
+++ b/dev-python/plotext/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/plotext/plotext-5.3.0.ebuild b/dev-python/plotext/plotext-5.3.0.ebuild
new file mode 100644
index 000000000000..29020b029e2e
--- /dev/null
+++ b/dev-python/plotext/plotext-5.3.0.ebuild
@@ -0,0 +1,18 @@
+# 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_{8,9,10,11,12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Plotting on terminal"
+HOMEPAGE="https://github.com/piccolomo/plotext"
+SRC_URI="https://github.com/piccolomo/plotext/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"