From 7e92c1b29a32985d414941fc30d8bdedf55e757f Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Wed, 27 Dec 2023 19:21:47 -0600 Subject: [PATCH] python-glad: 2.0.4 --- extra/python-glad/build | 4 ++++ extra/python-glad/checksums | 1 + extra/python-glad/depends | 4 ++++ extra/python-glad/sources | 1 + extra/python-glad/version | 1 + 5 files changed, 11 insertions(+) create mode 100755 extra/python-glad/build create mode 100644 extra/python-glad/checksums create mode 100644 extra/python-glad/depends create mode 100644 extra/python-glad/sources create mode 100644 extra/python-glad/version 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