Re: Automatic Provides: Discussion summary and plan

2016-08-10 Thread Jason L Tibbitts III
> "PV" == Petr Viktorin writes: PV> No, getting. Example expansion: PV> %{python_dist_name ndg_HTTPSclient} => ndg-httpsclient Ah, OK, that makes much more sense. PV> Would "python3_requires" and "python3_buildrequires" be better? I think so. PV> Please do and share your thoughts, I trust

Re: Automatic Provides: Discussion summary and plan

2016-08-10 Thread Petr Viktorin
On 08/10/2016 06:49 PM, Jason L Tibbitts III wrote: "PV" == Petr Viktorin writes: PV> * One macro for getting the canonical (normalized) dist-name: PV> %{python_dist_name NAME} Do you mean "setting" here? No, getting. Example expansion: %{python_dist_name ndg_HTTPSclient} => ndg-httpscl

Re: Automatic Provides: Discussion summary and plan

2016-08-10 Thread Avram Lubkin
Is an unversioned python(name) also being created automagically? I manually create these for the command line tools which support multiple Python versions, where the python2-name and python3-name package both provide python(name) and then the name package requires python(name) with a recommends for

Re: Automatic Provides: Discussion summary and plan

2016-08-10 Thread Jason L Tibbitts III
> "PV" == Petr Viktorin writes: PV> * One macro for getting the canonical (normalized) dist-name: PV> %{python_dist_name NAME} Do you mean "setting" here? PV> * Four macros for adding Requires and BuildRequires lines (which use PV> the python_dist_name macro above): PV> %{requires

Automatic Provides: Discussion summary and plan

2016-08-10 Thread Petr Viktorin
To help automatic building RPMs from native Python packages, we need an automatic way to record the software's upstream name (dist name, name on PyPI) in Fedora packages. For this, we are using RPM's automatic dependency generator written by Per Øyvind Karlsen and Neal Gompa, which automatically

Re: Can't manage to fix error ImportError: No module named runtests

2016-08-10 Thread Germano Massullo
Ok problem solved by upstream developer :-) Here the package review request that I have just filled python-django-model-utils - Django model mixins and utilities - https://bugzilla.redhat.com/1365782 ___ python-devel mailing list python-devel@lists.fedora

Re: Orphaning nsnake

2016-08-10 Thread Petr Viktorin
On 08/10/2016 06:55 AM, William Moreno wrote: Hello, due to lack of time I'm orphaning the package nsnake Is nsnake related to Python? Maybe you wanted to send this to fedora-devel rather than python-devel? -- Petr Viktorin ___ python-devel mailin