paylogic / pip-accel

pip-accel: Accelerator for pip, the Python package manager
https://pypi.python.org/pypi/pip-accel
MIT License
308 stars 35 forks source link

Scruffy dependencies for Debian based OSs #18

Closed maikelwever closed 11 years ago

maikelwever commented 11 years ago

Debian/Ubuntu dependencies for Scruffy.

Tested on Ubuntu 12.04, checked package names on packages.debian.org.

maikelwever commented 11 years ago

Tested wrong (which is quite ironic, cause that's what my internship is about), this does NOT work because of the way scruffy checks for dependencies in setup.py, which lets pip-accel fail because it only checks the dependencies when failing at build-time.

Maybe we can improve on this by checking for system-wide dependencies before installing, which has not installing requirements one-by-one (which becomes tiresome after a while anyway) as nice extra.

Closing for now.