Re: package request: PyWaffle

2021-12-20 Thread Matthew Miller
> but not quite. Or [...] or even PACKAGENAME. The ellipsis is just too easy to miss. -- Matthew Miller Fedora Project Leader ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@

Re: package request: PyWaffle

2021-12-20 Thread Matthew Miller
erate requirements on other Python packages(setuptools, > Cython, etc.). If your package needs libmagic-devel to build, you > still need to BuildRequire that one manually. Yep, that was my question. :) > Let's do that. I've put that on my TODO. Cool, thanks! -- Matthew Miller

Re: package request: PyWaffle

2021-12-20 Thread Matthew Miller
es there. > Maybe we'll be able to hide the binary package name once we have package > generators (https://github.com/rpm-software-management/rpm/issues/329). That would be amazing. -- Matthew Miller Fedora Project Leader ___ pytho

suggestions for upstream and font bundling?

2021-12-19 Thread Matthew Miller
I'd like to suggest to the PyWaffle dev that if system Font Awesome is found, the package uses that (whether installed by RPM or pip or whatever). What's a good way to do that? -- Matthew Miller Fedora Project Leader ___ python-devel ma

Re: package request: PyWaffle

2021-12-19 Thread Matthew Miller
On Sun, Dec 19, 2021 at 12:14:29PM +0100, Miro HronĨok wrote: > On 17. 12. 21 17:58, Matthew Miller wrote: > >The modern Python macros are ... kind of a lot to pick up as a casual > >packager > If you could share a more constructive feedback, I'd gladly iterate > on the d

[no subject]

2021-12-19 Thread Matthew Miller
> My personal opinion is that packing Python libraries that are not required by > packaged applications/tools brings very little benefit to the project. I > suggest > to use a Python virtual environment instead and install the libraries you > need > with pip. In this case, it'd be really conv

Re: package request: PyWaffle

2021-12-17 Thread Matthew Miller
> Hi! I'm using this https://github.com/gyli/PyWaffle for some visualizations > for Fedora > Project stats. So, I've finally gotten around to packaging this up -- review request at: https://bugzilla.redhat.com/show_bug.cgi?id=2033481 it was a little annoying as I had to de-bundle fontawesome, b

Re: python3-augeas and python3-ansible-runner file conflict?

2021-11-23 Thread Matthew Miller
e?) we could put in place? Or is it just a coincidence that both packages made a similarly-named mistake? > I should step in as a provenpacakger it seems. Thank you! -- Matthew Miller Fedora Project Leader ___ python-devel mailing l

python3-augeas and python3-ansible-runner file conflict?

2021-11-23 Thread Matthew Miller
Got a report on Ask Fedora(*) about an upgrade conflict, and, yep, these two have a problem: file /usr/lib/python3.10/site-packages/test/__pycache__/__init__.cpython-310.opt-1.pyc from install of python3-ansible-runner-2.0.0a1-3.fc35.noarch conflicts with file from package python3-augeas-

package request: PyWaffle

2021-02-19 Thread Matthew Miller
Hi! I'm using this https://github.com/gyli/PyWaffle for some visualizations for Fedora Project stats. I'm kind of out of the loop on the state of the art of python packaging, and wondered if some kind Python SIG person would like to take it on for me.