From 5dfa3ef101bf785d07984c9821c3f9f7b4a9488e Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sat, 27 Apr 2024 20:19:30 -0500 Subject: [PATCH] python-setuptools: new at 69.5.1 --- extra/python-setuptools/build | 6 ++++++ extra/python-setuptools/checksums | 1 + extra/python-setuptools/sources | 1 + extra/python-setuptools/version | 1 + 4 files changed, 9 insertions(+) create mode 100755 extra/python-setuptools/build create mode 100644 extra/python-setuptools/checksums create mode 100644 extra/python-setuptools/sources create mode 100644 extra/python-setuptools/version diff --git a/extra/python-setuptools/build b/extra/python-setuptools/build new file mode 100755 index 00000000..0a260044 --- /dev/null +++ b/extra/python-setuptools/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +python setup.py build +python setup.py install \ + --root="$1" \ + --skip-build diff --git a/extra/python-setuptools/checksums b/extra/python-setuptools/checksums new file mode 100644 index 00000000..14ae91e3 --- /dev/null +++ b/extra/python-setuptools/checksums @@ -0,0 +1 @@ +ee89453c28ec853897d587098433bf6031d45641fea2b4c8eb327746ef2f4c63ef diff --git a/extra/python-setuptools/sources b/extra/python-setuptools/sources new file mode 100644 index 00000000..4b504a28 --- /dev/null +++ b/extra/python-setuptools/sources @@ -0,0 +1 @@ +https://pypi.io/packages/source/s/setuptools/setuptools-69.5.1.tar.gz diff --git a/extra/python-setuptools/version b/extra/python-setuptools/version new file mode 100644 index 00000000..2421b299 --- /dev/null +++ b/extra/python-setuptools/version @@ -0,0 +1 @@ +69.5.1 1