Hello,
matplotilb has tagged version 1.5.0. Is there anything we can do to
expedite getting it into the fedora build system?
This version has a new required dependency, cycler, which is available on
pypi and https://github.com/matplotlib/cycler .
Tom
I just ran into an issue with a package under review where stray python2
.pyc files were getting put into the python3_sitelib directory. The
tests were run with:
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -vv
and one of the tests ended up calling /usr/bin/python.setup.py --version
triggering the loading and byte-compiling of the installed module. I
don't know if this is common issue or not (I suspect not). Just a heads
up I guess. Not sure if this is something that can be prevented in any
other general way.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion(a)cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
For those who are interested new (official) mailing list was created (kudos to Nick
Coghlan and Barry Warsaw). The purpose of the mailing list is to bring together all folks
from various Linux distro communities to discuss any future (e.g. usr/bin/python)
or current features (/wave PEP476) affecting our beloved distributions and how to
deal with them consistently :-).
Also here is Nick's reasoning:
> With the Python 3 migration, and the growth in interest in user level
> package management for development purposes, what do you think of the idea
> of setting up a new Linux SIG to have those discussions? I know it's a case
> of "yet another mailing list", but I think it will be worthwhile to have a
> clear point of collaboration within the Python ecosystem, rather than
> expecting Pythonistas to know how to reach out to (other) distros directly.
Don't hesitate and sign-in @ https://mail.python.org/mailman/listinfo/linux-sig
---
Robert Kuska
{rkuska}
Hi folks,
The Python pages on the draft developer portal are currently looking
rather sparse: https://developer-phracek.rhcloud.com/tech/languages/python/python-installa…
There's a pull request adding some additional details at
https://github.com/developer-portal/content/pull/70 but there are also
a couple of other major topics worth covering:
* Using pyp2rpm to create RPM packages
* The available tools to help with Python 2 -> 2/3 -> 3 migrations
The developer portal is the place to showcase our answers to "How we
can help you developer Python applications on Fedora", rather than
expecting folks to search the internet for answers.
If anyone is looking for additional ideas for possible contributions
to the Portal, it's worth taking a look at some of the topics I raise
in https://fedoraproject.org/wiki/Env_and_Stacks/Projects/SoftwareComponentPip…
Cheers,
Nick.
--
Nick Coghlan | ncoghlan(a)gmail.com | Brisbane, Australia