kivy-garden / kivy-garden.github.io

Add your membership requests here
https://kivy-garden.github.io
MIT License
23 stars 9 forks source link

Adds kivy-garden.qrcode to simple index server #153

Closed AndreMiras closed 5 years ago

AndreMiras commented 5 years ago

Also ordered simple/index.html deps alphabetically. Tested running on local file system via:

pip3 install kivy_garden.qrcode== --no-index --find-links simple/kivy-garden-qrcode/

Output was:

Looking in links: simple/kivy-garden-qrcode/
Collecting kivy_garden.qrcode==
  Could not find a version that satisfies the requirement
  kivy_garden.qrcode== (from versions: 2019.914)
  No matching distribution found for kivy_garden.qrcode==

Note the from versions: 2019.914 showing it was found.

AndreMiras commented 5 years ago

To be honest since I'm publishing to PyPI already I'm not sure it makes much sense. PyPI takes precedence over the --extra-index-url when installing it with:

pip3 install kivy_garden.qrcode --extra-index-url https://kivy-garden.github.io/simple/

What're your thoughts @matham ?