Michele Lacchia

Results 25 issues of Michele Lacchia

Substituted sensitivity for specificity

To avoid what happened in #8.

enhancement

If a package is required by two or more packages during the same installation process, then the package is installed multiple times. It's not good. The only solution I came...

bug
easy
important

For example: ``` $ pyg install pkgtools==dev ```

enhancement
important

Some packages, like Django, keep their scripts in a separate `scripts` directory, and the entry_points.txt files is empty. So when you `pyg pack` it, it doesn't have the django-admin.py top-level...

enhancement
important

So users can install packed packages!

enhancement
important

lk's archive isn't setuptools compliant, so it fails during the packing. ``` $ pyg -d pack lk lk Generating the bundle... lk: Warning: did not find any files on PyPI...

important
critical

We should write some tests for Pyg. I still don't know what test suite to use, but I would suggest `py.test` or `lettuce`. I never tried lettuce but it looks...

enhancement
important
code

argh should provide it.

enhancement
important

Pyg should be able to install packages and their extras (when requested). We can leave this for Pyg 1.0.

enhancement
important