diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/iniparse | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/iniparse')
| -rw-r--r-- | dev-python/iniparse/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/iniparse/iniparse-0.5.1_p20250425.ebuild | 46 | ||||
| -rw-r--r-- | dev-python/iniparse/metadata.xml | 10 |
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-python/iniparse/Manifest b/dev-python/iniparse/Manifest new file mode 100644 index 000000000000..b31505e51f81 --- /dev/null +++ b/dev-python/iniparse/Manifest @@ -0,0 +1 @@ +DIST python-iniparse-3267e724a2d5ce0dbd388f62d549d870b76cb0f4.tar.gz 34557 BLAKE2B 11369d6dff3e51c075b53953d8c86c83d15b9a4e7dab97dd92f07fb7ee702d0b681c14921c710c517bff3e64a61e94b22e413624f034ef1b96635a51d646c42a SHA512 6f9f01b2d5ae4f80c6c59cc161224bdf87bf049a8f69b360e11653cf066ec9fbbdda937d0830115dc0399e75f4b0ef85faa2b1c484c0e87b6c1fcb460b9f64b5 diff --git a/dev-python/iniparse/iniparse-0.5.1_p20250425.ebuild b/dev-python/iniparse/iniparse-0.5.1_p20250425.ebuild new file mode 100644 index 000000000000..c4e1351ee9ad --- /dev/null +++ b/dev-python/iniparse/iniparse-0.5.1_p20250425.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2025 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 + +EGIT_COMMIT=3267e724a2d5ce0dbd388f62d549d870b76cb0f4 +MY_P=python-iniparse-${EGIT_COMMIT} + +DESCRIPTION="Better INI parser for Python" +HOMEPAGE=" + https://github.com/candlepin/python-iniparse/ + https://pypi.org/project/iniparse/ +" +SRC_URI=" + https://github.com/candlepin/python-iniparse/archive/${EGIT_COMMIT}.tar.gz + -> ${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT PSF-2" +SLOT="0" +KEYWORDS="amd64 arm64 ~riscv x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} + test? ( + dev-python/test[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +python_install_all() { + rm -rf "${ED}/usr/share/doc" || die + distutils-r1_python_install_all +} diff --git a/dev-python/iniparse/metadata.xml b/dev-python/iniparse/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/iniparse/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> |
