diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyyaml | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyyaml')
| -rw-r--r-- | dev-python/pyyaml/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyyaml/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/pyyaml/pyyaml-6.0.3.ebuild | 63 |
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-python/pyyaml/Manifest b/dev-python/pyyaml/Manifest deleted file mode 100644 index 80526c6b8617..000000000000 --- a/dev-python/pyyaml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyyaml-6.0.3.gh.tar.gz 124305 BLAKE2B 4cf50de6e2228072db914399072693d2b493c0d1ff099645397c0747fe67a3ec64f631a4ffc4c34eb6fd53cab80627bab068068b70632b3feadf887d9520214d SHA512 a0da43e32d127409ad61b11dc1d733b2e9c743977b3d72c05c81fc2ab183b40bc284452b0874dbeae1a736e1cd4a34f0df641ceefd5e9df38b3e53155fc5f633 diff --git a/dev-python/pyyaml/metadata.xml b/dev-python/pyyaml/metadata.xml deleted file mode 100644 index ceaaa2ef50fb..000000000000 --- a/dev-python/pyyaml/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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> - <upstream> - <remote-id type="cpe">cpe:/a:pyyaml_project:pyyaml</remote-id> - <remote-id type="pypi">PyYAML</remote-id> - <remote-id type="github">yaml/pyyaml</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pyyaml/pyyaml-6.0.3.ebuild b/dev-python/pyyaml/pyyaml-6.0.3.ebuild deleted file mode 100644 index 04d4bb9324d8..000000000000 --- a/dev-python/pyyaml/pyyaml-6.0.3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -MY_P=${P/_} -DESCRIPTION="YAML parser and emitter for Python" -HOMEPAGE=" - https://pyyaml.org/wiki/PyYAML - https://pypi.org/project/PyYAML/ - https://github.com/yaml/pyyaml/ -" -SRC_URI=" - https://github.com/yaml/pyyaml/archive/${PV/_}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="examples" - -DEPEND=" - dev-libs/libyaml:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_configure() { - export PYYAML_FORCE_CYTHON=1 -} - -python_test() { - local -x PATH="${BUILD_DIR}/test${EPREFIX}/usr/bin:${PATH}" - local -x PYTHONPATH="tests/legacy_tests:${PYTHONPATH}" - # upstream indicates testing may pollute the package - cp -a "${BUILD_DIR}"/{install,test} || die - rm -rf yaml || die - epytest -} - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF} - fi -} |
