jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
532 stars 67 forks source link

Two pypi Entries? #232

Closed seandenigris closed 1 year ago

seandenigris commented 2 years ago

There are:

Both point to this project. Why? I accidentally depended on the first and it caused quite a bit of grief (half a day googling obscure errors until I realized and loaded the other)

jaseg commented 2 years ago

The first one is not under my control. Someone else made this. The second one is the actual pypi entry of this project.

I know that the owner of the first entry is open to transferring it to me, I just have to write a few emails and coordinate with them to make that happen.

seandenigris commented 2 years ago

Thanks for the explanation :)

baldurmen commented 1 year ago

FWIW, you can request a namespace transfer via https://www.python.org/dev/peps/pep-0541/#how-to-request-a-name-transfer

jaseg commented 1 year ago

I have contacted the old owner, and they have transferred the project. Since it's uncommon for python packages to have a "python-" prefix on their PyPI project name, I'm going to transfer the project to the "mpv" project on PyPI. I'm still going to keep the old project name alive for the forseeable future, since I expect a lot of stuff to depend on it. I will push new releases to both PyPI projects, but at some point I'm going to put a depreciation warning pointing at the mpv project into the releases under the python-mpv project.