[01:03:21] <transit> I'm running into a problem installing dependencies with setuptools: Could not find a version that satisfies the requirement setuptools-dev06
[01:03:37] <transit> Here's the setup.py: https://dpaste.de/UnMj
[01:04:08] <transit> Here's what I get when I try to build & install it: https://dpaste.de/ZobY
[01:05:38] <transit> I can install packages directly from subversion with pip, but can't get them to install via setup.py.
[01:43:06] <Kirito> I'm wanting to request that an inactive PyPi package entry be removed so that I can use it. Is this the proper place to ask? The package is being used for nothing and the linked Github page 404's. I've tried contacting the package maintainer and have gotten no response.
[09:28:03] <ronny> koshie: then you might want to read up a bit about shell startup and what files they read/execute to set up your environment, so you cna set up your PATH to contain ~/.local/bin
[09:32:04] <koshie> ronny: so it's not definitive with export command? (And it works since I used it, thanks)
[09:54:23] <lansman> ionelmc: thanks for the link! Have already saved it. As i understand.. i *can* specify include_package_data=True and use MENIFEST.in to include deisred and exlude undesirable file globs?
[09:54:57] <lansman> is this the most modern way to work with wheels?
[09:58:41] <lansman> ionelmc: i've just found out there is tests folders in my wheel. I want to exlude them. The best way is specify glob in the manifest?
[09:58:58] <ionelmc> lansman: don't put the tests in your package then
[16:57:45] <btw> With dependency_links on the way out, what is the expected method to use for the use-case where a package has a dependency in a private svn or git repository?
[16:59:00] <tos9> Last I heard, there is no replacement yet.
[16:59:07] <tos9> Which is why dependency_links isn't on the way out totally yet.
[17:07:44] <sontek> So the other day we were talking about pip + auto wheel cache and it breaking because it doesn't detect the difference between py2.6, py2.7, and python3.4... I just had to send a PR to the cassandra driver which is definitely going to cause this problem in pip: https://github.com/datastax/python-driver/pull/387/files
[17:07:54] <sontek> I forget what the "correct" fix for this was so that it doesn't break pip