It's highly likely that this is a PEBKAC issue, but here's my
question:
$ egrep -v '#' ./pypimirror.cfg
[DEFAULT]
mirror_file_path = [valid]
base_url = [valid]
lock_file_name = [valid]
filename_matches =
*.zip
*.tgz
*.egg
*.tar.gz
*.tar.bz2
package_matches =
mysql*
zope.*
plone.*
cleanup = True
create_indexes = True
verbose = True
external_links = True
follow_external_index_pages = True
log_filename = [valid]
$ ./bin/pypimirror -v -I ./pypimirror.cfg
$ ./bin/pypimirror -v -U ./pypimirror.cfg
Which works admirably for plone and zope packages, but it doesn't
mirror MySQL-python.
$ grep -i 'mysql' pypimirror.log
--nada--
Of course I could manually dl and place the package, but it would be
great if pypimirror would download and index the file with the rest
of the mirror.
The download URL listed on the MySQL-python pypi page [1] is valid,
and ends in .tar.gz [2]
I have tried multiple permutations of MySQL, MYSQL, mysql, MySQL*,
MySQL-*, mysql-*, etc in the package_matches section.
Is this a pypimirror issue or a MySQL-python/pypi issue?
[1] http://pypi.python.org/pypi/MySQL-python/1.2.2
[2] http://internap.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz
Thanks in advance,
Wes Turner
_______________________________________________
Mailing list: https://launchpad.net/~pypi-mirror
Post to : pypi-mirror@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~pypi-mirror
More help : https://help.launchpad.net/ListHelp