| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
installs. Ref #2165.
|
| |
|
|
|
|
| |
Fixes GH issue #1612, bug introduced in commit 0902f02d9d68f18
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing
changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
|
|\ |
|
| |\
| | |
| | | |
strip trailing slash from package_dir before counting slashes
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
|
|
|
| |
long as __init__.py is omitted.
|
| |
|
|
|
|
|
|
|
| |
now much cleaner. Thanks @embray. Ref #229.
--HG--
branch : feature/issue-229
|
|
|
|
|
| |
--HG--
branch : feature/issue-229
|
|\
| |
| |
| |
| | |
--HG--
branch : feature/issue-229
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
scripts under the develop command. Fixes #439.
|
| |
| |
| |
| | |
Distribution. Ref #439.
|
|/
|
|
|
|
| |
--HG--
branch : feature/issue-229
extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : db4a1a3059533ad0c894f12c31e3fe1c238f4292
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : ef69472e5a9ce97d9102578898e81e516f06497a
|
|
|
|
|
|
|
|
| |
also resuffle the path handlers a bit, hopefully everything works now
--HG--
branch : distribute
extra : rebase_source : dc8e4217f5832b15e8f7287c95732bc68d1e1cf5
|
|
|
|
|
|
|
|
| |
the test-isolation got borked and operates on the users home instead of the test-tempdirs
--HG--
branch : distribute
extra : rebase_source : 1e9bf310b6ba92629d7ba494af17f519cfe17dc5
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : f632d56d77b31a6b4f2183728e770d00005b0060
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : 1f25aaecb7ff9c7b273430e68dc2bc2d2e23db7d
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : a13127278ab77a12def12cfabc24f436f4700f1c
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : a2567f3f28d896dd0abbbed8a2626cc4ecb3e44e
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
projects installed using ``setup.py develop``. (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053877
|
|
|
|
|
|
|
|
|
| |
``.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
|
|
|
|
|
|
|
|
|
|
| |
contains non-ASCII characters, to prevent deprecation warnings about an
unspecified encoding when the script is run.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051791
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the front of sys.path, in an order consistent with where they came from,
making EasyInstall seamlessly co-operate with system package managers.
The ``--delete-conflicting`` and ``--ignore-conflicts-at-my-risk`` options
are now no longer necessary, and will generate warnings at the end of a
run if you use them.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042965
|
|
|
|
|
|
|
|
|
| |
should now "just work" if you're using a PYTHONPATH target, and if it
can't "just work", you get helpful instructions and doc links.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042308
|
|
|
|
|
|
|
|
|
|
| |
in it, but warn about it and refuse to run "develop" until the existing
directory is renamed. This should allow older source distributions and
checkouts to keep working with 0.6a9.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041857
|