[00:27:55] <Whisket> Is it possible to include static files when installing with setuptools from source? I tried this http://stackoverflow.com/questions/11848030/how-include-static-files-to-setuptools-python-package but it doesn't add the files to the egg or site-packages although the static files are listed in SOURCES.txt
[00:33:49] <Whisket> nvm, issue solved. Needed to add include_package_data=True to setup()
[06:12:08] <mgedmin> wanted: a pypi proxy/cache solution as simple to use as sudo apt-get install squid-deb-proxy-client
[07:20:49] <ronny> mgedmin: sounds a bit like you want someone to package devpi + a configfile
[07:27:49] <mgedmin> what bugs me: buildout installs inside a vagrant VM take a long time/become impossible when pypi gets flaky like yesterday
[07:27:58] <mgedmin> also, maybe less importantly, jenkins jobs
[07:28:29] <mgedmin> I'm not sure about using caches for jenkins jobs: I want to know right away that my build is broken if someone deletes a package from pypi
[07:28:48] <mgedmin> and then there are production deploys that currently also talk to pypi directly
[07:29:24] <mgedmin> I'd love to switch to wheel-based deployments, but zc.buildout :(
[07:31:00] <ronny> i started writing a pep to fix the problem with pip/virtualenv in a nice way giving a tool like buildout
[08:47:10] <fladd> Dear PyPi maintainers. I am having issues with my package Expyriment. The total downloads count is not working. The user dstufft in here told me that downloads via the JSON API should show on average after an hour due to caching. However, this is not true for our package. The counter is stuck at 1328 for days. I have downloaded the wheel fole several times in the last 72 hours but they are not counted. It would be great if someone could look into this and/or conta
[09:13:18] <Terminus-> hello. i was told to ask my question here. why do some packages not show up in pip search or pypi but i can install them? an example would be aldryn-boilerplates. there's a page for it on pypi when i enter the url manually though.
[13:52:02] <ronny> ionelmc: whops, i didnt evne think of just adding the error, i was thinking of creating a correct url instead, thanks
[13:52:51] <ronny> ionelmc: release will be either today or next week ^^
[19:13:56] <itissid> Hey lets say we have a project /tmp/foo and another called /tmp/bar. How do I "install" foo in develop mode( "http://setup.py/ develop" ) into bar?
[19:15:14] <ronny> itissid: you develop install into a python environent, not into a project
[19:15:29] <nedbat> itissid: use a virtualenv. then: pip install -e .
[19:21:03] <itissid> ronny: Sorry paraphrased it a bit. Yes I have virtual env for both
[19:21:32] <nedbat> itissid: just this: pip install -e .
[19:21:53] <itissid> nedbat: So I do that in the bar environment?
[19:22:06] <nedbat> itissid: I think you will want to do it in both
[19:22:37] <nedbat> itissid: that installs the project in the current directory into the current virtualenv, in a way that the files in the current directory *are* the installed files.
[19:22:45] <nedbat> so you can continue to edit them, and see the effect immediately
[19:23:30] <itissid> Ah ok so with the bar virtual env active I go to the /tmp/foo and just say "pip install -e ." Right?
[19:32:48] <ronny> nedbat: it seems like coverage report can completely swap io freeze a linux computer when failing to ignore large autogenerated files
[19:36:02] <ronny> the problem was fixed by teaching someone about json ^^ but coverage killing the system in a hard freeze was still no fun
[19:36:29] <nedbat> ronny: is there a copy of this file I can see?
[19:36:46] <ronny> no its cmopany internal, and im back at home
[19:37:23] <nedbat> ronny: when you get back to work, you still can't send it?
[19:38:20] <ronny> nedbat: bacially think of a file starting with declaring a immense list of dicttionaries and then a tiny loop invoking a factoryboy fctory passing those as kwargs
[19:39:38] <ronny> nedbat: i tried both 3.7.1 and 4.0something
[19:43:32] <nedbat> ronny: this file: https://github.com/justinwp/croplands/blob/83874e8efd532d2efe324231ec8875377cd9759a/gfsad/utils/countries.py reported a crash against 3.7.1
[19:49:44] <ronny> nedbat: problem is, its not really a crash, its a swap io deadlock
[19:50:17] <ronny> (i.e. swap io and waiting will completely grind everything to halt unless a limiting cgroup is used)
[19:53:07] <nedbat> ronny: right, I know, I'm wondering why your larger file doesn't crash 3.7.1
[20:00:59] <ronny> nedbat: i suspect its entirely rlated to the system grinding to a halt before
[20:02:22] <nedbat> ronny: anything you can do to help me reproduce it will be appreciated
[21:42:59] <elarson> is pypi getting restarted or anything?
[22:06:41] <dstufft> elarson: Nothing should have restarted any processes or anything atm
[22:07:59] <elarson> dstufft: ok, just checking. I was getting some errors for a bit, but it seemed to sort itself out