higery <shoulderhig...@gmail.com> added the comment:

2011/7/12 Michael Mulich <rep...@bugs.python.org>

>
> Michael Mulich <michael.mul...@gmail.com> added the comment:
>
> The wiki page has been edited to note what the develop command will
> write to the file system. I'll restate it here as well...
>
> The develop command writes three pieces of information to the filesystem:
>  1. It calls upon the build action(s) to build the package relative to
> the package's root directory.
>  2. It calls the [build|install]_distinfo action to write the
> .dist-info metadata inside the build directory. (see also Issue 12279)
>  3. It adds the build directory's path to a .pth file.
>

You are right, what you listed above are also the things done by the
'develop' command of my current implementation. In addition, as I replied
earlier, we can also add a .distinfo-link file  more than the .pth file.

----------
Added file: http://bugs.python.org/file22630/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8668>
_______________________________________
<br><div class="gmail_quote">2011/7/12 Michael Mulich <span dir="ltr">&lt;<a 
href="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</a>&gt;</span><br><blockquote
 class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid 
rgb(204, 204, 204); padding-left: 1ex;">
<br>
Michael Mulich &lt;<a 
href="mailto:michael.mul...@gmail.com";>michael.mul...@gmail.com</a>&gt; added 
the comment:<br><br>
The wiki page has been edited to note what the develop command will<br>
write to the file system. I&#39;ll restate it here as well...<br>
<br>
The develop command writes three pieces of information to the filesystem:<br>
 1. It calls upon the build action(s) to build the package relative to<br>
the package&#39;s root directory.<br>
 2. It calls the [build|install]_distinfo action to write the<br>
.dist-info metadata inside the build directory. (see also Issue 12279)<br>
 3. It adds the build directory&#39;s path to a .pth 
file.<br></blockquote><div><br>You are right, what you listed above are also 
the things done by the &#39;develop&#39; command of my current implementation. 
In addition, as I replied earlier, we can also add a .distinfo-link file  more 
than the .pth file.<br>
</div></div>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to