Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-setuptools | name : python-setuptools | ||||
| version : 38.2.5 | version : 40.5.0 | ||||
| release : 13 | release : 14 | ||||
| source : | source : | ||||
| - https://github.com/pypa/setuptools/archive/38.2.5.tar.gz : 999acfc0f6eae7309b4a78118573e5948478cfda68061a5719cf9d475ddced0a | - https://github.com/pypa/setuptools/archive/v40.5.0.tar.gz : 59d550ae5e3dd8c1694994eaf9ffb300cfab2b0f204db918d30d3d6da710084e | ||||
| license : | license : MIT | ||||
| - MIT | |||||
| 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 : | ||||
| - python-appdirs | - python-appdirs | ||||
| - python-packaging | - python-packaging | ||||
| - python-six | - python-six | ||||
| rundeps : | rundeps : | ||||
| - python-appdirs | - python-appdirs | ||||
| - python-six | - python-six | ||||
| - python-packaging | - python-packaging | ||||
| environment: | | |||||
| # Don't want .exe files | |||||
| export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 | |||||
| setup : | | setup : | | ||||
| # Do not rely on setuptools to install setuptools | # Do not rely on setuptools to install setuptools | ||||
| python bootstrap.py | python bootstrap.py | ||||
| build : | | build : | | ||||
| # Don't want .exe files | |||||
| export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 | |||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| # Don't want .exe files | |||||
| 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.