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/poyo | |
| 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/poyo')
| -rw-r--r-- | dev-python/poyo/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/poyo/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/poyo/poyo-0.5.0-r1.ebuild | 21 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/poyo/Manifest b/dev-python/poyo/Manifest new file mode 100644 index 000000000000..963ddcac1931 --- /dev/null +++ b/dev-python/poyo/Manifest @@ -0,0 +1 @@ +DIST poyo-0.5.0.tar.gz 15276 BLAKE2B 515e04ee365036c96646e1d7aeae273d541298d4d817713e04c4b8be5d7dd12938099a5ed8ab1dfd137d3ff0108a0e86163b99135ea2aa739eaae67ef74484c2 SHA512 aad4334a2aaf63cafab0ecdbdd6f94e9e3d412e6476d7ac13a4399b4af0f43b1eb910e6a3cc7438e84262bc39413fadbe91674534e1e66f446d738c1328b9905 diff --git a/dev-python/poyo/metadata.xml b/dev-python/poyo/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/poyo/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> diff --git a/dev-python/poyo/poyo-0.5.0-r1.ebuild b/dev-python/poyo/poyo-0.5.0-r1.ebuild new file mode 100644 index 000000000000..b9521509c13a --- /dev/null +++ b/dev-python/poyo/poyo-0.5.0-r1.ebuild @@ -0,0 +1,21 @@ +# 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 pypi + +DESCRIPTION="A lightweight YAML Parser for Python" +HOMEPAGE=" + https://github.com/hackebrot/poyo/ + https://pypi.org/project/poyo/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm64 ~ppc64 x86" + +distutils_enable_tests pytest |
