Re: Self-introduction

2020-01-07 Thread Fabian Affolter
On 1/3/20 3:08 PM, Petr Viktorin wrote:
> The "python-sig" FAS group [3] is something slightly different. It's
> confusingly named (IIRC only groups with "-sig" in their name can get
> some permissions). It's there for people who want to fix Python-related
> issues in all the packages. Something like provenpackagers for Python.
> Is that what you want? (From your mail it seems the confusing name got
> you...)

That's what I'm looking for.

Kind regards,

Fabian

___
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


poetry

2020-01-07 Thread Fabian Affolter
Hi all,

I see more and more projects moving to use pyproject.toml and poetry.
They still are publishing tarballs at PyPI but they often miss the
documentation and/or the tests.

What is the approach to deal with upstream project which are using
poetry? Simply use PyPI as source?

Kind regards,

Fabian



signature.asc
Description: OpenPGP digital signature
___
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


Re: poetry

2020-01-07 Thread Miro Hrončok

On 07. 01. 20 19:26, Fabian Affolter wrote:

Hi all,

I see more and more projects moving to use pyproject.toml and poetry.
They still are publishing tarballs at PyPI but they often miss the
documentation and/or the tests.

What is the approach to deal with upstream project which are using
poetry? Simply use PyPI as source?


If you intent to run the tests, I would work with upstream to include the tests 
to the tarball and I would fallback to a github tagged tarball in the meantime.


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
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


Re: poetry

2020-01-07 Thread Victor Stinner
Hi,

I'm not used to poetry yet. Is it a flaw in poetry to skip
documentation and tests by default? On my personal projects, I'm
trying to ensure that the sdist contains all files of the Git
repository using MANIFEST.in.

I agree with Miro that it's better to collaborate with upstream to
ensure that archives published on PyPI contain tests and
documentation.

Victor

Le mar. 7 janv. 2020 à 19:26, Fabian Affolter  a écrit :
>
> Hi all,
>
> I see more and more projects moving to use pyproject.toml and poetry.
> They still are publishing tarballs at PyPI but they often miss the
> documentation and/or the tests.
>
> What is the approach to deal with upstream project which are using
> poetry? Simply use PyPI as source?
>
> Kind regards,
>
> Fabian
>
> ___
> 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
___
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