Download, build, install, upgrade, and uninstall Python packages -- easily!
setuptools is a collection of enhancements to the Python distutils (for Python 2.3 and up) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
- Devel package for openSUSE:Factory
-
49
derived packages
- Links to openSUSE:Factory / python-setuptools
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-setuptools && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
psfl.txt | 0000011900 11.6 KB | |
python-setuptools.changes | 0000005461 5.33 KB | |
python-setuptools.spec | 0000002535 2.48 KB | |
setuptools-0.6c9-create-sitedir.patch | 0000000574 574 Bytes | |
zpl.txt | 0000002366 2.31 KB |
Revision 39 (latest revision is 279)
Sascha Peilicke (saschpe)
committed
(revision 39)
- Update to version 0.7.4: + Issue #20: Fix comparison of parsed SVN version on Python 3. - Changes from version 0.7.3: + Issue #1: Disable installation of Windows-specific files on non-Windows systems. + Use new sysconfig module with Python 2.7 or >=3.2. - Changes from version 0.7.2: + Issue #14: Use markerlib when the `parser` module is not available. + Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. - Changes from version 0.7.1: + Fix NameError (Issue #3) again - broken in bad merge. - Changes from version 0.7: + Merged Setuptools and Distribute. See docs/merge.txt for details. + Index URL now defaults to HTTPS. + Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. + Added support for SSL certificate validation when installing packages from an HTTPS service. - Use upstream URL, SDPX style licenses - Provide/obsolete python-distribute, which merged into setuptools-0.7.x
Comments 2
I noticed that the package also contains windows executeables. Should we ship those?
I don't think that we need those .exe, I've just removed it.