diff options
Diffstat (limited to 'repos/extra/python-setuptools/abuild')
| -rw-r--r-- | repos/extra/python-setuptools/abuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repos/extra/python-setuptools/abuild b/repos/extra/python-setuptools/abuild new file mode 100644 index 00000000..92c13283 --- /dev/null +++ b/repos/extra/python-setuptools/abuild @@ -0,0 +1,6 @@ +name=python-setuptools +version=70.0.0 +release=1 +source="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-$version.tar.gz" +export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 +export PYTHONDONTWRITEBYTECODE=1 |