summaryrefslogtreecommitdiff
path: root/python/py-hatch_fancy_pypi_readme
diff options
context:
space:
mode:
Diffstat (limited to 'python/py-hatch_fancy_pypi_readme')
-rw-r--r--python/py-hatch_fancy_pypi_readme/.footprint24
-rw-r--r--python/py-hatch_fancy_pypi_readme/.signature6
-rw-r--r--python/py-hatch_fancy_pypi_readme/MAKEPKG39
3 files changed, 69 insertions, 0 deletions
diff --git a/python/py-hatch_fancy_pypi_readme/.footprint b/python/py-hatch_fancy_pypi_readme/.footprint
new file mode 100644
index 0000000..609a02e
--- /dev/null
+++ b/python/py-hatch_fancy_pypi_readme/.footprint
@@ -0,0 +1,24 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/hatch-fancy-pypi-readme
+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/hatch_fancy_pypi_readme-25.1.0.dist-info/
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme-25.1.0.dist-info/METADATA
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme-25.1.0.dist-info/RECORD
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme-25.1.0.dist-info/WHEEL
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme-25.1.0.dist-info/entry_points.txt
+drwxr-xr-x root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme-25.1.0.dist-info/licenses/
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme-25.1.0.dist-info/licenses/LICENSE.txt
+drwxr-xr-x root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/__init__.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/__main__.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/_builder.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/_cli.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/_config.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/_fragments.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/_substitutions.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/exceptions.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/hooks.py
+-rw-r--r-- root/root usr/lib/python3.14/site-packages/hatch_fancy_pypi_readme/py.typed (EMPTY)
diff --git a/python/py-hatch_fancy_pypi_readme/.signature b/python/py-hatch_fancy_pypi_readme/.signature
new file mode 100644
index 0000000..593b3a9
--- /dev/null
+++ b/python/py-hatch_fancy_pypi_readme/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mNL7VxXpWgYMQq5BOHQq2+QzTUh2ImlwK5/UfDhl6pRc3xSt/DdVj5OVeDrtxYlcZHOdJDWChaf/esUT6IPIoAU=
+
+SHA256 (MAKEPKG) = 39da899e3a34a35de96d9eeccdc1800faa5a933db46940bb10c56f22ddc44fec
+SHA256 (.footprint) = 5f413e7f818734c6f5b9187ab01efe9d41f111e499f29cf8bb861f4a524e4c97
+SHA256 (hatch_fancy_pypi_readme-25.1.0.tar.gz) = 9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045
+SHA256 (py-hatch_fancy_pypi_readme#25.1.0-3.pkg.tar.gz) = ff2d2ced4b53dc26ec4809b569f17dfb9ad35eec7852678d75c87af8d3489431
diff --git a/python/py-hatch_fancy_pypi_readme/MAKEPKG b/python/py-hatch_fancy_pypi_readme/MAKEPKG
new file mode 100644
index 0000000..94d6480
--- /dev/null
+++ b/python/py-hatch_fancy_pypi_readme/MAKEPKG
@@ -0,0 +1,39 @@
+#!/bin/mkpkg
+# description: Fancy PyPI READMEs with Hatch
+# url: https://pypi.org/project/hatch-fancy-pypi-readme/
+
+name=py-hatch_fancy_pypi_readme
+_name=hatch_fancy_pypi_readme
+version=25.1.0
+release=3
+depends=(python3 py-hatchling)
+makedeps=(py-installer py-hatchling py-build)
+source=(https://files.pythonhosted.org/packages/source/h/hatch-fancy-pypi-readme/$_name-$version.tar.gz)
+
+sha256sums=(
+ "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
+)
+
+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
+