Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-xdg actually is python-pyxdg #18172

Closed
stacyharper opened this issue Jan 10, 2020 · 3 comments
Closed

python-xdg actually is python-pyxdg #18172

stacyharper opened this issue Jan 10, 2020 · 3 comments

Comments

@stacyharper
Copy link
Contributor

Hello there,

I'm trying to package a python module named remhind but it depends on the xdg python module. I can't package this dependency cause there already is a python-xdg. python-xdg install the pyxdg module.

Is there a way to "rename" cleanly a void package ? Is it a good idea ? Do I have alternatives to fix my dependency issue ?

Thanks a lot ! Kiss

@Chocimier
Copy link
Member

Is there a way to "rename" cleanly a void package? Is it a good idea ?

This shouldn't be necessary.

Do I have alternatives to fix my dependency issue ?

Just using it should be enough, maybe you misused py2 version python-xdg instead of python3-xdg?
If this won't work, you can push wip pull request.

@CameronNemo
Copy link
Contributor

There are two separate packages.

https://github.com/takluyver/pyxdg

https://github.com/srstevenson/xdg

We have a policy of renaming python modules like pygtk or pyxdg to python-gtk or python-xdg. But someone can still publish actual gtk or xdg modules that are different.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Chocimier @CameronNemo @stacyharper and others