PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 25th of January, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:59:32] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[00:59:32] <pmxbot> Added tag 19.6 for changeset 3c2332e4ec72
[00:59:32] <pmxbot> Bumped to 19.7 in preparation for next release.
[12:49:02] <Ivo> dstufft: could you check the advice I'm giving in https://github.com/pypa/pip/pull/3419 looks agreeable to you?
[13:18:09] <Ivo> has travis thought of symlinking pip's cache dir to a worker-wide available location? Sounds useful but also possibly very dangerous
[17:46:26] <sigmavirus24> dstufft: have you heard anything about setuptools 19.4 + pip installing from a local directory? https://github.com/rcbops/rpc-openstack/issues/777 and https://bitbucket.org/pypa/setuptools/issues/491/setuptools-194-breaks-pip-install-builds are affecting my team and I don't know the pkg_resources code well enough to grok what's happening
[17:48:32] <dstufft> sigmavirus24: it's the first I've heard of it
[17:48:59] <sigmavirus24> dstufft: seems to be a thing with namespace packages
[17:49:10] <dstufft> namespace packages are a bad scene
[17:49:29] <dstufft> I recommend not using them
[17:50:45] <sigmavirus24> dstufft: yeah, relating that already (only just noticed namespace_packages=[...]) in that project's setup.py
[17:53:57] <dstufft> sigmavirus24: sorry I'm not of more help :( jaraco is probably the best at answering that question
[17:54:42] <sigmavirus24> dstufft: no worries. It looks like something that happens when pip tries to build the package
[17:54:56] <sigmavirus24> But (according to my coworkers) python setup.py install and/or python setup.py bdist_wheel work fine
[17:55:25] <dstufft> what about setup.py egg_info
[17:55:51] <sigmavirus24> dstufft: let me find out. I'm going to start digging into this on my own instance
[17:56:58] <sigmavirus24> dstufft: hah, pip wheel works fine
[17:57:13] <dstufft> I bet it only errors on setup.py egg_info
[17:57:20] <sigmavirus24> hm
[17:57:36] <sigmavirus24> nope
[17:57:54] <dstufft> welp
[17:57:56] <dstufft> dunno then
[18:00:40] <sigmavirus24> yeah I can't reproduce this
[21:18:44] <xafer> hello dstufft, do you have any plan for a pep425 implementation in the packaging package ?
[21:24:16] <dstufft> xafer: I want to do it yea
[21:29:36] <xafer> I was thinking about it
[21:35:50] <xafer> Ideally I'd like to be able to provide an implementation, a version (major, minor) and a platform and get a list of supported_tags
[21:36:32] <xafer> instead of the current pip code that only provide the tags for the running python interpreter
[21:50:54] <xafer> dstufft: did you start something already or do you plan to take pip implementation ?
[21:51:13] <dstufft> probably start with the pip code but make it a nice clean API
[22:42:24] <di_> !logs
[22:42:24] <pmxbot> http://chat-logs.dcpython.org/channel/pypa-dev
[22:42:32] <xafer> dstufft: any first draft ? I might take a stab at this during the week