diff --git a/extra/python-packaging/build b/extra/python-packaging/build new file mode 100755 index 00000000..78f4bd43 --- /dev/null +++ b/extra/python-packaging/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-packaging/checksums b/extra/python-packaging/checksums new file mode 100644 index 00000000..f9ba56a0 --- /dev/null +++ b/extra/python-packaging/checksums @@ -0,0 +1 @@ +8d1b229ed8d16fc54dc5d22058875790114f6ab6ce9387368481f813e39342d8ba diff --git a/extra/python-packaging/depends b/extra/python-packaging/depends new file mode 100644 index 00000000..41ae36d2 --- /dev/null +++ b/extra/python-packaging/depends @@ -0,0 +1,3 @@ +python +python-flit-core make +python-gpep517 make diff --git a/extra/python-packaging/sources b/extra/python-packaging/sources new file mode 100644 index 00000000..73752e02 --- /dev/null +++ b/extra/python-packaging/sources @@ -0,0 +1 @@ +https://github.com/pypa/packaging/archive/23.2/python-packaging-23.2.tar.gz diff --git a/extra/python-packaging/version b/extra/python-packaging/version new file mode 100644 index 00000000..a99ba9bb --- /dev/null +++ b/extra/python-packaging/version @@ -0,0 +1 @@ +23.2 1