From 3c33175a3f61541aec18af9729d29913eda27999 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sun, 21 Apr 2024 13:07:42 -0500 Subject: [PATCH] python-docutils: 0.21.1 --- extra/python-docutils/build | 6 ++---- extra/python-docutils/checksums | 2 +- extra/python-docutils/depends | 2 ++ extra/python-docutils/sources | 2 +- extra/python-docutils/version | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/python-docutils/build b/extra/python-docutils/build index 6efa479b..78f4bd43 100755 --- a/extra/python-docutils/build +++ b/extra/python-docutils/build @@ -1,6 +1,4 @@ #!/bin/sh -e -python3 setup.py build -python3 setup.py install \ - --prefix=/usr \ - --root="$1" +gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 +python -m installer -d "$1" .dist/*.whl diff --git a/extra/python-docutils/checksums b/extra/python-docutils/checksums index a6abfff2..aa1962b5 100644 --- a/extra/python-docutils/checksums +++ b/extra/python-docutils/checksums @@ -1 +1 @@ -24dc29703d0edab9ce58b4dc36acbb5a56b21d95cdf7c0d2fa0f69dc5c874f29da +021ca4af014939611f0854c80a8b47a1699bbb167746d7d15912d8b1bf2ea33b75 diff --git a/extra/python-docutils/depends b/extra/python-docutils/depends index 10487c58..8697ba50 100644 --- a/extra/python-docutils/depends +++ b/extra/python-docutils/depends @@ -1,2 +1,4 @@ python +python-gpep517 make python-markupsafe +python-wheel make diff --git a/extra/python-docutils/sources b/extra/python-docutils/sources index 07270c6c..30553289 100644 --- a/extra/python-docutils/sources +++ b/extra/python-docutils/sources @@ -1 +1 @@ -https://downloads.sourceforge.net/docutils/docutils-0.20.1.tar.gz +https://downloads.sourceforge.net/docutils/docutils-0.21.1.tar.gz diff --git a/extra/python-docutils/version b/extra/python-docutils/version index 91fb61a3..bfed92bd 100644 --- a/extra/python-docutils/version +++ b/extra/python-docutils/version @@ -1 +1 @@ -0.20.1 1 +0.21.1 1