import: pypi: Refresher recognizes pythonhosted.org source URLs.
authorLudovic Courtès <ludo@gnu.org>
Wed, 18 Sep 2019 20:53:17 +0000 (22:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 18 Sep 2019 21:08:29 +0000 (23:08 +0200)
commit45fbc15a48d04cf9deaa5d40658846426cc94845
tree7f3bd17bf5697aa08f0a356f10c606e9719bc4cf
parentd0980ef41859d1f0e4deb98a7f1d6f4ab2c9d4c4
import: pypi: Refresher recognizes pythonhosted.org source URLs.

This is a followup to a5376200541abf8245973e601be246bf65b8b6c7.
Since that commit, 'pypi-package?' would return false for most Python
packages, and thus "guix refresh python-xxx" would report that no
updaters apply to the package.

* guix/import/pypi.scm (pypi-package?)[pypi-url?]: Recognize
"files.pythonhosted.org" URLs.
guix/import/pypi.scm