summaryrefslogtreecommitdiff
path: root/dev-python/curtsies
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-30 00:48:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-30 00:48:51 +0000
commit65406d6db4eb6a78d4fd47c9cfffc4530c71b4ed (patch)
tree3d7a4675ba5419c426a3fe52453b1220c18735c8 /dev-python/curtsies
parente80f5264a39ca8aa1c537eef7201b60c34f2b0a7 (diff)
downloadbaldeagleos-repo-65406d6db4eb6a78d4fd47c9cfffc4530c71b4ed.tar.gz
baldeagleos-repo-65406d6db4eb6a78d4fd47c9cfffc4530c71b4ed.tar.xz
baldeagleos-repo-65406d6db4eb6a78d4fd47c9cfffc4530c71b4ed.zip
Adding metadata
Diffstat (limited to 'dev-python/curtsies')
-rw-r--r--dev-python/curtsies/Manifest1
-rw-r--r--dev-python/curtsies/curtsies-0.4.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/curtsies/Manifest b/dev-python/curtsies/Manifest
index c8edc35e156b..b9f33faf955c 100644
--- a/dev-python/curtsies/Manifest
+++ b/dev-python/curtsies/Manifest
@@ -1 +1,2 @@
DIST curtsies-0.3.10.tar.gz 53340 BLAKE2B 376258a71c1e89b241c2fb9439b7f094b72cdc19f50c075debfba019effed5b3b5286603b44f11e37420d4e0be0dce0cb69fc6e11dab332c6f1c109c1b7a098a SHA512 59dfae36a43f7cdb272f94900da81bc7a1033a6482df5ac5babb329659e16d740f98b9538146f2fe7c79aa2723ec3db10c8ec658539db7d462b02953a33cb4ca
+DIST curtsies-0.4.0.tar.gz 53652 BLAKE2B da6b982b8c4bf5430fc31ca2b6eab996a4660403538e73eba253b1e4476f8f4355a0acb9b4ad89c0c3ef3d379b89f1532d8946cc2c716ff5a2f7a4d4ce60a6af SHA512 fea577e356ddee7f2f3c55e405405af835b84a5f00d998a702396f8f40827b18ee88a46cd98607a1c8e33068f040a092c8d9f17463366fb88fcb3cb8cd6f2158
diff --git a/dev-python/curtsies/curtsies-0.4.0.ebuild b/dev-python/curtsies/curtsies-0.4.0.ebuild
new file mode 100644
index 000000000000..a766e14d7823
--- /dev/null
+++ b/dev-python/curtsies/curtsies-0.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+inherit distutils-r1
+
+DESCRIPTION="Curses-like terminal wrapper, with colored strings"
+HOMEPAGE="https://github.com/bpython/curtsies"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/blessed-1.5[${PYTHON_USEDEP}]
+ dev-python/cwcwidth[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pyte[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest