gs-pypi
gs-pypi copied to clipboard
g-sorcery backend for pypi packages
Source URLs of the format `http://pypi.python.org/packages/source/${REALNAME:0:1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz` are broken. This is a severe issue because atm, no package can be installed. Hardcoding URL format in code is also a bad idea...
Is the use of extra variablesREALNAME and REALVERSION necessary here? or is it just used to simplify the source location? Native ebuild variables like P, PN and PV could be...
[Tensorflow](https://www.tensorflow.org) is distributed as a `.whl` package, and official documentation recommends installing it with a command like this: ``` pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.6.0-cp34-none-linux_x86_64.whl ``` On my machine, I have successfully...