diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-python/kconfiglib | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/kconfiglib')
| -rw-r--r-- | dev-python/kconfiglib/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/kconfiglib/metadata.xml | 10 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/kconfiglib/Manifest b/dev-python/kconfiglib/Manifest new file mode 100644 index 000000000000..d3ebee99a3b9 --- /dev/null +++ b/dev-python/kconfiglib/Manifest @@ -0,0 +1 @@ +DIST Kconfiglib-14.1.0.gh.tar.gz 182990 BLAKE2B 1e5a5f7e6d1003f4fa005b2b08abfa17cbf9f6837d9320f313b23f19c6e9e7aa7c8fddf5ff38871634257ea050390b279becec0c4e0638cdb53182347217e937 SHA512 929a75f9b9f74ad7d4190c15d7178b94ee0a6d1fb71d85e2942935e3a9370a4f2483d8b49123d41d6610841ad9efde1dc4c14fc5231a08379d438a486ed3f97c diff --git a/dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild b/dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild new file mode 100644 index 000000000000..22acbedff7aa --- /dev/null +++ b/dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-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} ) +PYTHON_REQ_USE="ncurses" + +inherit distutils-r1 + +DESCRIPTION="A flexible Python Kconfig implementation" +HOMEPAGE=" + https://github.com/ulfalizer/Kconfiglib/ + https://pypi.org/project/kconfiglib/ +" +SRC_URI=" + https://github.com/ulfalizer/Kconfiglib/archive/v${PV}.tar.gz + -> ${P^}.gh.tar.gz +" +S=${WORKDIR}/${P^} + +LICENSE="ISC" +SLOT="0" +KEYWORDS="amd64 ~x86" + +python_prepare_all() { + distutils-r1_python_prepare_all + + # hacks to run tests + mkdir Kconfiglib || die + ln -s ../tests Kconfiglib || die + # don't run kernel Kconfig compat tests + sed -e 's/run_compatibility_tests()$/#\0/' -i testsuite.py || die +} + +python_test() { + "${EPYTHON}" testsuite.py || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/kconfiglib/metadata.xml b/dev-python/kconfiglib/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/kconfiglib/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
