[issue8668] Packaging: add a 'develop' command

higery report at bugs.python.org
Tue Jul 12 15:39:00 CEST 2011


higery <shoulderhigher at gmail.com> added the comment:

2011/7/12 Michael Mulich <report at bugs.python.org>

>
> Michael Mulich <michael.mulich at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8668>
_______________________________________
-------------- next part --------------
<br><div class="gmail_quote">2011/7/12 Michael Mulich <span dir="ltr">&lt;<a href="mailto:report at bugs.python.org">report at 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.mulich at gmail.com">michael.mulich at 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>


More information about the Python-bugs-list mailing list