From 96b7c4550187df5a2603f55ff4b6fba567aba1e9 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sat, 7 Sep 2024 13:48:28 -0500 Subject: [PATCH] python-yaml: 6.0.2 --- extra/python-yaml/build | 4 ++++ extra/python-yaml/checksums | 1 + extra/python-yaml/depends | 3 +++ extra/python-yaml/sources | 1 + extra/python-yaml/version | 1 + 5 files changed, 10 insertions(+) create mode 100755 extra/python-yaml/build create mode 100644 extra/python-yaml/checksums create mode 100644 extra/python-yaml/depends create mode 100644 extra/python-yaml/sources create mode 100644 extra/python-yaml/version diff --git a/extra/python-yaml/build b/extra/python-yaml/build new file mode 100755 index 00000000..78f4bd43 --- /dev/null +++ b/extra/python-yaml/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-yaml/checksums b/extra/python-yaml/checksums new file mode 100644 index 00000000..242b5520 --- /dev/null +++ b/extra/python-yaml/checksums @@ -0,0 +1 @@ +a6a4a4ed1e5b2243a332f6189966c8a7c836079f0a15876499b877e81955051912 diff --git a/extra/python-yaml/depends b/extra/python-yaml/depends new file mode 100644 index 00000000..aa9397e3 --- /dev/null +++ b/extra/python-yaml/depends @@ -0,0 +1,3 @@ +python +python-gpep517 make +python-wheel make diff --git a/extra/python-yaml/sources b/extra/python-yaml/sources new file mode 100644 index 00000000..5a350d7e --- /dev/null +++ b/extra/python-yaml/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/source/p/pyyaml/pyyaml-6.0.2.tar.gz diff --git a/extra/python-yaml/version b/extra/python-yaml/version new file mode 100644 index 00000000..294eef6d --- /dev/null +++ b/extra/python-yaml/version @@ -0,0 +1 @@ +6.0.2 1