diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-04 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-04 03:04:33 -0500 |
| commit | d5f9077fde66bffd2bc6d193ae7c967e352a5562 (patch) | |
| tree | 7f4e638af1165dc34e405c5ff1f860f3e0c6c4f4 /dev-python/pyaml | |
| parent | 5f7788dcac066b42562f59afc4b79d7ed272bfcc (diff) | |
| download | baldeagleos-repo-d5f9077fde66bffd2bc6d193ae7c967e352a5562.tar.gz baldeagleos-repo-d5f9077fde66bffd2bc6d193ae7c967e352a5562.tar.xz baldeagleos-repo-d5f9077fde66bffd2bc6d193ae7c967e352a5562.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyaml')
| -rw-r--r-- | dev-python/pyaml/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyaml/pyaml-26.7.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest index 090e8763b6ea..ea8c7a98f4b2 100644 --- a/dev-python/pyaml/Manifest +++ b/dev-python/pyaml/Manifest @@ -1 +1,2 @@ DIST pyaml-26.2.1.tar.gz 30653 BLAKE2B f7872080bf4a214c9acb95f07793f8b8dc997c4cdae362dc34ccd008f820c0b88a68eb3a0cfa4f75efdf1e12c9a3bba2239a3d09997b3fd5a3fb1b288c5347ca SHA512 2c1d6ed58d02efd0d83e7eb61fb57567bf83a991c236afbe862ab9a0338cb8fd8a7f84d7edfb00b824a2c4bfac61a2115dc4bdeb1d4f63f1aafe406e64695edc +DIST pyaml-26.7.0.tar.gz 30669 BLAKE2B 73381bd10fabfe39ea8f76ef04df7b470c9b7a0dac5c73875bbceec0f563cee37f15c3aa0b03a5ce821c8ed098c20ce8128a3f0d81d67a5a3ec8185cf96e0792 SHA512 7ff6746771bcd507d754102c0e6ba5751c4f3877c13cbcd74d8c909bb687e2341d0bfe45d6d2c550207633429b4f4b34cd200a6c419c88bc1c2f5c61ba2f847c diff --git a/dev-python/pyaml/pyaml-26.7.0.ebuild b/dev-python/pyaml/pyaml-26.7.0.ebuild new file mode 100644 index 000000000000..2189c1f29d50 --- /dev/null +++ b/dev-python/pyaml/pyaml-26.7.0.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 |
