Re: setup.py sdist permissions
Yaroslav Halchenko writes: > just anecdotal support: my umask is 077 as well, have been doing uploads > to pypi for a while, never had report from the users about any problem. > The reasons could be either it indeed doesn't matter or nobody uses my > projects ;-) Same here. I just got a bug report :-( https://github.com/sshuttle/sshuttle/issues/217 Not really sure what circumstances this causes problems, or what I should do about it. -- Brian May
Re: setup.py sdist permissions
Replied on the bug :) On 4 April 2018 at 20:04, Brian May wrote: > Yaroslav Halchenko writes: > >> just anecdotal support: my umask is 077 as well, have been doing uploads >> to pypi for a while, never had report from the users about any problem. >> The reasons could be either it indeed doesn't matter or nobody uses my >> projects ;-) > > Same here. > > I just got a bug report :-( > > https://github.com/sshuttle/sshuttle/issues/217 > > Not really sure what circumstances this causes problems, or what I > should do about it. > -- > Brian May >
Bug#894786: RFP: python-pytest-flake8 -- pytest plugin to check FLAKE8 requirements
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-python@lists.debian.org * Package name: python-pytest-flake8 Version : 1.0.0 Upstream Author : Thorsten Lockert * URL : https://github.com/tholo/pytest-flake8 * License : BSD Programming Lang: Python Description : pytest plugin to check FLAKE8 requirements This pytest plugin makes it possible to check source code for Flake8 style guide enforcement. The newest path.py versions use that to check the sources ; I have a patch to disable that for now. Snark on #debian-python
Re: setup.py sdist permissions
Robert Collins writes: > Replied on the bug :) Thanks. He responded, he is not using pip, but creating a "Void package" from source. I am inclined respond, as he is not using pip, he needs to ensure the permissions are correct. -- Brian May
Re: setup.py sdist permissions
Yah, packaging permissions are an installation problem, and setup.py is (no longer) intended for installation. -Rob On 5 April 2018 at 10:25, Brian May wrote: > Robert Collins writes: > >> Replied on the bug :) > > Thanks. > > He responded, he is not using pip, but creating a "Void package" from > source. > > I am inclined respond, as he is not using pip, he needs to ensure the > permissions are correct. > -- > Brian May