summaryrefslogtreecommitdiff
path: root/dev-python/xmod
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-16 19:18:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-16 19:18:42 +0000
commitda26e5c2ef5996cb5bf06adeb42fa47c0b76522d (patch)
treedbcabc755e8eb6ab520fd722b8cb9953b324f952 /dev-python/xmod
parent620116181138534133abab566a07a8668c7de802 (diff)
downloadbaldeagleos-repo-da26e5c2ef5996cb5bf06adeb42fa47c0b76522d.tar.gz
baldeagleos-repo-da26e5c2ef5996cb5bf06adeb42fa47c0b76522d.tar.xz
baldeagleos-repo-da26e5c2ef5996cb5bf06adeb42fa47c0b76522d.zip
Adding metadata
Diffstat (limited to 'dev-python/xmod')
-rw-r--r--dev-python/xmod/Manifest1
-rw-r--r--dev-python/xmod/metadata.xml11
-rw-r--r--dev-python/xmod/xmod-1.9.0.ebuild28
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/xmod/Manifest b/dev-python/xmod/Manifest
new file mode 100644
index 000000000000..aa4d2a356a04
--- /dev/null
+++ b/dev-python/xmod/Manifest
@@ -0,0 +1 @@
+DIST xmod-1.9.0.gh.tar.gz 18369 BLAKE2B 19f455022cc6a766038f1082c3b4c3db676c6dd867dcd8b3e685e18bbee24e4f44838a42021d5b52d8e6163f4aaa9f0d829075b8dc99d913d7c50ea2c1c614f7 SHA512 4470a04fcc42604bc0eca3d954f3bf86511b673b8f115138592da188c4394fdd3d28e3ff5ed1103d34e76e790059f3c7f18dd67fb2c5d45d401ca41c2237c3bb
diff --git a/dev-python/xmod/metadata.xml b/dev-python/xmod/metadata.xml
new file mode 100644
index 000000000000..0dec5a678a5f
--- /dev/null
+++ b/dev-python/xmod/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>negril.nx+gentoo@gmail.com</email>
+ <name>Paul Zander</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/xmod/xmod-1.9.0.ebuild b/dev-python/xmod/xmod-1.9.0.ebuild
new file mode 100644
index 000000000000..3b123165a11c
--- /dev/null
+++ b/dev-python/xmod/xmod-1.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=uv-build
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Turn any object into a module"
+HOMEPAGE="
+ https://rec.github.io/xmod/
+ https://github.com/rec/xmod/
+ https://pypi.org/project/xmod/
+"
+# no tests in sdist
+SRC_URI="
+ https://github.com/rec/xmod/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest