diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/pyaml | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-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/pyaml')
| -rw-r--r-- | dev-python/pyaml/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyaml/metadata.xml | 14 | ||||
| -rw-r--r-- | dev-python/pyaml/pyaml-26.2.1.ebuild | 30 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest new file mode 100644 index 000000000000..090e8763b6ea --- /dev/null +++ b/dev-python/pyaml/Manifest @@ -0,0 +1 @@ +DIST pyaml-26.2.1.tar.gz 30653 BLAKE2B f7872080bf4a214c9acb95f07793f8b8dc997c4cdae362dc34ccd008f820c0b88a68eb3a0cfa4f75efdf1e12c9a3bba2239a3d09997b3fd5a3fb1b288c5347ca SHA512 2c1d6ed58d02efd0d83e7eb61fb57567bf83a991c236afbe862ab9a0338cb8fd8a7f84d7edfb00b824a2c4bfac61a2115dc4bdeb1d4f63f1aafe406e64695edc diff --git a/dev-python/pyaml/metadata.xml b/dev-python/pyaml/metadata.xml new file mode 100644 index 000000000000..eff59d191b01 --- /dev/null +++ b/dev-python/pyaml/metadata.xml @@ -0,0 +1,14 @@ +<?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> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">pyaml</remote-id> + <remote-id type="github">mk-fg/pretty-yaml</remote-id> + <bugs-to>https://github.com/mk-fg/pretty-yaml/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/dev-python/pyaml/pyaml-26.2.1.ebuild b/dev-python/pyaml/pyaml-26.2.1.ebuild new file mode 100644 index 000000000000..7d99bbc03d62 --- /dev/null +++ b/dev-python/pyaml/pyaml-26.2.1.ebuild @@ -0,0 +1,30 @@ +# 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} ) + +inherit distutils-r1 pypi + +DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data" +HOMEPAGE=" + https://github.com/mk-fg/pretty-yaml/ + https://pypi.org/project/pyaml/ +" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" + +RDEPEND=" + dev-python/pyyaml[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/unidecode[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest |
