Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Python in Fedora
Search
Petr Viktorin
June 17, 2016
Programming
0
82
Python in Fedora
For the Python Language Summit
Coverage:
https://lwn.net/Articles/690676/
Petr Viktorin
June 17, 2016
Tweet
Share
More Decks by Petr Viktorin
See All by Petr Viktorin
Komunitní kurzy
encukou
0
190
Jak postavit slovník z jedniček a nul
encukou
0
520
Python Packaging in Fedora
encukou
0
360
Essential Testing Concepts
encukou
0
89
Import Deep Dive
encukou
0
54
Dynamic Time Warping & Synchronizace videí
encukou
0
71
Python 3.4
encukou
0
91
Extending FreeIPA
encukou
0
330
import asyncio
encukou
0
500
Other Decks in Programming
See All in Programming
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
Duckdb-Wasmでローカルダッシュボードを作ってみた
nkforwork
0
120
CSC509 Lecture 11
javiergs
PRO
0
180
Why Jakarta EE Matters to Spring - and Vice Versa
ivargrimstad
0
1.1k
Pinia Colada が実現するスマートな非同期処理
naokihaba
4
220
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
Amazon Qを使ってIaCを触ろう!
maruto
0
400
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.1k
Laravel や Symfony で手っ取り早く OpenAPI のドキュメントを作成する
azuki
2
120
距離関数を極める! / SESSIONS 2024
gam0022
0
280
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
[Do iOS '24] Ship your app on a Friday...and enjoy your weekend!
polpielladev
0
100
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.2k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
How to train your dragon (web standard)
notwaldorf
88
5.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Code Review Best Practice
trishagee
64
17k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Building Applications with DynamoDB
mza
90
6.1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Transcript
Python in Fedora Petr Viktorin
[email protected]
Python Language Summit, 2016-05-28
Hello, I'm Petr! Python-Maint team lead Contributor Organizer Mentor
Python 3 in Fedora
fedora.portingdb.xyz Going for 50% packages ported by Fedora 25 (July-August)
Still on Python 2 Desktop toolkits GTK (2 → 3)
Gimp Inkscape Sugar wxWidgets shiboken/PySide python-xlib Ansible Enterprise Samba FreeIPA Odoo Tryton VCS & Co. Mercurial Bazaar Trac Fedora infra Koji & Bodhi fedmsg tools cobbler pulp (OpenStack) Web (Twisted) ToscaWidgets
Our Porting Guides py3c incl. C Extension porting guide RPM
Porting Guide Conservative Porting Guide (ETA: summer)
Fedora's System Python
Stdlib by disk size test asyncio email tkinter encodings distutils
unittest pydoc_data ensurepip ctypes lib2to3 idlelib individual modules
System Python /usr/libexec/system-python Intended for essential system tools & Cloud
Doesn't include the full standard library Packages can opt in to (and test with) it Precedents Debian's python-minimal already unbundled: tkinter (+idle, turtle), test Future idea for dist-sig: Way for packages to optionally specify stdlib subset?
Slides licensed under CC-BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/ Logos belong to their
respective owners