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

On Fri, May 1, 2020 at 3:30 PM Scott Talbert <s...@techie.net> wrote:

> On Fri, 1 May 2020, Ian McInerney wrote:
>
> > I am working on packaging up a git tool that is written in Python
> > (git-revise: https://github.com/mystor/git-revise), and was wondering
> if the
> > "python3-%{name}" applies to tools like this, e.g. ones that are written
> in
> > Python but are designed for use on their own instead of as an importable
> > module (since this creates a /usr/bin/git-revise launcher).
> > Thanks,
>
> Generally, no.  The python3- naming policy applies only to
> libraries/modules.  See:
> https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_naming
>
> Scott
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
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/python-devel@lists.fedoraproject.org

Reply via email to