pyg icon indicating copy to clipboard operation
pyg copied to clipboard

A Python Package Manager

Results 13 pyg issues
Sort by recently updated
recently updated
newest added

No updates since two years. The project looks dead. Please leave a note in the important places (github, pypi).

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

Microsoft Windows XP [Version 5.1.2600](C) Copyright 1985-2001 Microsoft Corp. c:_work\home>virtualenv --distribute --no-site-packages --python=c:\python27\python.exe c:\pyve\27\test-lxml Running virtualenv with interpreter c:\python27\python.exe New python executable in c:\pyve\27\test-lxml\Scripts\python.exe Installing distribute........................................................................................................................................................................................done. Installing pip.................done. c:_work\home>c:\pyve\27\test-lxml\Scripts\activate.bat [...]...

We have some refactor to do about it, I tried something quick from my side but it ended being more complex than expected. In the same way, I also suggest...

enhancement
important