aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Needs dependency on argparse for Python 2.6 #9

Closed pjeby closed 11 years ago

pjeby commented 11 years ago

Current version of vanity fails under Python 2.6 unless the "argparse" backport is installed; it should probably declare the dependency when built for 2.6.

(For 2.5, it fails on "from future import print_function", of course.)

aclark4life commented 11 years ago

Ah, thanks

aclark4life commented 11 years ago

Vanity has reached EOL due to http://mail.python.org/pipermail/distutils-sig/2013-May/020855.html. If it hadn't done so, or if it comes back in the future, I might consider adding support for 2.6 (to match Pillow's current support matrix: 2.6, 27, 3.2, 3.3)