jayvdb / pypidb

PyPI client side database with SCM/VCS URLs
Apache License 2.0
13 stars 3 forks source link

pyxdg returns the GitHub mirror #41

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

https://github.com/jayvdb/pypidb/issues/40#issuecomment-609167093

https://freedesktop.org/wiki/Software/pyxdg/ says http://cgit.freedesktop.org/xdg/pyxdg/ is the main repository, but https://github.com/takluyver/pyxdg is the mirror.

jayvdb commented 4 years ago

_get_weighted_best uses count first, which https://freedesktop.org/wiki/Software/pyxdg/ links to a lot, whereas there is only one link to cgit.

https://github.com/takluyver/pyxdg does mention it is a mirror, but doesnt link back to cgit.

We might be able to take advantage of the email xdg@lists.freedesktop.org to prioritise repos under https://cgit.freedesktop.org/xdg/

jayvdb commented 4 years ago

dbus-python has email dbus@lists.freedesktop.org , and is also hosted on https://cgit.freedesktop.org/dbus/dbus-python/ which is a mirror of https://gitlab.freedesktop.org/dbus/dbus-python , and is in the top 2000-4000

https://gitlab.freedesktop.org/explore?sort=latest_activity_desc&utf8=%E2%9C%93&name=python&sort=latest_activity_desc lists more

https://pypi.org/project/hid-tools/ - direct link to gitlab https://pypi.org/project/libevdev/ - direct link to gitlab

https://pypi.org/project/xpyb/ - no direct link

I cant find the PyPI name for https://gitlab.freedesktop.org/gstreamer/gst-python or https://gitlab.freedesktop.org/telepathy/telepathy-python

https://pypi.org/search/?q=freedesktop doesnt provide any extra relevant results.