On Friday, 1 May 2020 15.45.23 WEST Ian McInerney wrote:

> Thanks. I had seen that part of the policies, but I wasn't sure what counted

> as a "module" (I don't work with Python much and so I didn't know if the

> fact there were items installed into the site packages directory or an

> egg-info made it count as a module).

>

> -Ian

 

OTHO this is available through pypi:

https://pypi.org/project/git-revise/

 

and you can create a python module.

 

Basically your question applies to the name of the srpm. Since it can have a python3 subpackage. :-)

 

In the case of nikola I opted to name it python-nikola, with a subpackage called nikola that has the binary and the module is in pyhton3-nikola.

 

At the same I find it handy if a package is available at pypi to be available as python3-<pypiname>.

 

Regards,

--

José Abílio