On 01. 08. 26 22:10, Carl Byington via python-devel wrote:
If so,

Hi, yes it is the right place.

I have a package that is waiting for review, bugzilla 2497737. The upstream code 
base has three folders (core, hscommon, qt) referenced via statements like:> 
from core import __version__, __appname__

It seems that would potentially conflict with other applications, so adding a 
dupeguru namespace changes that to

from dupeguru.core import __version__, __appname__

That seems to require a reorganization of the source tree, moving those three 
folders down one level so we have dupeguru/core, etc.Is that the proper 
approach, or is there some simpler way?

Installing this to a custom location maybe?

But this likely needs a conversation with upstream. Generally, I think they should not try to occupy the global Python importable modules space like this.

--
Miro Hrončok
--
Phone: +420777974800

--
_______________________________________________
python-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to