Re: [Fedora-packaging] How to automatically handle Python namespace packages (e.g. in %pyproject_save_files)

2021-04-14 Thread Miro Hrončok
On 14. 04. 21 15:55, Toshio Kuratomi wrote: On Wed, Apr 14, 2021 at 5:18 AM Miro Hrončok wrote: Hello Pythonistas. I'd like to be able to automatically handle Python "namespace" packages from our packaging macros. The problem: Several Python packages share a "namespace", let's take an artif

Re: [Fedora-packaging] How to automatically handle Python namespace packages (e.g. in %pyproject_save_files)

2021-04-14 Thread Toshio Kuratomi
On Wed, Apr 14, 2021 at 5:18 AM Miro Hrončok wrote: > > Hello Pythonistas. > > I'd like to be able to automatically handle Python "namespace" packages from > our > packaging macros. > > The problem: > > Several Python packages share a "namespace", let's take an artificial example > with food.spam

How to automatically handle Python namespace packages (e.g. in %pyproject_save_files)

2021-04-14 Thread Miro Hrončok
Hello Pythonistas. I'd like to be able to automatically handle Python "namespace" packages from our packaging macros. The problem: Several Python packages share a "namespace", let's take an artificial example with food.spam and food.eggs Python packages. 1. the Python packages both have si