summaryrefslogtreecommitdiff
path: root/dev-python/jinxed
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/jinxed
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/jinxed')
-rw-r--r--dev-python/jinxed/Manifest1
-rw-r--r--dev-python/jinxed/jinxed-2.0.1.ebuild22
-rw-r--r--dev-python/jinxed/metadata.xml12
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/jinxed/Manifest b/dev-python/jinxed/Manifest
new file mode 100644
index 000000000000..86a9163928d9
--- /dev/null
+++ b/dev-python/jinxed/Manifest
@@ -0,0 +1 @@
+DIST jinxed-2.0.1.tar.gz 127988 BLAKE2B d3a376006709e2c391bc474d5d2e23591e05c309ff9b656c0b3fefb7f8462718ff60421726f5f5895049b1715e487a9410c2c9df574e8f0e3f2892505a5f7a0c SHA512 f37085c6830a33546d20f31dc75242d6a86ec1a070b3597692b1d5eda168569492d9d1a0c4f04e5b6e0c18cca90c82ec2c1164bbb5ab05bf552db8ff86d6b2da
diff --git a/dev-python/jinxed/jinxed-2.0.1.ebuild b/dev-python/jinxed/jinxed-2.0.1.ebuild
new file mode 100644
index 000000000000..7f2fc766afc9
--- /dev/null
+++ b/dev-python/jinxed/jinxed-2.0.1.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
diff --git a/dev-python/jinxed/metadata.xml b/dev-python/jinxed/metadata.xml
new file mode 100644
index 000000000000..a94c0fa5cec3
--- /dev/null
+++ b/dev-python/jinxed/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">Rockhopper-Technologies/jinxed</remote-id>
+ <remote-id type="pypi">jinxed</remote-id>
+ </upstream>
+</pkgmetadata>