summaryrefslogtreecommitdiff
path: root/dev-python/jinxed
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-04 03:04:33 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-04 03:04:33 -0500
commitd5f9077fde66bffd2bc6d193ae7c967e352a5562 (patch)
tree7f4e638af1165dc34e405c5ff1f860f3e0c6c4f4 /dev-python/jinxed
parent5f7788dcac066b42562f59afc4b79d7ed272bfcc (diff)
downloadbaldeagleos-repo-d5f9077fde66bffd2bc6d193ae7c967e352a5562.tar.gz
baldeagleos-repo-d5f9077fde66bffd2bc6d193ae7c967e352a5562.tar.xz
baldeagleos-repo-d5f9077fde66bffd2bc6d193ae7c967e352a5562.zip
Adding metadata
Diffstat (limited to 'dev-python/jinxed')
-rw-r--r--dev-python/jinxed/Manifest1
-rw-r--r--dev-python/jinxed/jinxed-2.1.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/jinxed/Manifest b/dev-python/jinxed/Manifest
index e31c8622f660..f759d5e8135f 100644
--- a/dev-python/jinxed/Manifest
+++ b/dev-python/jinxed/Manifest
@@ -1,2 +1,3 @@
DIST jinxed-2.0.1.tar.gz 127988 BLAKE2B d3a376006709e2c391bc474d5d2e23591e05c309ff9b656c0b3fefb7f8462718ff60421726f5f5895049b1715e487a9410c2c9df574e8f0e3f2892505a5f7a0c SHA512 f37085c6830a33546d20f31dc75242d6a86ec1a070b3597692b1d5eda168569492d9d1a0c4f04e5b6e0c18cca90c82ec2c1164bbb5ab05bf552db8ff86d6b2da
DIST jinxed-2.0.4.tar.gz 135991 BLAKE2B 8cef75c0acddc90c9474ecc2e66ff979752d35d64fdfbdcab4a49171942537daa30218cc044315b2c0c14e494b5c728b70e0198f9fb218aec6dc2ea275131178 SHA512 eb6df36e19ae0a40bc8894cb3332d98beda2ac63daff2a639d4f79a22d09a5f044778148a7447905d9d936a2c431f9cee338b91bfd0cbc911a532ae7634fad35
+DIST jinxed-2.1.0.tar.gz 61287 BLAKE2B 41817b63b2b6465d55cd2306109f061c34ea8bb0e57edb0cf2b12d58b97f0ad8bd9800cd9e58c08d15294315d5fce046a588bc33b80f5e84e038c8d1c52501bb SHA512 35475afaebdf0f850389031f143fcac70fa54ffee32955f214a6667db675fbdddf99e08b60c5b9f4530c908958b8d0310618e5006593ca70c938633551820fb8
diff --git a/dev-python/jinxed/jinxed-2.1.0.ebuild b/dev-python/jinxed/jinxed-2.1.0.ebuild
new file mode 100644
index 000000000000..7f2fc766afc9
--- /dev/null
+++ b/dev-python/jinxed/jinxed-2.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure-Python implementation of a subset of the Python curses library"
+HOMEPAGE="
+ https://github.com/Rockhopper-Technologies/jinxed/
+ https://pypi.org/project/jinxed/
+"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest