diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /python/py-pyyaml | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'python/py-pyyaml')
| -rw-r--r-- | python/py-pyyaml/.footprint | 32 | ||||
| -rw-r--r-- | python/py-pyyaml/.signature | 6 | ||||
| -rw-r--r-- | python/py-pyyaml/MAKEPKG | 39 |
3 files changed, 77 insertions, 0 deletions
diff --git a/python/py-pyyaml/.footprint b/python/py-pyyaml/.footprint new file mode 100644 index 0000000..792d8f1 --- /dev/null +++ b/python/py-pyyaml/.footprint @@ -0,0 +1,32 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python3.14/ +drwxr-xr-x root/root usr/lib/python3.14/site-packages/ +drwxr-xr-x root/root usr/lib/python3.14/site-packages/_yaml/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/_yaml/__init__.py +drwxr-xr-x root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/licenses/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE +drwxr-xr-x root/root usr/lib/python3.14/site-packages/yaml/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/__init__.py +-rwxr-xr-x root/root usr/lib/python3.14/site-packages/yaml/_yaml.cpython-314-x86_64-linux-musl.so +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/composer.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/constructor.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/cyaml.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/dumper.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/emitter.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/error.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/events.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/loader.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/nodes.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/parser.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/reader.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/representer.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/resolver.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/scanner.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/serializer.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/yaml/tokens.py diff --git a/python/py-pyyaml/.signature b/python/py-pyyaml/.signature new file mode 100644 index 0000000..f842da5 --- /dev/null +++ b/python/py-pyyaml/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mEqxgybBZBd3nn54ZAELoaUYj+v4odD+LstuVcLQNwywYGIFiaFzcRNrWN3dthus0QFNQ3P/wX192ENqlmWJEwQ= + +SHA256 (MAKEPKG) = 3bd1a192e4e9713b210be1ed01ced209150f26c473d4da995bd2130c831ac416 +SHA256 (.footprint) = 8c7c9f21f8d3ef0de045708ec02d8eb7a921d47e414caf48a1d959b0a99d8c69 +SHA256 (pyyaml-6.0.3.tar.gz) = d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f +SHA256 (py-pyyaml#6.0.3-1.pkg.tar.gz) = 5fbb65733a955191a13f33a509d16b1a79f98077daa66a0eed630b53c85f015b diff --git a/python/py-pyyaml/MAKEPKG b/python/py-pyyaml/MAKEPKG new file mode 100644 index 0000000..3a04395 --- /dev/null +++ b/python/py-pyyaml/MAKEPKG @@ -0,0 +1,39 @@ +#!/bin/mkpkg +# description: YAML parser and emitter for Python +# url: https://pyyaml.org/ + +name=py-pyyaml +_name=pyyaml +version=6.0.3 +release=1 +depends=(python3 libyaml) +makedeps=(py-installer py-setuptools py-build py-wheel py-cython) +source=(https://files.pythonhosted.org/packages/source/p/pyyaml/$_name-$version.tar.gz) + +sha256sums=( + "d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f" +) + +build() { + cd $_name-$version + + # Build wheel via PEP 517 frontend (backend from pyproject.toml) + /usr/bin/python3 -m build --no-isolation --wheel + + _pyver=$(/usr/bin/python3 -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")') + _sitedir="$PKG/usr/lib/python${_pyver}/site-packages" + + install -dm755 "$_sitedir" + /usr/bin/python3 -m installer --no-compile-bytecode --destdir "$PKG" --prefix /usr dist/*.whl + + find "$_sitedir" -type d \( -name tests -o -name test \) -prune -exec rm -rf {} + + find "$_sitedir" -name "*.exe" -delete +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh + |
