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