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-referencing | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'python/py-referencing')
| -rw-r--r-- | python/py-referencing/.footprint | 20 | ||||
| -rw-r--r-- | python/py-referencing/.signature | 6 | ||||
| -rw-r--r-- | python/py-referencing/MAKEPKG | 39 |
3 files changed, 65 insertions, 0 deletions
diff --git a/python/py-referencing/.footprint b/python/py-referencing/.footprint new file mode 100644 index 0000000..3daf95a --- /dev/null +++ b/python/py-referencing/.footprint @@ -0,0 +1,20 @@ +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/referencing-0.37.0.dist-info/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing-0.37.0.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing-0.37.0.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing-0.37.0.dist-info/WHEEL +drwxr-xr-x root/root usr/lib/python3.14/site-packages/referencing-0.37.0.dist-info/licenses/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing-0.37.0.dist-info/licenses/COPYING +drwxr-xr-x root/root usr/lib/python3.14/site-packages/referencing/ +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/__init__.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/_attrs.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/_attrs.pyi +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/_core.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/exceptions.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/jsonschema.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/py.typed (EMPTY) +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/retrieval.py +-rw-r--r-- root/root usr/lib/python3.14/site-packages/referencing/typing.py diff --git a/python/py-referencing/.signature b/python/py-referencing/.signature new file mode 100644 index 0000000..1f2dc45 --- /dev/null +++ b/python/py-referencing/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mIxZ6xAQ1VkwzAv8Pu84JBWmvSx9KtyF309wfUrVJyhAWD2BZMizc49b/8mWiGlWpeIHlemJmBEgY6Pg8jZEYws= + +SHA256 (MAKEPKG) = e2cb5f49eb031afb32f7c3714b47aa9a79540ded3668bfec521661123a2d374e +SHA256 (.footprint) = 3923df5dc8be67a78347e6357be20696d651b40942f75ba366bce4d35dc16b21 +SHA256 (referencing-0.37.0.tar.gz) = 44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8 +SHA256 (py-referencing#0.37.0-3.pkg.tar.gz) = c82a98360a5b3f621d136763bc45bbc00c578394ff963b559361c7c2a827a104 diff --git a/python/py-referencing/MAKEPKG b/python/py-referencing/MAKEPKG new file mode 100644 index 0000000..ff7f0b6 --- /dev/null +++ b/python/py-referencing/MAKEPKG @@ -0,0 +1,39 @@ +#!/bin/mkpkg +# description: JSON Referencing + Python +# url: https://github.com/python-jsonschema/referencing + +name=py-referencing +_name=referencing +version=0.37.0 +release=3 +depends=(python3 py-attrs py-rpds_py) +makedeps=(py-installer py-hatchling py-build py-hatch_vcs) +source=(https://files.pythonhosted.org/packages/source/r/referencing/$_name-$version.tar.gz) + +sha256sums=( + "44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8" +) + +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 + |
