summaryrefslogtreecommitdiff
path: root/dev-python/jinxed
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-27 03:04:42 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-27 03:04:42 -0500
commitc6e6588bafac78d585ece24e4dabdf99f3af211d (patch)
treee68bccff68681d3201cf21c1a5682ad5abbfd4f3 /dev-python/jinxed
parent8a7e9bb6193b9b54ffb149bdf92c9689a3798e00 (diff)
downloadbaldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.gz
baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.xz
baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.zip
Adding metadata
Diffstat (limited to 'dev-python/jinxed')
-rw-r--r--dev-python/jinxed/Manifest1
-rw-r--r--dev-python/jinxed/jinxed-2.0.4.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/jinxed/Manifest b/dev-python/jinxed/Manifest
index 86a9163928d9..e31c8622f660 100644
--- a/dev-python/jinxed/Manifest
+++ b/dev-python/jinxed/Manifest
@@ -1 +1,2 @@
DIST jinxed-2.0.1.tar.gz 127988 BLAKE2B d3a376006709e2c391bc474d5d2e23591e05c309ff9b656c0b3fefb7f8462718ff60421726f5f5895049b1715e487a9410c2c9df574e8f0e3f2892505a5f7a0c SHA512 f37085c6830a33546d20f31dc75242d6a86ec1a070b3597692b1d5eda168569492d9d1a0c4f04e5b6e0c18cca90c82ec2c1164bbb5ab05bf552db8ff86d6b2da
+DIST jinxed-2.0.4.tar.gz 135991 BLAKE2B 8cef75c0acddc90c9474ecc2e66ff979752d35d64fdfbdcab4a49171942537daa30218cc044315b2c0c14e494b5c728b70e0198f9fb218aec6dc2ea275131178 SHA512 eb6df36e19ae0a40bc8894cb3332d98beda2ac63daff2a639d4f79a22d09a5f044778148a7447905d9d936a2c431f9cee338b91bfd0cbc911a532ae7634fad35
diff --git a/dev-python/jinxed/jinxed-2.0.4.ebuild b/dev-python/jinxed/jinxed-2.0.4.ebuild
new file mode 100644
index 000000000000..7f2fc766afc9
--- /dev/null
+++ b/dev-python/jinxed/jinxed-2.0.4.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