diff --git a/extra/python-glad/build b/extra/python-glad/build new file mode 100755 index 00000000..78f4bd43 --- /dev/null +++ b/extra/python-glad/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 +python -m installer -d "$1" .dist/*.whl diff --git a/extra/python-glad/checksums b/extra/python-glad/checksums new file mode 100644 index 00000000..73c3be7f --- /dev/null +++ b/extra/python-glad/checksums @@ -0,0 +1 @@ +3e847e39f78b118668becaaa254947b568bb1180f3077120cd046d77336b1721c7 diff --git a/extra/python-glad/depends b/extra/python-glad/depends new file mode 100644 index 00000000..2e83a6dc --- /dev/null +++ b/extra/python-glad/depends @@ -0,0 +1,4 @@ +python +python-gpep517 make +python-jinja2 +python-wheel make diff --git a/extra/python-glad/sources b/extra/python-glad/sources new file mode 100644 index 00000000..00e665e8 --- /dev/null +++ b/extra/python-glad/sources @@ -0,0 +1 @@ +https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.4.tar.gz diff --git a/extra/python-glad/version b/extra/python-glad/version new file mode 100644 index 00000000..aaedf8d0 --- /dev/null +++ b/extra/python-glad/version @@ -0,0 +1 @@ +2.0.4 1