summaryrefslogtreecommitdiff
path: root/setuptools.txt
Commit message (Collapse)AuthorAgeFilesLines
* pushed the doc in the docs/ dir. now hooked in the Sphinxtarek2009-07-171-2619/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : c72bb6c10e710480990bb9a8370c14a271e81894
* merged Hanno changestarek2009-07-171-1/+0
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2e46353034168a7bcd07262487eb3441f9dce383
| * Packages required at build time where not fully present at install time. ↵Hanno Schlichting2009-07-171-0/+3
| | | | | | | | | | | | | | | | This closes #12. --HG-- branch : distribute extra : rebase_source : 178f508c83ecab9244064108d55ce840111a0e34
* | now has a unique CHANGES file. Later on when the project will be splitted in ↵tarek2009-07-171-513/+0
|/ | | | | | | | 2 or 3, each project will gets its own CHANGES file --HG-- branch : distribute extra : rebase_source : f79d35b594237c452828c5ac143e656c03dcdb82
* Cherry-picked documentation and style changes from setuptools trunkHanno Schlichting2009-07-171-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 90744e00df97b8b79c6780d7600f189bf2e39a6c
* Figured out where to put changelog entries.Hanno Schlichting2009-07-161-1/+14
| | | | | | --HG-- branch : distribute extra : rebase_source : 2e8a06177af5f03cf47803ef59bdab093d35a008
* Put the ez_setup bootstrap script onto bitbucket and note it's new locationHanno Schlichting2009-07-161-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 0881d2555c3cccb3e3e9028e9755ad9021493caa
* #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-161-0/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 40579bb8174f21d24968ce698711c66f624c0839
* Backport http://bugs.python.org/setuptools/issue39 from trunkPJ Eby2008-09-241-3/+6
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066605
* Updated release notesPJ Eby2008-09-241-1/+17
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066600
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-0/+2
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065015
* Added a warning if a namespace package is declared, but its parentPJ Eby2008-02-141-0/+3
| | | | | | | | package is not also declared as a namespace. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060817
* Allow ``ez_setup.use_setuptools()`` to upgrade existing setuptoolsPJ Eby2008-02-141-0/+3
| | | | | | | | | installations when called from a standalone ``setup.py``. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060813
* Fix interactions between the various "require" options,PJ Eby2008-01-191-0/+5
| | | | | | | | | | so that downloads aren't repeated and needed eggs are always installed, even if they were downloaded to the setup directory already. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-0/+2
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060062
* Update Pyrex/swig_sources workaround for newer Pyrex versionsPJ Eby2008-01-151-0/+2
| | | | | | | | (backport) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4059983
* Fixed a missing files problem when using Windows source distributions onPJ Eby2007-09-261-0/+5
| | | | | | | | | non-Windows platforms, due to distutils not handling manifest file line endings correctly. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058259
* 0.6c7 releasePJ Eby2007-09-041-1/+0
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057967
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-1/+1
| | | | | | | | | use the Python Package Index's new simpler (and faster!) REST API. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
* Fix import problems with nested namespace packages installed viaPJ Eby2007-09-041-0/+4
| | | | | | | | | | ``--root`` or ``--single-version-externally-managed``, due to the parent package not having the child package as an attribute. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057946
* Update release notes w/fixes.PJ Eby2007-07-111-0/+5
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4056278
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-311-2/+7
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055712
* Fix ``test`` command possibly failing if an older version of the projectPJ Eby2007-02-241-0/+4
| | | | | | | | | being tested was installed on ``sys.path`` ahead of the test source directory. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053896
* Added ``--egg-path`` option to ``develop`` command, allowing you to forcePJ Eby2007-02-151-0/+13
| | | | | | | | | ``.egg-link`` files to use relative paths (allowing them to be shared across platforms on a networked drive). (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053791
* Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when therePJ Eby2007-01-241-0/+4
| | | | | | | | | was whitespace inside a quoted argument or at the end of the ``#!`` line (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053548
* Fix "eggsecutables" (such as setuptools' own egg) only being runnablePJ Eby2007-01-241-0/+3
| | | | | | | | with bash-compatible shells. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053540
* Update release notes.PJ Eby2007-01-091-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053328
* Fix uploaded ``bdist_wininst`` packages being described as suitable forPJ Eby2007-01-091-1/+3
| | | | | | | | | "any" version by Python 2.5, even if a ``--target-version`` was specified. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053319
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-0/+4
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053317
* Fix a problem installing eggs with a system packaging tool if the projectPJ Eby2007-01-051-0/+5
| | | | | | | | | | contained an implicit namespace package; for example if the ``setup()`` listed a namespace package ``foo.bar`` without explicitly listing ``foo`` as a namespace package. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053271
* Overhauled Windows script wrapping to support ``bdist_wininst`` better.PJ Eby2006-12-291-0/+7
| | | | | | | | | | | | Scripts installed with ``bdist_wininst`` will always use ``#!python.exe`` or ``#!pythonw.exe`` as the executable name (even when built on non-Windows platforms!), and the wrappers will look for the executable in the script's parent directory (which should find the right version of Python). (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053194
* Use cross-platform relative paths in ``easy-install.pth`` when doingPJ Eby2006-09-291-0/+4
| | | | | | | | | | ``develop`` and the source directory is a subdirectory of the installation target directory. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052047
* Handle empty revision numbers in SVN 1.4 "entries" formatPJ Eby2006-09-261-0/+2
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052007
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-0/+43
| | | | | | | | | | | to an .egg file to allow it to be run as a script on Unix-ish platforms. (This is mainly so that setuptools itself can have a single-file installer on Unix, without doing multiple downloads, dealing with firewalls, etc.) (Backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051969
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-211-2/+2
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051964
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-0/+4
| | | | | | | | 2.4. (Backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051961
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-171-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051900
* Make "setup.py develop" of a setuptools-using project installPJ Eby2006-09-061-0/+3
| | | | | | | | | setuptools, if needed, instead of only downloading the egg. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051784
* Support setuptools .egg being in current directory when bootstrapping onPJ Eby2006-09-061-0/+5
| | | | | | | | | an offline machine. Output what version/location is conflicting when a newer version of setuptools is requested. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051778
* Fix incorrect release note regarding the egg_info/sdist fix.PJ Eby2006-07-181-4/+6
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050707
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-181-0/+5
| | | | | | | | | | | | | | sets ``egg_info`` options such that they produce an identical version number to the source distribution's version number. (Previously, the default version number could be different due to the use of ``--tag-date``, or if the version was overridden on the command line that built the source distribution.) (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050703
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-181-0/+3
| | | | | | | | backward-compatibility mode. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050700
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-141-0/+11
| | | | | | | | | | | | | | | | | dependency when a distribution lacks a ``dependency_links`` setting. * Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte, so as to play better with packaging tools that complain about zero-length files. * Made ``setup.py develop`` respect the ``--no-deps`` option, which it previously was ignoring. (bug fixes backported from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050659
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-101-0/+3
| | | | | | | | | appear only if you are actually a source distribution. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050544
* Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``PJ Eby2006-07-101-18/+77
| | | | | | | | | command, to allow suppressing tags configured in ``setup.cfg``. (backports from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050539
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+4
| | | | | | | | | ``egg_info`` wasn't explicitly run first on the same command line. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050534
* Include more detailed version ranges spec, and make Requirement.specs aPJ Eby2006-07-101-0/+9
| | | | | | | | public/documented attribute. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050532
* 0.6b3 releasePJ Eby2006-06-091-3/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046793
* Allow .py files found by the include_package_data option to bePJ Eby2006-06-091-0/+5
| | | | | | | | | | | automatically included. Remove duplicate data file matches if both include_package_data and package_data are used to refer to the same files. (merge from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046791
* Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-071-0/+3
| | | | | | | | (merge from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046722