Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-setuptools | name : python-setuptools | ||||
| version : 24.0.2 | version : 35.0.2 | ||||
| release : 8 | release : 9 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/21/d7/3e7e4b42d40469d2b770e10aee5b49538ecf2853eb5635d2d2536b286e2d/setuptools-24.0.2.tar.gz: efe010ea62504178246f6b3d98d588c2f67884403a7a0a99670dfbf8836ca973 | - https://github.com/pypa/setuptools/archive/v35.0.2.tar.gz : a7baa2533abe95879291e96c0f65fe6ce8e3fa0df096147065657e2d94b83ed3 | ||||
| license : | license : | ||||
| - PSF | - MIT | ||||
| - ZPL | |||||
| component : programming.python | component : programming.python | ||||
| summary : Easily download, build, install, upgrade, and uninstall Python packages | summary : Easily download, build, install, upgrade, and uninstall Python packages | ||||
| description: | | description: | | ||||
| Setuptools allows the easy download, build, install, upgrade, and uninstallation of Python packages. | Setuptools allows the easy download, build, install, upgrade, and uninstallation of Python packages. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python-2.7) | - pkgconfig(python-2.7) | ||||
| - python-appdirs | |||||
| - python-packaging | |||||
| - python-six | |||||
| setup : | | |||||
| # Do not rely on setuptools to install setuptools | |||||
| python bootstrap.py | |||||
| build : | | build : | | ||||
| # Don't want .exe files | |||||
| export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 | |||||
ikey: Since when has this been an issue? | |||||
Not Done Inline ActionsI don't know... I saw there were .exe in my .eopkg kyrios123: I don't know... I saw there were .exe in my .eopkg | |||||
Not Done Inline ActionsEw. Ok. ikey: Ew. Ok. | |||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| # Don't want .exe files | |||||
Not Done Inline ActionsAgain this shouldn't be necessary, if this is being built with all deps present ikey: Again this shouldn't be necessary, if this is being built with all deps present | |||||
Not Done Inline ActionsCorrect... I only added this for safety. It didn't try to install anything. I can remove it if you prefer. kyrios123: Correct... I only added this for safety. It didn't try to install anything. I can remove it if… | |||||
Not Done Inline ActionsWell I'm not sure why it is there in the first place. ikey: Well I'm not sure why it is there in the first place. | |||||
| export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 | |||||
| %python_install | %python_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Since when has this been an issue?