[00:13:07] <glyph> "an installation issue that could prevent it from being installed on some systems" is not super clear, it's true
[00:13:32] <carljm> ionelmc: The name-change makes sense and was necessary, but yeah, releasing a new version of "readme" that just fails to install is a pretty harsh way to deliver the deprecation.
[00:15:44] <glyph> carljm: also hey how have you been, I don't hang out in your corner of the internet too often :)
[00:15:51] <ionelmc> carljm: it would generate me an endless and unnecessary stream of churn to pin down development tools
[00:16:14] <ionelmc> test deps, yes, pin, dev tools no
[00:16:15] <glyph> ionelmc: but you can get that endless stream of churn as a web service! https://requires.io
[00:16:18] <carljm> glyph: i'm well! hope you are too. packaging was the corner of the internet we shared, and then i mostly left it :-)
[00:16:31] <glyph> ionelmc: after tox broke all my builds 3 times in a row, I pin all dev dependencies as well.
[00:16:44] <glyph> carljm: I do as little of it as I can ;)
[00:16:49] <carljm> (I would actually love to spend more time in the Twisted corner of the internet, but people keep wanting to pay me to do Django work, so...)
[00:16:51] <ionelmc> glyph: yeah, sadly requires.io lack in the automation department
[00:17:02] <ionelmc> so there is still monkey work to do
[00:49:53] <ionelmc> i've opened an issue with the setup.py trick to produce an empty wheel
[00:52:49] <agronholm> dstufft: are there any concrete plans on implementing those nice looking warehouse features like changelog or test status/test coverage?
[00:53:30] <dstufft> agronholm: right now the plans are roughly "think up something clever to make it work"
[00:54:39] <agronholm> dstufft: maybe build a library for interfacing with warehouse and then submit the statistics in a travis on_success handler like I do with coveralls now
[00:55:02] <dstufft> yea, there's a good chance it'll be something like that
[00:55:20] <ionelmc> dstufft: don't we need new metadat for that tests status stuff?
[00:55:28] <dstufft> unless we get something like cpan testers
[00:55:39] <dstufft> ionelmc: depends on how it's implemented!
[00:55:44] <agronholm> what I would really like to have is 1) bug tracker url, 2) documentation url