<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 October 2013 04:01, Donald Stufft <span dir="ltr"><<a href="mailto:donald@stufft.io" target="_blank">donald@stufft.io</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As many are aware distutils has the "requires" field and such. These<br>
fields are designed to list something you *import* not something you<br>
install from PyPI. I believe these fields to be generally useless, supported<br>
by the fact distutils2 deprecated them, and outright user hostile. Users<br>
do not tend to realize that these aren't PyPI distributions and attempt to<br>
use them for that case. This generally "works" in that it will show up on<br>
PyPI but it will fail as soon as a distribution contains a character like -.<br>
<br>
So what I would like to do is "remove" these fields. This would consist<br>
of modifying PyPI to return an error code if they are included and hiding<br>
the existing data in the UX. It might at a future time also consist of removing<br>
the data from the DB all together.<br>
<br>
What do people think?<br>
<br></blockquote><div><br></div><div><br></div><div style>+1 to hiding them in the PyPI UI.</div><div style><br></div><div style>-1 to breaking setup.py upload / register !</div><div style><br></div><div style>Michael</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-----------------<br>
Donald Stufft<br>
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA<br>
<br>
<br>_______________________________________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><pre cols="72"><a href="http://www.voidspace.org.uk/" target="_blank">http://www.voidspace.org.uk/</a><br><br>May you do good and not evil<br>May you find forgiveness for yourself and forgive others<br>
May you share freely, never taking more than you give.<br>-- the sqlite blessing <a href="http://www.sqlite.org/different.html" target="_blank">http://www.sqlite.org/different.html</a></pre>

</div></div>