Versions
v3.14.0_alpha7-r100 :: 3.14t :: gentoo
- Modified
- License
- PSF-2
- USE flags
- bluetooth build debug ensurepip examples gdbm jit libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.14.0_alpha7 :: 3.14 :: gentoo
- Modified
- License
- PSF-2
- USE flags
- bluetooth build debug ensurepip examples gdbm jit libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.13.3-r100 :: 3.13t :: gentoo
- Modified
- License
- PSF-2
- Keywords
- ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
- USE flags
- bluetooth build debug ensurepip examples gdbm jit libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.13.3 :: 3.13 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- bluetooth build debug ensurepip examples gdbm jit libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.12.10 :: 3.12 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- bluetooth build debug ensurepip examples gdbm libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.11.12 :: 3.11 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- bluetooth build debug ensurepip examples gdbm libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.10.17 :: 3.10 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- bluetooth build debug ensurepip examples gdbm libedit ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.9.22 :: 3.9 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- bluetooth build debug ensurepip examples gdbm ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v3.8.20_p7 :: 3.8 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- bluetooth build debug ensurepip examples gdbm ncurses pgo readline sqlite ssl test tk valgrind verify-sig
v2.7.18_p16-r2 :: 2.7 :: gentoo
- Modified
- License
- PSF-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- berkdb bluetooth build examples gdbm ncurses readline sqlite ssl valgrind verify-sig wininst xml
USE flags
General
- berkdb
- Add support for sys-libs/db (Berkeley DB for MySQL)
- bluetooth
- Build Bluetooth protocol support in socket module
- build
- !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used for creating build images and the first half of bootstrapping [make stage1]
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- ensurepip
- Install the ensurepip module that uses bundled wheels to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`)
- examples
- Install examples, usually source code
- gdbm
- Add support for sys-libs/gdbm (GNU database libraries)
- jit
- Enable experimental Just-In-Time compilation support.
- libedit
- Link readline extension against dev-libs/libedit instead of sys-libs/readline
- ncurses
- Add ncurses support (console display library)
- pgo
- Optimize the build using Profile Guided Optimization (PGO) by running Python's test suite and collecting statistics based on its performance. This will take longer to build.
- readline
- Enable support for libreadline, a GNU line-editing library that almost everyone wants
- sqlite
- Add support for sqlite - embedded sql database
- ssl
- Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- tk
- Add support for Tk GUI toolkit
- valgrind
- Disable pymalloc when running under dev-debug/valgrind is detected (may incur minor performance penalty even when valgrind is not used)
- verify-sig
- Verify upstream signatures on distfiles
- wininst
- Install Windows executables required to create an executable installer for MS Windows
- xml
- Add support for XML files
llvm_slot
- 18
- Use LLVM 18.
- 19
- Use LLVM 19.
Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-arch / xz-utils : Utils for managing LZMA compressed files
app-crypt / libb2 : C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
dev-db / sqlite : SQL database engine
dev-debug / valgrind : An open-source memory debugger for GNU/Linux
dev-lang / tcl : Tool Command Language
dev-libs / expat : Stream-oriented XML parser library
dev-libs / libedit : BSD replacement for libreadline
dev-libs / libffi : Portable, high level programming interface to various calling conventions
dev-libs / mpdecimal : Correctly-rounded arbitrary precision decimal floating point arithmetic
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-python / ensurepip-pip : Shared pip wheel for ensurepip Python module
dev-python / ensurepip-setuptools : Shared setuptools wheel for ensurepip Python module
dev-python / ensurepip-wheel : Shared wheel wheel for use in pip tests
dev-python / ensurepip-wheels : Shared wheels for ensurepip Python module
dev-python / gentoo-common : Common files shared by Python implementations in Gentoo
dev-tcltk / blt : Extension to Tk, adding new widgets, geometry managers, and misc commands
dev-tcltk / tix : A widget library for Tcl/Tk
net-wireless / bluez : Bluetooth Tools and System Daemons for Linux
sys-apps / util-linux : Various useful Linux utilities
sys-libs / db : Oracle Berkeley DB
sys-libs / gdbm : Standard GNU database libraries
sys-libs / ncurses : Console display library
sys-libs / readline : Another cute console display library
sys-libs / zlib : Standard (de)compression library
virtual / libcrypt : Virtual for libcrypt.so
virtual / libintl : Virtual for the GNU Internationalization Library
Runtime Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-arch / xz-utils : Utils for managing LZMA compressed files
app-crypt / libb2 : C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
app-misc / mime-types : Provides /etc/mime.types file
dev-db / sqlite : SQL database engine
dev-lang / python-exec : Python script wrapper
dev-lang / tcl : Tool Command Language
dev-libs / expat : Stream-oriented XML parser library
dev-libs / libedit : BSD replacement for libreadline
dev-libs / libffi : Portable, high level programming interface to various calling conventions
dev-libs / mpdecimal : Correctly-rounded arbitrary precision decimal floating point arithmetic
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-python / ensurepip-pip : Shared pip wheel for ensurepip Python module
dev-python / ensurepip-wheels : Shared wheels for ensurepip Python module
dev-python / gentoo-common : Common files shared by Python implementations in Gentoo
dev-tcltk / blt : Extension to Tk, adding new widgets, geometry managers, and misc commands
dev-tcltk / tix : A widget library for Tcl/Tk
sys-apps / util-linux : Various useful Linux utilities
sys-libs / db : Oracle Berkeley DB
sys-libs / gdbm : Standard GNU database libraries
sys-libs / ncurses : Console display library
sys-libs / readline : Another cute console display library
sys-libs / zlib : Standard (de)compression library
virtual / libcrypt : Virtual for libcrypt.so
virtual / libintl : Virtual for the GNU Internationalization Library
Depending packages
app-accessibility / accerciser : Interactive Python accessibility explorer
app-accessibility / brltty : Daemon that provides access to the Linux/Unix console for a blind person
app-accessibility / caribou : Input assistive technology intended for switch and pointer users
app-accessibility / orca : Extensible screen reader that provides access to the desktop
app-accessibility / speech-dispatcher : Speech synthesis interface
app-admin / ananicy : ANother Auto NICe daemon
app-admin / ansible : Model-driven deployment, config management, and command execution framework
app-admin / ansible-core : Model-driven deployment, config management, and command execution framework
app-admin / ansible-lint : Checks ansible playbooks for practices and behaviour that can be improved
app-admin / ansible-modules-hashivault : Ansible module for hashicorp vault
app-admin / ansible-molecule : A toolkit designed to aid in the development and testing of Ansible roles
app-admin / awscli : Universal Command Line Environment for AWS
app-admin / calamares : Distribution-independent installer framework
app-admin / cdist : A usable configuration management system
app-admin / clustershell : Python framework for efficient cluster administration
app-admin / djbdns-logparse : Make tinydns and dnscache logs human-readable
app-admin / eclean-kernel : Remove outdated built kernels
app-admin / gentoo-retirement-scripts : Scripts to help retiring Gentoo developers
app-admin / kernel-hardening-checker : A tool for checking the security hardening options of the Linux kernel
app-admin / lib_users : Check for mapped libs and open files that are marked as deleted
app-admin / linode-cli : Official command-line interface for interacting with the Linode API
app-admin / mcelog : A tool to log and decode Machine Check Exceptions
app-admin / mkosi : Build Bespoke OS Images
app-admin / ngxtop : real-time metrics for nginx server (and others)
app-admin / ps_mem : A utility to report core memory usage per program
app-admin / pwman3 : A lightweight password-manager with multiple database backends
app-admin / pydf : Enhanced df with colors
app-admin / redfishtool : Python package and command-line tool for accessing the Redfish API
app-admin / salt : Salt is a remote execution and configuration manager
app-admin / setools : Policy Analysis Tools for SELinux
app-admin / supervisor : A system for controlling process state under UNIX
app-admin / syslog-ng : syslog replacement with advanced filtering features
app-admin / syslog-summary : Summarizes the contents of a syslog log file
app-admin / system-config-printer : Graphical user interface for CUPS administration
app-admin / webapp-config : Gentoo's installer for web-based applications
app-admin / xkcdpass : Password generator inspired by XKCD 936
app-antivirus / clamtk : A graphical front-end for ClamAV
app-antivirus / fangfrisch : Update and verify unofficial Clam Anti-Virus signatures
app-arch / brotli : Generic-purpose lossless compression algorithm
app-arch / cfv : Command-line File Verify - versatile file checksum creator and verifier
app-arch / dtrx : Do The Right eXtraction - extracts archives of different formats
app-arch / patool : Portable archive file manager
app-arch / rpm : The RPM Package Manager
app-arch / tardelta : Generate a tarball of differences between two tarballs
app-arch / unrpa : Ren'Py's RPA data file extractor
app-arch / vimball : A command-line vimball archive extractor
app-backup / backintime : Backup system inspired by TimeVault and FlyBack
app-backup / borgbackup : Deduplicating backup program with compression and authenticated encryption
app-backup / borgmatic : Automatically create, prune and verify backups with borgbackup
app-backup / duplicity : Secure backup system using gnupg to encrypt data
app-backup / rdiff-backup : Local/remote mirroring+incremental backup
app-backup / untangle-https-backup : Back up Untangle configurations via the web admin UI
app-benchmarks / bootchart2 : Performance analysis and visualization of the system boot process
app-benchmarks / sysbench : A scriptable multi-threaded benchmark tool based on LuaJIT
app-cdr / cdemu : Command-line tool for controlling cdemu-daemon
app-cdr / gcdemu : Gtk+ GUI for controlling cdemu-daemon
app-containers / docker-compose : Multi-container orchestration for Docker
app-containers / podman-compose : A script to run docker-compose.yml using Podman
app-containers / sen : Terminal User Interface for docker engine
app-crypt / acme : An implementation of the ACME protocol
app-crypt / acme-tiny : A tiny, auditable script for Let's Encrypt's ACME Protocol
app-crypt / badkeys : Check cryptographic keys for known weaknesses
app-crypt / certbot : Let’s Encrypt client to automate deployment of X.509 certificates
app-crypt / certbot-apache : Apache plugin for Certbot (Let’s Encrypt client)
app-crypt / certbot-dns-dnsimple : DNSimple Authenticator plugin for Certbot (Let’s Encrypt Client)
app-crypt / certbot-dns-nsone : NS1 DNS Authenticator plugin for Certbot (Let’s Encrypt Client)
app-crypt / certbot-nginx : Nginx plugin for Certbot (Let’s Encrypt client)
app-crypt / glep63-check : GLEP 63 compliance checker for OpenPGP keys
app-crypt / gpgme : GnuPG Made Easy is a library for making GnuPG easier to use
app-crypt / heimdal : Kerberos 5 implementation from KTH
app-crypt / pius : A tool for signing and email all UIDs on a set of PGP keys
app-crypt / tpm2-pkcs11 : A PKCS#11 interface for TPM2 hardware
app-crypt / yubikey-manager : Python library and command line tool for configuring a YubiKey
app-crypt / yubikey-manager-qt : Cross-platform application for configuring any YubiKey over all USB transports
app-doc / cppman : C++ man pages for Linux, with source from cplusplus.com and cppreference.com
app-editors / bluefish : GTK HTML editor for the experienced web designer or programmer
app-editors / gedit : A text editor for the GNOME desktop
app-editors / gedit-plugins : Collection of extra plugins for the gedit Text Editor
app-editors / gvim : GUI version of the Vim text editor
app-editors / pluma : Pluma text editor for the MATE desktop
app-editors / pluma-plugins : A set of plugins for Pluma, the MATE text editor.
app-editors / pyvim : An implementation of Vim in Python
app-editors / qhexedit2 : Hex editor library, Qt application written in C++ with Python bindings
app-editors / remarkable : Fully featured markdown editor, supports github markdown dialect
app-editors / retext : Simple editor for Markdown and reStructuredText
app-editors / texworks : Simple interface for working with TeX documents
app-editors / vim : Vim, an improved vi-style text editor
app-emacs / elpy : Emacs Python Development Environment
app-emacs / emacs-ipython-notebook : Jupyter notebook client in Emacs
app-emacs / pymacs : A tool that allows both-side communication between Python and Emacs Lisp
app-emacs / treemacs : Tree style project file explorer
app-emulation / cloud-init : Cloud instance initialisation magic
app-emulation / crossover-bin : Commercial version of app-emulation/wine with paid support
app-emulation / diskimage-builder : Golden Disk Image builder
app-emulation / fs-uae-launcher : PyQt5-based launcher for FS-UAE
app-emulation / glean : Simple program to write static config from config-drive
app-emulation / libguestfs : Tools for accessing, inspecting, and modifying virtual machine (VM) disk images
app-emulation / libvirt : C toolkit to manipulate virtual machines
app-emulation / protontricks : app-emulation/winetricks wrapper for Proton (Steam Play) games
app-emulation / qemu : QEMU + Kernel-based Virtual Machine userland tools
app-emulation / virt-firmware : Tools for ovmf/armvirt firmware volumes
app-emulation / virt-manager : Desktop tool for managing libvirt virtual machines
app-emulation / virtualbox : Family of powerful x86 virtualization products for enterprise and home use
app-emulation / virtualbox-kvm : Family of powerful x86 virtualization products for enterprise and home use
app-emulation / xen : The Xen virtual machine monitor
app-emulation / xen-tools : Xen tools including QEMU and xl
app-eselect / eselect-repository : Manage repos.conf via eselect
app-forensics / afflib : Library that implements the AFF image standard
app-forensics / aflplusplus : Fork of AFL, the popular compile-time instrumentation fuzzer
app-forensics / volatility3 : Framework for analyzing volatile memory
app-forensics / yara-x : A malware identification and classification tool
app-i18n / ibus : Intelligent Input Bus for Linux / Unix OS
app-i18n / ibus-anthy : Japanese Anthy engine for IBus
app-i18n / ibus-cangjie : Chinese Cangjie and Quick engines for IBus
app-i18n / ibus-hangul : Korean Hangul engine for IBus
app-i18n / ibus-libpinyin : Intelligent Pinyin and Bopomofo input methods based on LibPinyin for IBus
app-i18n / ibus-pinyin : Chinese Pinyin and Bopomofo engines for IBus
app-i18n / ibus-table : Tables engines for IBus
app-i18n / ibus-typing-booster : Completion input method for IBus
app-i18n / nkf : Network Kanji code conversion Filter with UTF-8/16 support
app-i18n / opencc : Library for conversion between Traditional and Simplified Chinese characters
app-metrics / collectd : Collects system statistics and provides mechanisms to store the values
app-misc / anki : A spaced-repetition memory training program (flash cards)
app-misc / asciicast-tools : Tools for creating recordings of console sessions
app-misc / asciinema : Command line recorder for asciinema.org service
app-misc / binwalk : Analyzes data for embedded file types
app-misc / byobu : A set of profiles for the GNU Screen console window manager (app-misc/screen)
app-misc / check-jsonschema : A CLI and set of pre-commit hooks for jsonschema validation
app-misc / chkcrontab : A tool to detect crontab errors
app-misc / filebus : A user space multicast named pipe implementation backed by a regular file
app-misc / freewvs : Scans filesystem for known vulnerable web applications
app-misc / golly : simulator for Conway's Game of Life and other cellular automata
app-misc / gramps : Community genealogy program aiming to be both intuitive and feature-complete
app-misc / grc : Generic Colouriser beautifies your logfiles or output of commands
app-misc / hivex : Library for reading and writing Windows Registry 'hive' binary files
app-misc / hyfetch : Neofetch with LGBTQ+ pride flags!
app-misc / icdiff : Colourized diff that supports side-by-side diffing
app-misc / jpipe : Command line interface to JMESPath
app-misc / khal : A CalDAV based calendar
app-misc / khard : Console CardDAV client
app-misc / koleo-cli : A simple CLI for koleo.pl railway planner
app-misc / lcd4linux : A small program that grabs information and displays it on an external LCD
app-misc / lfm : Last File Manager is a powerful file manager for the console
app-misc / liquidctl : Cross-platform tool and drivers for liquid coolers and other devices
app-misc / lirc : decode and send infra-red signals of many commonly used remote controls
app-misc / ola : Open Lighting Architecture, a framework for lighting control information
app-misc / pax-utils : ELF utils that can check files for security relevant properties
app-misc / piper : GTK application to configure gaming devices
app-misc / ranger : Vim-inspired file manager for the console
app-misc / recoll : Personal full text search package
app-misc / resolve-march-native : Resolve GCC flag -march=native
app-misc / solaar : Linux Device Manager for Logitech Unifying Receivers and Paired Devices
app-misc / terminal-colors : A tool to display color charts for 8, 16, 88, and 256 color terminals
app-misc / timew-report : An interface for Timewarrior report data
app-misc / tmux2html : Render full tmux windows or individual panes as HTML
app-misc / tmuxp : tmux session manager. built on libtmux
app-misc / trash-cli : Python scripts to manipulate trash cans via the command line
app-misc / vit : A lightweight, fast, curses-based front end to Taskwarrior
app-misc / votrify : Tool for community verification of Gentoo elections
app-misc / yq : Command-line YAML processor - jq wrapper for YAML documents
app-office / calcurse : A text-based calendar and scheduling application
app-office / gnucash : Personal finance manager
app-office / gnumeric : The GNOME Spreadsheet
app-office / gtg : Personal organizer for the GNOME desktop environment
app-office / impressive : Stylish way of giving presentations with Python
app-office / ledger : Double-entry accounting system with a command-line reporting interface
app-office / libreoffice : A full office productivity suite
app-office / lyx : WYSIWYM (What You See Is What You Mean) document processor based on LaTeX
app-office / scribus : Desktop publishing (DTP) and layout program
app-office / unoconv : Convert between document formats supported by LibreOffice
app-portage / command-not-found : Command-not-found handler for Gentoo
app-portage / diffmask : A utility to maintain package.unmask entries up-to-date with masks
app-portage / elicense : Tool to find installed packages in Gentoo with non-accepted license(s)
app-portage / elogv : Curses based utility to parse the contents of elogs created by Portage
app-portage / elogviewer : Elog viewer for Gentoo
app-portage / elsw : Tool providing a nice way to view the Portage world file
app-portage / esearch : Replacement for 'emerge --search' with search-index
app-portage / fetchcommandwrapper : Wrapper integrating aria2 into portage's FETCHCOMMAND
app-portage / flaggie : A smart CLI mangler for package.* files
app-portage / g-octave : A tool that generates and installs ebuilds for Octave-Forge
app-portage / gemato : Stand-alone Manifest generation & verification tool
app-portage / gentle : Gentoo Lazy Entry - a metadata.xml generator
app-portage / gentoolkit : Collection of administration scripts for Gentoo
app-portage / gentoopm : A common interface to Gentoo package managers
app-portage / gpyutils : Utitilies for maintaining Python packages
app-portage / gverify : gentoo.git signature verification tool
app-portage / kuroneko : Vulnerability checker using data scraped from Gentoo Bugzilla
app-portage / metagen : metadata.xml generator for ebuilds
app-portage / mirrorselect : Tool to help select distfiles mirrors for Gentoo
app-portage / nattka : A New Arch Tester Toolkit -- open-source stable-bot replacement
app-portage / overlint : Simple tool for static analysis of overlays
app-portage / pfl : Searchable online file/package database for Gentoo
app-portage / pkg-testing-tools : Packages testing tools for Gentoo
app-portage / portpeek : A helper program for maintaining the package.keyword and package.unmask files
app-portage / pycargoebuild : A generator for Rust/Cargo ebuilds written in Python
app-portage / recover-broken-vdb : Check Portage's VDB for internal inconsistency on ELF metadata
app-portage / smart-live-rebuild : Check live packages for updates and emerge them as necessary
app-portage / tatt : Arch testing tool
app-portage / time64-prep : A tool to prepare for (comparatively) safe time64 transition
app-portage / unsymlink-lib : Convert your system to SYMLINK_LIB=no
app-shells / autojump : change directory command that learns
app-shells / powerline : The ultimate statusline/prompt utility
app-shells / thefuck : Magnificent app which corrects your previous console command
app-text / asciidoc : A plain text human readable/writable document format
app-text / calibre : Ebook management application
app-text / capyt : A python3 CLI utility to interface with cpy.pt paste service
app-text / cherrytree : A hierarchical note taking application (C++ version)
app-text / cssmin : Python port of the YUI CSS compression algorithm
app-text / dblatex : Transform DocBook using TeX macros
app-text / gnome-doc-utils : A collection of documentation utilities for the Gnome project
app-text / grip : Preview GitHub Markdown files like Readme locally before committing them
app-text / htmlmin : A configurable HTML Minifier with safety features (htmlmin2 fork)
app-text / kbibtex : BibTeX editor to edit bibliographies used with LaTeX
app-text / krop : A tool to crop PDF files
app-text / nfoview : Simple viewer for NFO files, which are ASCII art in the CP437 codepage
app-text / openpaperwork-core : Core part of Paperwork (plugin management)
app-text / openpaperwork-gtk : Paperwork plugins
app-text / paperwork : a personal document manager for scanned documents (and PDFs)
app-text / paperwork-backend : Backend part of Paperwork (Python API, no UI)
app-text / pastebinit : Software that lets you send anything you want directly to a pastebin
app-text / pdfarranger : Merge or split pdfs; rearrange, rotate, crop pages
app-text / pdfminer : Python tool for extracting information from PDF documents
app-text / pelican : A tool to generate a static blog, with restructured text or markdown input files
app-text / restview : reStructuredText viewer
app-text / rnc2rng : RELAX NG Compact to regular syntax conversion library
app-text / rpl : Intelligent recursive search/replace utility
app-text / sigil : Multi-platform WYSIWYG ebook editor for ePub format
app-text / txt2tags : Generate marked up documents (HTML, etc.)from a plain text file with markup
app-text / wiki2beamer : Tool to produce LaTeX Beamer code from wiki-like input
app-text / xapers : Personal document indexing system
app-text / xlsx2csv : Convert MS Office xlsx files to CSV
app-text / xml2rfc : Generates RFCs and IETF drafts from document source in XML
app-text / xmldiff : A tool that figures out the differences between two similar XML files
app-text / yelp-tools : Collection of tools for building and converting documentation
app-vim / gundo : vim plugin: visualize your vim undo tree
app-vim / iris : vim plugin: mail client for vim
app-vim / jedi : vim plugin: binding to the autocompletion library jedi
app-vim / pydoc : vim plugin: integrates python documentation view and search tool
app-vim / splice : vim plugin: resolve conflicts during three-way merges
app-vim / vim-latex : Comprehensive set of tools to view, edit and compile LaTeX documents
app-vim / vimpython : vim plugin: A set of menus/shortcuts to work with Python files
app-vim / voom : vim plugin: emulates a two-pane text outliner
dev-ada / e3-core : Ease the development of portable automated build systems
dev-ada / e3-testsuite : Generic testsuite framework in Python
dev-ada / gnatcoll-bindings : GNAT Component Collection
dev-ada / gnatcoll-db : GNAT Component Collection
dev-ada / gnatdoc : GNAT Documentation Generation Tool
dev-ada / langkit : A Python framework to generate language parsers
dev-ada / langkit-contrib : A Python framework to generate language parsers - Contrib
dev-ada / libadalang : high performance semantic engine for the Ada programming language
dev-build / gyp : GYP (Generate Your Projects) meta-build system
dev-build / kas : Setup tool for bitbake based projects
dev-build / meson : Open source build system
dev-build / meson-format-array : Format shell expressions into a meson array
dev-build / scons : Extensible Python-based build utility
dev-cpp / benchmark : A microbenchmark support library
dev-cpp / ctemplate : A simple but powerful template language for C++
dev-db / barman : Administration tool for disaster recovery of PostgreSQL servers
dev-db / litecli : CLI for SQLite with auto-completion and syntax highlighting
dev-db / mongodb : A high-performance, open source, schema-free document-oriented database
dev-db / mycli : CLI for MySQL Database with auto-completion and syntax highlighting
dev-db / mysql-workbench : MySQL Workbench
dev-db / pg_activity : Realtime PostgreSQL database server monitoring tool
dev-db / pgcli : CLI for Postgres with auto-completion and syntax highlighting
dev-db / pgxnclient : PostgreSQL Extension Network Client
dev-db / postgresql : PostgreSQL RDBMS
dev-db / sqlitestudio : Powerful cross-platform SQLite database manager
dev-db / sqlmap : An automatic SQL injection and database takeover tool
dev-debug / apitrace : Tool for tracing, analyzing, and debugging graphics APIs
dev-debug / d-feet : D-Feet is a powerful D-Bus debugger
dev-debug / drgn : Programmable debugger
dev-debug / gdb : GNU debugger
dev-debug / gef : GDB Enhanced Features for exploit devs & reversers
dev-debug / peda : Python Exploit Development Assistance for GDB
dev-debug / pwndbg : A GDB plug-in that makes debugging with GDB suck less
dev-debug / rr : Record and Replay Framework
dev-debug / systemtap : Linux trace/probe tool
dev-embedded / esptool : Utility to communicate with the ROM bootloader in Espressif ESP8266 and ESP32
dev-embedded / libftdi : Userspace access to FTDI USB interface chips
dev-embedded / nodemcu-uploader : Simple tool for uploading files to the filesystem of an ESP8266 running NodeMCU
dev-embedded / platformio : An open source ecosystem for IoT development
dev-embedded / rpi-eeprom : Updater for Raspberry Pi 4/5 bootloader and the VL805 USB controller
dev-embedded / urjtag : Tool for communicating over JTAG with flash chips, CPUs, and many more
dev-games / freecell-solver : C library for automatically solving Freecell and some other solitaire variants
dev-games / tiled : A general purpose tile map editor
dev-gap / gaplint : Linter for GAP
dev-java / java-config : Java environment configuration query tool
dev-java / javatoolkit : Collection of Gentoo-specific tools for Java
dev-lang / gdl : GNU Data Language
dev-lang / jerryscript : Ultra-lightweight JavaScript engine for the Internet of Things
dev-lang / jsonnet : A data templating language for app and tool developers
dev-lang / qu-prolog : Extended Prolog supporting quantifiers, object-variables and substitutions
dev-lang / scrapscript : Functional, content-addressable programming language
dev-lang / souffle : Datalog compiler, synthesizes C++ program from logic specification
dev-lang / yap : YAP is a high-performance Prolog compiler
dev-libs / Ice : ICE middleware C++ library and generator tools
dev-libs / boost : Boost Libraries for C++
dev-libs / botan : C++ crypto library
dev-libs / boxfort : Convenient & cross-platform sandboxing C library
dev-libs / capstone : disassembly/disassembler framework + bindings
dev-libs / criterion : Cross platform unit testing framework for C and C++
dev-libs / distorm3 : The ultimate disassembler library (X86-32, X86-64)
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
dev-libs / gom : GObject to SQLite object mapper library
dev-libs / imath : Imath basic math package
dev-libs / json-parser : Very low footprint JSON parser written in portable ANSI C
dev-libs / keystone : assembly/assembler framework + bindings
dev-libs / kopeninghours : Library for parsing and evaluating OSM opening hours expressions
dev-libs / libbytesize : Tiny library providing a C "class" for working with arbitrary big byte sizes
dev-libs / libcec : Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor
dev-libs / libcpuid : A small C library for x86 (and x86_64) CPU detection and feature extraction
dev-libs / libdnet : Simplified, portable interface to several low-level networking routines
dev-libs / libgit2-glib : Git library for GLib
dev-libs / libixion : General purpose formula parser & interpreter
dev-libs / liblouis : An open-source braille translator and back-translator
dev-libs / libnl : Libraries providing APIs to netlink protocol based Linux kernel interfaces
dev-libs / liborcus : Standalone file import filter library for spreadsheet documents
dev-libs / libpeas : A GObject plugins library
dev-libs / libpwquality : Library for password quality checking and generating random passwords
dev-libs / libpy : Utilities for writing C++ extension modules
dev-libs / libratbag : Library to configure gaming mice
dev-libs / librelp : An easy to use library for the RELP protocol
dev-libs / libvoikko : Spell checking, hyphenation and morphological analysis tool for Finnish language
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / libxslt : XSLT libraries and tools
dev-libs / link-grammar : A Syntactic English parser
dev-libs / marisa : Matching Algorithm with Recursively Implemented StorAge
dev-libs / newt : Redhat's Newt windowing toolkit development files
dev-libs / pigpio : A library for the Raspberry which allows control of the GPIOs
dev-libs / redland-bindings : Language bindings for Redland
dev-libs / stfl : A library which implements a curses-based widget set for text terminals
dev-libs / tre : Lightweight, robust, and efficient POSIX compliant regexp matching library
dev-libs / tree-sitter-bash : Bash grammar for Tree-sitter
dev-libs / tree-sitter-c : C grammar for Tree-sitter
dev-libs / tree-sitter-cpp : C++ grammar for Tree-sitter
dev-libs / tree-sitter-html : HTML grammar for Tree-sitter
dev-libs / tree-sitter-javascript : JavaScript grammar for Tree-sitter
dev-libs / tree-sitter-json : JSON grammar for Tree-sitter
dev-libs / tree-sitter-lua : Lua grammar for Tree-sitter
dev-libs / tree-sitter-markdown-inline : Markdown-inline grammar for Tree-sitter
dev-libs / tree-sitter-python : Python grammar for Tree-sitter
dev-libs / tree-sitter-query : Tree-sitter query grammar for Tree-sitter
dev-libs / tree-sitter-ruby : Ruby grammar for Tree-sitter
dev-libs / tree-sitter-rust : Rust grammar for Tree-sitter
dev-libs / tree-sitter-vim : Vimscript grammar for Tree-sitter
dev-libs / tree-sitter-vimdoc : Vimdoc grammar for Tree-sitter
dev-libs / volume_key : Library for manipulating and storing storage volume encryption keys
dev-libs / xapian-bindings : SWIG and JNI bindings for Xapian
dev-python / a2wsgi : Convert WSGI app to ASGI app or ASGI app to WSGI app
dev-python / absl-py : Abseil Python Common Libraries
dev-python / accessible-pygments : A collection of accessible pygments styles
dev-python / adblock : Python wrapper for Brave's adblocking library, which is written in Rust
dev-python / agate : A Python data analysis library that is optimized for humans instead of machines
dev-python / agate-dbf : Adds read support for DBF files to agate
dev-python / agate-excel : Adds read support for Excel files (xls and xlsx) to agate
dev-python / agate-sql : Adds SQL read/write support to agate
dev-python / aiocache : Asyncio cache manager
dev-python / aiodns : Simple DNS resolver for asyncio
dev-python / aiofiles : File support for asyncio
dev-python / aiohappyeyeballs : Happy Eyeballs for pre-resolved hosts
dev-python / aiohttp : HTTP client/server for asyncio
dev-python / aiohttp-cors : Implements CORS support for aiohttp asyncio-powered asynchronous HTTP server
dev-python / aiohttp-oauthlib : This project provides first-class OAuth library support for aiohttp
dev-python / aiohttp-socks : SOCKS proxy connector for aiohttp
dev-python / aiohttp-theme : Sphinx theme for aiohttp
dev-python / aioitertools : itertools and builtins for AsyncIO and mixed iterables
dev-python / aiopylgtv : Python library to control webOS-based LG TV devices
dev-python / aioquic : An implementation of QUIC and HTTP/3
dev-python / aioresponses : Helper to mock/fake web requests in Python's aiohttp package
dev-python / aiorpcx : Generic async RPC implementation, including JSON-RPC
dev-python / aiosignal : A list of registered asynchronous callbacks
dev-python / aiosmtpd : Reimplementation of the Python stdlib smtpd.py based on asyncio
dev-python / aiosqlite : asyncio bridge to the standard sqlite3 module
dev-python / aiostream : Generator-based operators for asynchronous iteration
dev-python / aiounittest : Test asyncio code more easily
dev-python / ajsonrpc : Async JSON-RPC 2.0 protocol + server powered by asyncio
dev-python / alabaster : A configurable sidebar-enabled Sphinx theme
dev-python / alembic : Database migrations tool, written by the author of SQLAlchemy
dev-python / allpairspy : Pairwise test combinations generator
dev-python / amodem : Transmit data between two computers using audio
dev-python / amqp : Low-level AMQP client for Python (fork of amqplib)
dev-python / aniso8601 : A library for parsing ISO 8601 strings
dev-python / annotated-types : Reusable constraint types to use with typing.Annotated
dev-python / ansi : ANSI cursor movement and graphics in Python
dev-python / ansi2html : Convert text with ANSI color codes to HTML
dev-python / ansible-compat : Contains functions that facilitate working with various versions of Ansible
dev-python / ansible-pygments : Pygments lexer and style Ansible snippets
dev-python / ansicolor : Produce ansi color output and colored highlighting and diffing
dev-python / antlr4-python3-runtime : Python 3 runtime for ANTLR
dev-python / anyascii : Unicode to ASCII transliteration
dev-python / anyio : Compatibility layer for multiple asynchronous event loop implementations
dev-python / anyioutils : Utility classes and functions for AnyIO
dev-python / apache-libcloud : Unified Interface to the Cloud - python support libs
dev-python / apipkg : Namespace control and lazy-import mechanism
dev-python / apispec : A pluggable API specification generator
dev-python / appdirs : Module for determining appropriate platform-specific dirs
dev-python / apprise : Push Notifications that work with just about every platform
dev-python / apscheduler : In-process task scheduler with Cron-like capabilities
dev-python / apsw : APSW - Another Python SQLite Wrapper
dev-python / argcomplete : Bash tab completion for argparse
dev-python / argh : A simple argparse wrapper
dev-python / argon2-cffi : CFFI bindings to the Argon2 password hashing library
dev-python / argon2-cffi-bindings : Low-level CFFI bindings for the Argon2 password hashing library
dev-python / argparse-addons : Additional Python argparse types and actions
dev-python / argparse-manpage : Automatically build man-pages for your Python project
dev-python / arpeggio : Parser interpreter based on PEG grammars
dev-python / arrow : Better dates and times for Python
dev-python / arsenic : Asynchronous WebDriver client
dev-python / asgiref : ASGI utilities (successor to WSGI)
dev-python / asn1crypto : Python ASN.1 library with a focus on performance and a pythonic API
dev-python / asteval : Evaluator of Python expression using ast module
dev-python / astor : Read/rewrite/write Python ASTs
dev-python / astroid : Abstract Syntax Tree for logilab packages
dev-python / asttokens : Annotate Python AST trees with source text and token information
dev-python / async-lru : Simple lru_cache for asyncio
dev-python / async-timeout : Timeout context manager for asyncio programs
dev-python / asyncssh : Asynchronous SSHv2 client and server library
dev-python / asyncstdlib : The missing async toolbox
dev-python / atomicwrites : Atomic file writes
dev-python / atpublic : A decorator to populate __all__ and the module globals
dev-python / attrs : Attributes without boilerplate
dev-python / audioread : Wrapper for audio file decoding using FFmpeg or GStreamer
dev-python / authres : Parse and generate Authentication-Results headers
dev-python / autobahn : WebSocket and WAMP for Twisted and Asyncio
dev-python / autocommand : Library to create a command-line program from a function
dev-python / automat : Self-service finite-state machines for the programmer on the go
dev-python / autopage : A library to provide automatic paging for console output
dev-python / autopep8 : Automatically formats Python code to conform to the PEP 8 style guide
dev-python / autoprop : Infer properties from accessor methods
dev-python / aws-sam-translator : A library that transform SAM templates into AWS CloudFormation templates
dev-python / aws-xray-sdk : AWS X-Ray SDK for Python
dev-python / babel : Collection of tools for internationalizing Python applications
dev-python / babelfish : Python library to work with countries and languages
dev-python / backoff : Function decoration for backoff and retry
dev-python / backports-ssl-match-hostname : The ssl.match_hostname() function from Python 3.7
dev-python / backports-strenum : Create enumerated constants that are also subclasses of str
dev-python / backports-tarfile : Backport of CPython tarfile module (from Python 3.12)
dev-python / backrefs : Wrapper around re or regex that adds additional back references
dev-python / bandit : A security linter from OpenStack Security
dev-python / bareos : python bindings for bareos network backup suite
dev-python / bashate : A pep8 equivalent for bash scripts
dev-python / basho-erlastic : Erlang binary term codec and port interface
dev-python / bcrypt : Modern password hashing for software and servers
dev-python / beartype : Unbearably fast runtime type checking in pure Python
dev-python / beautifulsoup4 : Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree
dev-python / beniget : Extract semantic information about static Python code
dev-python / betamax : python-requests HTTP exchanges recorder
dev-python / betamax-matchers : A group of experimental matchers for Betamax
dev-python / betterproto : A better Protobuf / gRPC generator & library
dev-python / bibtexparser : A BibTeX parser written in Python
dev-python / binaryornot : Ultra-lightweight pure Python package to guess whether a file is binary or text
dev-python / bincopy : Mangling of various file formats that conveys binary information
dev-python / bitarray : Efficient arrays of booleans -- C extension
dev-python / bitstring : A pure Python module for creation and analysis of binary data
dev-python / bitvector : A pure-Python memory-efficient packed representation for bit arrays
dev-python / black : The uncompromising Python code formatter
dev-python / blake3 : Python bindings for the BLAKE3 cryptographic hash function
dev-python / bleach : An easy whitelist-based HTML-sanitizing tool
dev-python / blessed : Library for making terminal apps using colors, keyboard input and positioning
dev-python / blinker : Fast, simple object-to-object and broadcast signaling
dev-python / blosc : High performance compressor optimized for binary data
dev-python / bluelet : Module for pure Python asynchronous I/O using coroutines
dev-python / blurb : Tool to create and manage NEWS blurbs for CPython
dev-python / boltons : Pure-python utilities in the same spirit as the standard library
dev-python / boolean-py : Define boolean algebras, create and parse boolean expressions
dev-python / boto3 : The AWS SDK for Python
dev-python / botocore : Low-level, data-driven core of boto 3
dev-python / bottle : A fast and simple micro-framework for small web-applications
dev-python / bottleneck : Fast NumPy array functions written in C
dev-python / bpython : Syntax highlighting and autocompletion for the Python interpreter
dev-python / bracex : Bash style brace expansion for Python
dev-python / braintree : Braintree Python Library
dev-python / breathe : Sphinx Doxygen renderer
dev-python / brotlicffi : Python binding to the Brotli library
dev-python / browser-cookie3 : Loads cookies from your browser into a cookiejar object
dev-python / btrfs : Python module to inspect btrfs filesystems
dev-python / btrfsutil : Library for managing Btrfs filesystems
dev-python / build : A simple, correct PEP517 package builder
dev-python / cachecontrol : httplib2 caching for requests
dev-python / cachelib : Collection of cache libraries in the same API interface. Extracted from werkzeug
dev-python / cachetools : Extensible memoizing collections and decorators
dev-python / cairocffi : CFFI-based drop-in replacement for Pycairo
dev-python / caldav : CalDAV (RFC4791) client library for Python
dev-python / calver : Setuptools extension for CalVer package versions
dev-python / cangjie : Python wrapper for libcangjie
dev-python / canonicaljson : Canonical JSON
dev-python / capturer : Easily capture stdout/stderr of the current process and subprocesses
dev-python / casttube : casttube provides a way to interact with the Youtube Chromecast api
dev-python / cattrs : Composable complex class support for attrs and dataclasses
dev-python / cbor2 : Pure Python CBOR (de)serializer with extensive tag support
dev-python / cerberus : A lightweight and extensible data-validation library for Python
dev-python / certifi : A certifi hack to use system trust store on Linux/FreeBSD
dev-python / cffi : Foreign Function Interface for Python calling C code
dev-python / cfgv : Validate configuration and produce human-readable error messages
dev-python / cfn-lint : CloudFormation Linter
dev-python / cftime : Time-handling functionality from netcdf4-python
dev-python / chainstream : Chain I/O-Streams together into a single stream
dev-python / chameleon : Fast HTML/XML template compiler for Python
dev-python / characteristic : Python attributes without the boilerplate
dev-python / chardet : Universal encoding detector
dev-python / charset-normalizer : The Real First Universal Charset Detector
dev-python / chart-studio : Browser-based graphing library for Python
dev-python / cheetah3 : Python-powered template engine and code generator
dev-python / cheroot : High-performance, pure-Python HTTP server used by CherryPy
dev-python / cherrypy : CherryPy is a pythonic, object-oriented HTTP framework
dev-python / chump : API wrapper for Pushover
dev-python / cjkwrap : A library for wrapping and filling UTF-8 CJK text
dev-python / clang : Python bindings for llvm-core/clang
dev-python / cleo : Python tool for building testable command-line interfaces
dev-python / cli-helpers : Python helpers for common CLI tasks
dev-python / cli-ui : Python library for better command line interfaces
dev-python / click : A Python package for creating beautiful command line interfaces
dev-python / click-default-group : Extends click.Group to invoke a command without explicit subcommand name
dev-python / click-didyoumean : Enable git-like did-you-mean feature in click
dev-python / click-help-colors : Colorization of help messages in Click
dev-python / click-log : Logging integration for Click
dev-python / click-option-group : Click-extension package that adds option groups missing in Click
dev-python / click-plugins : Module for click to enable registering CLI commands via entry points
dev-python / click-threading : Multithreaded Click apps made easy
dev-python / cliff : Command Line Interface Formulation Framework
dev-python / clikit : Group of utilities to build beautiful and testable command line interfaces
dev-python / clint : Python Command-line Application Tools
dev-python / cloudpickle : Extended pickling support for Python objects
dev-python / cloudscraper : A Python module to bypass Cloudflare's anti-bot page
dev-python / clr-loader : Generic pure Python loader for .NET runtimes
dev-python / cmd2 : Extra features for standard library's cmd module
dev-python / colorama : ANSI escape character sequences for colored terminal text & cursor positioning
dev-python / colorclass : Colorful worry-free console applications for multiple platforms
dev-python / colored-traceback : Automatically color Python's uncaught exception tracebacks
dev-python / coloredlogs : Colored stream handler for the logging module
dev-python / colorful : Terminal string styling done right, in Python
dev-python / colorlog : Log formatting with colors
dev-python / colour : Python color representations manipulation library
dev-python / comm : Jupyter Python Comm implementation, for usage in ipykernel, xeus-python
dev-python / commentjson : Add Python and JavaScript style comments in your JSON files
dev-python / commonmark : Python parser for the CommonMark Markdown spec
dev-python / configargparse : Drop-in replacement for argparse supporting config files and env variables
dev-python / configclass : A Python to class to hold configuration values
dev-python / configobj : Simple config file reader and writer
dev-python / configshell-fb : A Python library for building configuration shells
dev-python / configupdater : Parser like ConfigParser but for updating configuration files
dev-python / confusable-homoglyphs : Detect confusable usage of unicode homoglyphs, prevent homograph attacks
dev-python / confuse : Confuse is a configuration library for Python that uses YAML
dev-python / cons : Implementation of Lisp/Scheme-like cons in Python
dev-python / consonance : WhatsApp's handshake implementation using Noise Protocol
dev-python / constantly : Symbolic constants in Python
dev-python / construct : A powerful declarative parser for binary data
dev-python / contourpy : Python library for calculating contours in 2D quadrilateral grids
dev-python / conway-polynomials : Python interface to Frank Lübeck's Conway polynomial database
dev-python / cookies : Friendlier RFC 6265-compliant cookie parser/renderer
dev-python / coverage : Code coverage measurement for Python
dev-python / cppheaderparser : Parse C++ header files and generate a data structure
dev-python / cppy : C++ header library which makes it easier to write Python extension modules
dev-python / cramjam : Thin Python bindings to de/compression algorithms in Rust
dev-python / crashtest : Python library that makes exceptions handling and inspection easier
dev-python / crc32c : CRC32c algorithm in hardware and software
dev-python / crcmod : Python CRC Generator module
dev-python / crispy-bootstrap3 : Bootstrap3 template pack for django-crispy-forms
dev-python / crispy-bootstrap4 : Bootstrap4 template pack for django-crispy-forms
dev-python / crispy-bootstrap5 : Bootstrap5 template pack for django-crispy-forms
dev-python / croniter : Python module to provide iteration for datetime object
dev-python / cryptography : Library providing cryptographic recipes and primitives
dev-python / cson : A python parser for the Coffeescript Object Notation (CSON)
dev-python / css-parser : A CSS Cascading Style Sheets library (fork of cssutils)
dev-python / csscompressor : A python port of YUI CSS Compressor
dev-python / cssselect : Parse CSS3 Selectors and translate them to XPath 1.0
dev-python / cssselect2 : Parses CSS3 Selectors and translates them to XPath 1.0
dev-python / cssutils : A CSS Cascading Style Sheets library
dev-python / cstruct : C-style structs for Python
dev-python / csvkit : A suite of utilities for converting to and working with CSV
dev-python / curtsies : Curses-like terminal wrapper, with colored strings
dev-python / cvxopt : Python package for convex optimization
dev-python / cwcwidth : Python bindings for wc(s)width
dev-python / cycler : Composable style cycles
dev-python / cypari2 : Cython interface to PARI
dev-python / cysignals : Interrupt and signal handling for Cython
dev-python / cython : A Python to C compiler
dev-python / cython-test-exception-raiser : A trivial extension that just raises an exception (for testing)
dev-python / daemonize : Library for writing system daemons in Python
dev-python / datastructclass : A dataclass with struct-like semantics
dev-python / dbfread : Read DBF Files with Python
dev-python / dbus-fast : A faster version of dbus-next
dev-python / dbus-next : The next great DBus library for Python with asyncio support
dev-python / dbus-python : Python bindings for the D-Bus messagebus
dev-python / dbutils : Database connections for multi-threaded environments
dev-python / ddt : Data-Driven/Decorated Tests
dev-python / debtcollector : Python deprecation patterns and strategies that collect technical debt
dev-python / decorator : Simplifies the usage of decorators for the average programmer
dev-python / deepdiff : A library for comparing dictionaries, iterables, strings and other objects
dev-python / deepmerge : Tools to handle merging of nested data structures in python
dev-python / defusedxml : XML bomb protection for Python stdlib modules, an xml serialiser
dev-python / denonavr : Automation Library for Denon AVR receivers
dev-python / dep-logic : Python dependency specifications supporting logical operations
dev-python / dependency-groups : A tool for resolving PEP 735 Dependency Group data
dev-python / deprecated : Python @deprecated decorator to deprecate old API
dev-python / deprecation : A library to handle automated deprecations
dev-python / dict2xml : Small utility to convert a python dictionary into an XML string
dev-python / dictdiffer : Dictdiffer is a library that helps you to diff and patch dictionaries
dev-python / diff-match-patch : Diff, match and patch algorithms for plain text
dev-python / dill : Serialize all of Python (almost)
dev-python / dirty-equals : Doing dirty (but extremely useful) things with equals
dev-python / discid : Python bindings for libdiscid
dev-python / diskcache : Disk and file backed cache
dev-python / dissononce : A python implementation for Noise Protocol Framework
dev-python / distlib : Low-level components of distutils2/packaging
dev-python / distro : Reliable machine-readable Linux distribution information for Python
dev-python / dj-database-url : Use Database URLs in your Django Application
dev-python / dj-email-url : Use an URL to configure email backend settings in your Django Application
dev-python / dj-search-url : Use Search URLs in your Django Haystack Application
dev-python / django : High-level Python web framework
dev-python / django-auth-ldap : Django LDAP authentication backend
dev-python / django-bootstrap5 : Bootstrap 5 for Django.
dev-python / django-cache-url : Use Cache URLs in your Django application
dev-python / django-cacheops : ORM cache with automatic granular event-driven invalidation for Django
dev-python / django-configurations : A helper for organizing Django settings
dev-python / django-cors-headers : Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses
dev-python / django-crispy-forms : DRY Django forms
dev-python / django-debug-toolbar : A configurable set of panels that display various debug information
dev-python / django-filter : Django app allowing declarative dynamic QuerySet filtering from URL parameters
dev-python / django-js-asset : Script tag with additional attributes for django.forms.Media
dev-python / django-otp : Django framework adding two-factor authentication using one-time passwords
dev-python / django-polymorphic : Seamless Polymorphic Inheritance for Django Models
dev-python / django-prometheus : Library to export Django metrics for Prometheus
dev-python / django-redis : Full featured redis cache backend for Django
dev-python / django-registration : user-registration application for Django
dev-python / django-sortedm2m : Drop-in replacement for django's many to many field with sorted relations
dev-python / django-tables2 : Table/data-grid framework for Django
dev-python / django-taggit : Simple tagging for Django
dev-python / django-timezone-field : A Django app providing database and form fields for timezone objects
dev-python / djangorestframework : Web APIs with django made easy
dev-python / dkimpy : DKIM and ARC email signing and verification library
dev-python / dns-lexicon : Manipulate DNS records on various DNS providers in a standardized/agnostic way
dev-python / dnspython : DNS toolkit for Python
dev-python / doc8 : Style checker for Sphinx (or other) RST documentation
dev-python / docker : Python client for Docker
dev-python / dockerpty : Python library to use the pseudo-tty of a docker container
dev-python / docopt : Pythonic argument parser, that will make you smile
dev-python / docstring-to-markdown : On the fly conversion of Python docstrings to markdown
dev-python / docutils : Python Documentation Utilities (reference reStructuredText impl.)
dev-python / docutils-glep : Gentoo GLEP support for docutils
dev-python / dogpile-cache : A locking API for expiring values while a single thread generates a new value
dev-python / doit : Automation tool
dev-python / doit-py : doit tasks for python stuff
dev-python / dominate : Library for creating and manipulating HTML documents using an elegant DOM API
dev-python / doublex : Python test doubles
dev-python / doublex-expects : Expects matchers for Doublex test doubles assertions
dev-python / dparse : A parser for Python dependency files
dev-python / dulwich : Pure-Python implementation of the Git file formats and protocols
dev-python / easy-thumbnails : Easy thumbnails for Django
dev-python / easyprocess : Easy to use Python subprocess interface
dev-python / ecdsa : ECDSA cryptographic signature library in pure Python
dev-python / editables : A Python library for creating 'editable wheels'
dev-python / editorconfig : Clone of EditorConfig core written in Python
dev-python / elastic-transport : Transport classes and utilities shared among Python Elastic client libraries
dev-python / elasticsearch : Official Elasticsearch client library for Python
dev-python / elementpath : XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
dev-python / email-validator : A robust email syntax and deliverability validation library
dev-python / emcee : Python ensemble sampling toolkit for affine-invariant MCMC
dev-python / emoji : Emoji for Python
dev-python / enrich : Extend rich functionality
dev-python / entrypoint2 : Easy to use command-line interface for python modules
dev-python / entrypoints : Discover and load entry points from installed packages
dev-python / environs : Python library for simplified environment variable parsing
dev-python / enzyme : Python video metadata parser
dev-python / ephemeral-port-reserve : Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind it
dev-python / eradicate : Removes commented-out code from Python files
dev-python / et-xmlfile : An implementation of lxml.xmlfile for the standard library
dev-python / etuples : Python S-expression emulation using tuple-like objects
dev-python / evdev : Python library for evdev bindings
dev-python / events : Bringing the elegance of C# EventHandler to Python
dev-python / ewmh : An implementation of Extended Window Manager Hints, based on Xlib
dev-python / exceptiongroup : Backport of PEP 654 (exception groups)
dev-python / execnet : Rapid multi-Python deployment
dev-python / executing : Get information about what a Python frame is currently doing
dev-python / expandvars : Expand system variables Unix style
dev-python / expects : Expressive and extensible TDD/BDD assertion library for Python
dev-python / extras : Useful extra bits for Python that should be in the standard library
dev-python / eyed3 : Module for manipulating ID3 (v1 + v2) tags in Python
dev-python / faker : A Python package that generates fake data for you
dev-python / fakeredis : Fake implementation of redis API for testing purposes
dev-python / fastbencode : Implementation of bencode with optional fast C extensions
dev-python / fasteners : Python package that provides useful locks
dev-python / fastimport : Library for parsing the fastimport VCS serialization format
dev-python / fastjsonschema : Fast JSON schema validator for Python
dev-python / faust-cchardet : High speed universal character encoding detector
dev-python / feedgenerator : Standalone version of django.utils.feedgenerator
dev-python / feedparser : Parse RSS and Atom feeds in Python
dev-python / ffmpeg-python : Python bindings for FFmpeg with complex filtering support
dev-python / fido2 : Python based FIDO 2.0 library
dev-python / fields : Container class boilerplate killer
dev-python / filebytes : Classes/Types to read and edit executable files
dev-python / filelock : A platform independent file lock for Python
dev-python / filetype : Small, dependency-free, fast Python package to infer binary file types checking
dev-python / findimports : Python module import analysis tool
dev-python / findpython : A utility to find python versions on your system
dev-python / fitsio : Python library to read from and write to FITS files
dev-python / fixtures : Fixtures, reusable state for writing clean tests and more
dev-python / flake8 : A wrapper around PyFlakes, pep8 & mccabe
dev-python / flaky : Plugin for pytest that automatically reruns flaky tests
dev-python / flasgger : Easy OpenAPI specs and Swagger UI for your Flask API
dev-python / flask : A microframework based on Werkzeug, Jinja2 and good intentions
dev-python / flask-api : Browsable web APIs for Flask
dev-python / flask-babel : i18n and l10n support for Flask based on Babel and pytz
dev-python / flask-caching : Adds caching support to Flask applications
dev-python / flask-compress : Compress responses in your Flask app with gzip
dev-python / flask-cors : A Flask extension for Cross Origin Resource Sharing (CORS)
dev-python / flask-debug : Flask extension that displays various debugging insights during development
dev-python / flask-htmlmin : Minimize your flask rendered html
dev-python / flask-login : Login session support for Flask
dev-python / flask-migrate : SQLAlchemy database migrations for Flask applications using Alembic
dev-python / flask-nav : Easily create navigation for Flask applications
dev-python / flask-paginate : Pagination support for flask
dev-python / flask-paranoid : Simple user session protection extension for Flask
dev-python / flask-sphinx-themes : Sphinx Themes for Flask related projects and Flask itself
dev-python / flask-sqlalchemy : SQLAlchemy support for Flask applications
dev-python / flatbuffers : RFC 7049 - Concise Binary Object Representation
dev-python / flatdict : Python module for interacting with nested dicts
dev-python / fleep : File format determination library for Python
dev-python / flexmock : Testing library to create mocks, stubs and fakes
dev-python / flit : Simplified packaging of Python modules
dev-python / flit-core : Simplified packaging of Python modules (core module)
dev-python / flit-scm : A PEP 518 build backend combining flit with setuptools_scm
dev-python / flufl-lock : NFS-safe file locking with timeouts for POSIX systems
dev-python / fonttools : Library for manipulating TrueType, OpenType, AFM and Type1 fonts
dev-python / fpylll : Python bindings for sci-libs/fplll
dev-python / fqdn : RFC-compliant FQDN validation and manipulation for Python
dev-python / freetype-py : FreeType Python bindings
dev-python / freezegun : Let your Python tests travel through time
dev-python / fritzconnection : Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP
dev-python / frozen-flask : Freezes a Flask application into a set of static files
dev-python / frozenlist : A list-like structure which implements collections.abc.MutableSequence
dev-python / fs : Filesystem abstraction layer
dev-python / fsspec : A specification that python filesystems should adhere to
dev-python / ftfy : Fixes mojibake and other problems with Unicode, after the fact
dev-python / fullmoon : Determine full moon occurences
dev-python / funcparserlib : Recursive descent parsing library based on functional combinators
dev-python / funcy : A collection of fancy functional tools focused on practicality
dev-python / furo : Clean customisable Sphinx documentation theme
dev-python / fuzzywuzzy : Fuzzy string matching in python
dev-python / gast : A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)
dev-python / gdb-pt-dump : Examine the address space of a QEMU-based virtual machine
dev-python / genshi : Python toolkit for stream-based generation of output for the web
dev-python / genson : GenSON is a powerful, user-friendly JSON Schema generator built in Python
dev-python / genty : Allows you to run a test with multiple data sets
dev-python / geographiclib : Python implementation of the geodesic routines
dev-python / gfloat : Generic floating-point types in Python
dev-python / gherkin-official : Gherkin parser/compiler for Python
dev-python / ghp-import : Copy your docs directly to the gh-pages branch
dev-python / git-review : Tool to submit code to Gerrit
dev-python / gitdb : GitDB is a pure-Python git object database
dev-python / github3-py : A wrapper for the GitHub API written in python
dev-python / gitpython : Library used to interact with Git repositories
dev-python / gmpy2 : Python bindings for GMP, MPC, MPFR and MPIR libraries
dev-python / google-api-core : Core Library for Google Client Libraries
dev-python / google-api-python-client : Google API Client for Python
dev-python / google-auth : Google Authentication Library
dev-python / google-auth-httplib2 : httplib2 Transport for Google Auth
dev-python / google-auth-oauthlib : Google Authentication Library
dev-python / google-i18n-address : Google's i18n address metadata repository
dev-python / google-pasta : AST-based Python refactoring library
dev-python / googleapis-common-protos : Python classes generated from the common protos in the googleapis repository
dev-python / gpep517 : A backend script to aid installing Python packages in Gentoo
dev-python / gpt-image : Tool to create GPT disk image files
dev-python / graph-tool : An efficient python module for manipulation and statistical analysis of graphs
dev-python / graphviz : Simple Python interface for Graphviz
dev-python / greenlet : Lightweight in-process concurrent programming
dev-python / greenstalk : Python 3 client for the beanstalkd work queue
dev-python / griddataformats : Reading and writing of data on regular grids in Python
dev-python / griffe : Signature generator for Python programs
dev-python / grpcio : HTTP/2-based RPC framework
dev-python / grpcio-status : Reference package for GRPC Python status proto mapping
dev-python / grpclib : Pure-Python gRPC implementation for asyncio
dev-python / gsd : GSD - file format specification and a library to read and write it
dev-python / gssapi : Low and high level wrappers around the GSSAPI C libraries
dev-python / gst-python : A Python Interface to GStreamer
dev-python / guessit : Python library for guessing information from video filenames
dev-python / h11 : A pure-Python implementation of HTTP/1.1 inspired by hyper-h2
dev-python / h2 : HTTP/2 State-Machine based protocol implementation
dev-python / h5py : Simple Python interface to HDF5 files
dev-python / happybase : A developer-friendly Python library to interact with Apache HBase
dev-python / hatch : Modern, extensible Python project management
dev-python / hatch-fancy-pypi-readme : Fancy PyPI READMEs with Hatch
dev-python / hatch-jupyter-builder : A hatch plugin to help build Jupyter packages
dev-python / hatch-nodejs-version : Hatch plugin for versioning from a package.json file
dev-python / hatch-vcs : Hatch plugin for versioning with your preferred VCS
dev-python / hatchling : Modern, extensible Python build backend
dev-python / hcloud : Official Hetzner Cloud python library
dev-python / helpdev : Helping users and developers to get information about the environment
dev-python / hidapi : A Cython interface to HIDAPI library
dev-python / hiredis : Python extension that wraps hiredis
dev-python / hishel : An elegant HTTP Cache implementation for HTTPX and HTTP Core
dev-python / housekeeping : Reusable deprecation helpers for Python projects
dev-python / hpack : Pure-Python HPACK header compression
dev-python / html2text : Turn HTML into equivalent Markdown-structured text
dev-python / html5-parser : Fast C based HTML 5 parsing for python
dev-python / html5lib : HTML parser based on the HTML5 specification
dev-python / httmock : A mocking library for requests
dev-python / httpauth : A WSGI middleware that secures routes using HTTP Digest Authentication
dev-python / httpbin : HTTP Request and Response Service
dev-python / httpcore : A minimal low-level HTTP client
dev-python / httplib2 : A comprehensive HTTP client library
dev-python / httpretty : HTTP client mock for Python
dev-python / httptools : A collection of framework independent HTTP protocol utils
dev-python / httpx : Fully-featured HTTP client which provides sync and async APIs
dev-python / httpx-socks : Proxy (HTTP, SOCKS) transports for httpx
dev-python / huawei-lte-api : API For huawei LAN/WAN LTE Modems
dev-python / humanfriendly : Human friendly output for text interfaces using Python
dev-python / humanize : Common humanization utilities
dev-python / hvac : HashiCorp Vault API client
dev-python / hypercorn : A ASGI Server based on Hyper libraries and inspired by Gunicorn
dev-python / hyperframe : HTTP/2 framing layer for Python
dev-python / hyperlink : A featureful, correct URL for Python
dev-python / hypothesis : A library for property based testing
dev-python / icalendar : Package used for parsing and generating iCalendar files (RFC 2445)
dev-python / id : A tool for generating OIDC identities
dev-python / identify : File identification library for Python
dev-python / idna : Internationalized Domain Names in Applications (IDNA)
dev-python / ifaddr : Enumerate IP addresses on the local network adapters
dev-python / ijson : Iterative JSON parser with a Pythonic interface
dev-python / imageio : Python library for reading and writing image data
dev-python / imageio-ffmpeg : FFMPEG wrapper for Python
dev-python / imagesize : Pure Python module for getting image size from png/jpeg/jpeg2000/gif files
dev-python / imapclient : easy-to-use, pythonic, and complete IMAP client library
dev-python / iminuit : Minuit numerical function minimization in Python
dev-python / immutabledict : An immutable wrapper around dictionaries
dev-python / immutables : A high-performance immutable mapping type for Python
dev-python / importlib-metadata : Read metadata from Python packages
dev-python / importlib-resources : Read resources from Python packages
dev-python / incremental : Incremental is a small library that versions your Python projects
dev-python / indexed-gzip : Fast random access of gzip files in Python
dev-python / inflect : Correctly inflect words and numbers
dev-python / inflection : A port of Ruby on Rails' inflector to Python
dev-python / ini2toml : Automatically conversion of .ini/.cfg files to TOML equivalents
dev-python / iniconfig : Brain-dead simple config-ini parsing
dev-python / iniparse : Better INI parser for Python
dev-python / inline-snapshot : Create and update inline snapshots in your Python tests
dev-python / insipid-sphinx-theme : Insipid Sphinx theme
dev-python / installer : A library for installing Python wheels
dev-python / intelhex : Python library for Intel HEX files manipulations
dev-python / intervaltree : Editable interval tree data structure for Python 2 and 3
dev-python / iocapture : Capture stdout, stderr easily
dev-python / ioctl-opt : Linux's ioctl.h for Python
dev-python / ioflo : Automated Reasoning Engine and Flow Based Programming Framework
dev-python / ipaddr : Python IP address manipulation library
dev-python / ipdb : IPython-enabled pdb
dev-python / ipy : Class and tools for handling of IPv4 and IPv6 addresses and networks
dev-python / ipykernel : IPython Kernel for Jupyter
dev-python / ipyparallel : Interactive Parallel Computing with IPython
dev-python / ipython : Advanced interactive shell for Python
dev-python / ipython-genutils : Vestigial utilities from IPython
dev-python / ipython-pygments-lexers : Pygments lexers for syntax-highlighting IPython code and sessions
dev-python / ipywidgets : IPython HTML widgets for Jupyter
dev-python / irc : IRC client framework written in Python
dev-python / irctokens : RFC1459 and IRCv3 protocol tokeniser library
dev-python / iso8601 : Simple module to parse ISO 8601 dates
dev-python / isodate : ISO 8601 date/time/duration parser and formatter
dev-python / isoduration : Operations with ISO 8601 durations
dev-python / isort : A python utility/library to sort imports
dev-python / iterable-io : Adapt generators and other iterables to a file-like interface
dev-python / itsdangerous : Various helpers to pass trusted data to untrusted environments and back
dev-python / itunespy : A simple library to fetch data from the iTunes Store API
dev-python / jack-client : JACK Audio Connection Kit client for Python
dev-python / jaconv : Pure-Python Japanese character interconverter
dev-python / jaraco-classes : Classes used by other projects by developer jaraco
dev-python / jaraco-collections : Models and classes to supplement the stdlib collections module
dev-python / jaraco-context : Context managers by jaraco
dev-python / jaraco-env : Facilities for environment variables
dev-python / jaraco-envs : Classes for orchestrating Python (virtual) environments
dev-python / jaraco-functools : Additional functions used by other projects by developer jaraco
dev-python / jaraco-itertools : Tools for working with iterables. Complements itertools and more_itertools
dev-python / jaraco-logging : Additional facilities to supplement Python's stdlib logging module
dev-python / jaraco-path : Miscellaneous path functions
dev-python / jaraco-stream : Routines for handling streaming data
dev-python / jaraco-test : Testing support by jaraco
dev-python / jaraco-text : Text utilities used by other projects by developer jaraco
dev-python / jaraco-vcs : Facilities for working with VCS repositories
dev-python / jaraco-versioning : More sophisticated version manipulation (than packaging)
dev-python / jc : Converts the output of popular command-line tools and file-types to JSON
dev-python / jdcal : Julian dates from proleptic Gregorian and Julian calendars
dev-python / jedi : Autocompletion library for Python
dev-python / jeepney : Low-level, pure Python DBus protocol wrapper
dev-python / jellyfish : Python module for doing approximate and phonetic matching of strings
dev-python / jinja2 : A full-featured template engine for Python
dev-python / jinja2-pluralize : Jinja2 pluralize filters
dev-python / jinja2-time : Jinja2 Extension for Dates and Times
dev-python / jmespath : JSON Matching Expressions
dev-python / joblib : Tools to provide lightweight pipelining in Python
dev-python / josepy : JOSE protocol implementation in Python
dev-python / jq : Python bindings for jq
dev-python / js2py : JavaScript to Python Translator & JavaScript interpreter in Python
dev-python / jschema-to-python : Generate source code for Python classes from a JSON schema
dev-python / jsmin : JavaScript minifier
dev-python / json-rpc : JSON-RPC transport implementation for python
dev-python / json5 : A Python implementation of the JSON5 data format
dev-python / jsondiff : Diff JSON and JSON-like structures in Python
dev-python / jsonext : Well-structured helpers for serializing commonly encountered structures to JSON
dev-python / jsonmerge : Merge a series of JSON documents
dev-python / jsonpatch : Apply JSON-Patches like http://tools.ietf.org/html/draft-pbryan-json-patch-04
dev-python / jsonpath-ng : Python JSONPath Next-Generation
dev-python / jsonpickle : Python library for serializing any arbitrary object graph into JSON
dev-python / jsonpointer : Identify specific nodes in a JSON document (according to draft 08)
dev-python / jsonref : An implementation of JSON Reference for Python
dev-python / jsonrpclib : python implementation of the JSON-RPC spec (1.0 and 2.0)
dev-python / jsonschema : An implementation of JSON-Schema validation for Python
dev-python / jsonschema-path : JSONSchema Spec with object-oriented paths
dev-python / jsonschema-spec : JSONSchema Spec with object-oriented paths
dev-python / jsonschema-specifications : The JSON Schema meta-schemas and vocabularies, exposed as a Registry
dev-python / jsonxs : Get/set values in JSON and Python datastructures
dev-python / junit-xml : Create JUnit XML test result documents
dev-python / jupyter : Jupyter metapackage. Install all the Jupyter components in one go
dev-python / jupyter-client : Jupyter protocol implementation and client libraries
dev-python / jupyter-console : A terminal-based console frontend for Jupyter kernels
dev-python / jupyter-core : Core common functionality of Jupyter projects
dev-python / jupyter-events : Jupyter Event System library
dev-python / jupyter-kernel-test : A tool for testing Jupyter kernels
dev-python / jupyter-lsp : Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab
dev-python / jupyter-packaging : Tools to help build and install Jupyter Python packages
dev-python / jupyter-server : Core services, APIs, and REST endpoints to Jupyter web applications
dev-python / jupyter-server-mathjax : MathJax resources as a Jupyter Server Extension
dev-python / jupyter-server-proxy : Jupyter notebook server extension to proxy web services
dev-python / jupyter-server-terminals : A Jupyter Server Extension Providing Terminals
dev-python / jupyterlab : JupyterLab computational environment
dev-python / jupyterlab-lsp : Coding assistance for JupyterLab with Language Server Protocol
dev-python / jupyterlab-pygments : Pygments theme making use of JupyterLab CSS variables
dev-python / jupyterlab-server : Server components for JupyterLab and JupyterLab like applications
dev-python / jupyterlab-widgets : Jupyter interactive widgets for JupyterLab
dev-python / jwcrypto : Implements JWK,JWS,JWE specifications using python-cryptography
dev-python / k5test : Library for testing Python applications in Kerberos 5 environments
dev-python / kaitaistruct : Kaitai Struct runtime for Python
dev-python / kaptan : Configuration manager in your pocket
dev-python / kconfiglib : A flexible Python Kconfig implementation
dev-python / keep : Personal shell command keeper and snippets manager
dev-python / kerberos : A high-level Python wrapper for Kerberos/GSSAPI operations
dev-python / keyring : Provides access to the system keyring service
dev-python / keyrings-alt : Alternate keyring implementations
dev-python / keystoneauth1 : This package contains tools for authenticating to an OpenStack-based cloud
dev-python / keyutils : A set of python bindings for keyutils
dev-python / kgb : Python function spy support for unit tests
dev-python / kiwisolver : An efficient C++ implementation of the Cassowary constraint solving algorithm
dev-python / klein : Micro-framework for developing production-ready web services with Python
dev-python / kombu : AMQP Messaging Framework for Python
dev-python / krb5 : Kerberos API bindings for Python
dev-python / lark : Python module to propose a modern general-purpose parsing library for Python
dev-python / latexcodec : Lexer and codec to work with LaTeX code in Python
dev-python / latexrestricted : Library for creating executables compatible with LaTeX restricted shell escape
dev-python / lazy-loader : Populate library namespace without incurring immediate import costs
dev-python / lazy-object-proxy : A fast and thorough lazy object proxy
dev-python / ldap3 : A strictly RFC 4511 conforming LDAP V3 pure Python client
dev-python / leather : Python charting for 80% of humans
dev-python / leechcorepyc : Python binding for LeechCore Physical Memory Acquisition Library
dev-python / legacy-cgi : Fork of the standard library cgi and cgitb modules (deprecated)
dev-python / lesscpy : A compiler written in Python for the LESS language
dev-python / levenshtein : Functions for fast computation of Levenshtein distance, and edit operations
dev-python / lhafile : LHA archive support for Python
dev-python / libarchive-c : A Python interface to libarchive
dev-python / libcst : A concrete syntax tree with AST-like properties for Python
dev-python / libevdev : Python wrappers for the libevdev library
dev-python / liblarch : Library to handle directed acyclic graphs
dev-python / libnacl : Python ctypes wrapper for libsodium
dev-python / libsass : A straightforward binding of libsass for Python
dev-python / libtmux : Typed library that provides an ORM wrapper for tmux, a terminal multiplexer
dev-python / libusb1 : Python ctype-based wrapper around libusb1
dev-python / libvirt-python : libvirt Python bindings
dev-python / license-expression : Parse, compare, simplify and normalize license expressions
dev-python / line-profiler : Line-by-line profiler
dev-python / linkify-it-py : Links recognition library with full unicode support
dev-python / linode-metadata : Python bindings for the Linode Metadata Service
dev-python / lit : A stand-alone install of the LLVM suite testing tool
dev-python / littleutils : Small personal collection of Python utility functions
dev-python / livereload : livereload server in Python
dev-python / llfuse : Python bindings for the low-level FUSE API
dev-python / lmdb : Python bindings for the Lightning Database
dev-python / lmfit : Non-Linear Least-Squares Minimization and Curve-Fitting for Python
dev-python / locket : File-based locks for Python
dev-python / lockfile : Platform-independent file locking module
dev-python / logbook : A logging replacement for Python
dev-python / logfury : Boilerplate library for logging method calls
dev-python / logical-unification : Logical unification in Python
dev-python / loguru : Python logging made (stupidly) simple
dev-python / logutils : The logutils package provides a set of handlers for the Python standard
dev-python / loky : Robust and reusable Executor for joblib
dev-python / looseversion : A backwards/forwards-compatible fork of distutils.version.LooseVersion
dev-python / lrcalc : Python bindings for sci-mathematics/lrcalc
dev-python / lxml : A Pythonic binding for the libxml2 and libxslt libraries
dev-python / lxml-html-clean : Separate project for HTML cleaning functionalities copied from lxml.html.clean
dev-python / lz4 : LZ4 Bindings for Python
dev-python / m2crypto : A Python crypto and SSL toolkit
dev-python / magic-wormhole : Get Things From One Computer To Another, Safely
dev-python / magic-wormhole-mailbox-server : Mailbox server for magic-wormhole
dev-python / magic-wormhole-transit-relay : Transit relay server for magic-wormhole
dev-python / makefun : Small library to dynamically create Python functions
dev-python / mako : A Python templating language
dev-python / mamba : Python test runner born under the banner of Behavior Driven Development
dev-python / mando : Create Python CLI apps with little to no effort at all!
dev-python / manuel : Lets you mix and match traditional doctests with custom test syntax
dev-python / mapbox-earcut : Python bindings to the mapbox earcut C++ library
dev-python / mapbox-vector-tile : Mapbox Vector Tile encoding and decoding.
dev-python / markdown : Python implementation of the markdown markup language
dev-python / markdown-exec : Utilities to execute code blocks in Markdown files
dev-python / markdown-include : Python-Markdown extension providing LaTeX-style 'include' function
dev-python / markdown-it-py : Python port of markdown-it, Markdown parser
dev-python / markdown2 : Python Markdown language reimplementation
dev-python / markups : A wrapper around various text markups
dev-python / markupsafe : Implements a XML/HTML/XHTML Markup safe string for Python
dev-python / marshmallow : A library for converting to and from native Python datatypes
dev-python / matplotlib : Pure python plotting library with matlab like syntax
dev-python / matplotlib-inline : Inline Matplotlib backend for Jupyter
dev-python / matplotlib-venn : Plot area-proportional two- and three-way Venn diagrams in matplotlib
dev-python / matrix-common : Common code for Synapse, Sydent and Sygnal
dev-python / matterhook : Interact with Mattermost incoming webhooks easily
dev-python / mcbootflash : Flash firmware to devices running Microchip's 16-bit bootloader
dev-python / mccabe : flake8 plugin: McCabe complexity checker
dev-python / mdit-py-plugins : Collection of plugins for markdown-it-py
dev-python / mdurl : Markdown URL utilities
dev-python / mdx-gh-links : An extension which adds links to GitHub users, repositories, issues and commits
dev-python / mecab-python : Python binding for MeCab
dev-python / mechanicalsoup : A Python library for automating interaction with websites
dev-python / mechanize : Stateful programmatic web browsing in Python
dev-python / mediafile : Read and write audio files' tags in Python
dev-python / memory-allocator : An extension class for memory allocation in cython
dev-python / merge3 : Python implementation of 3-way merge
dev-python / mergedeep : A deep merge tool for Python
dev-python / mergedict : A Python 'dict' with a merge() method
dev-python / meshio : Input/output for many mesh formats
dev-python / meson-python : Meson PEP 517 Python build backend
dev-python / metakernel : Metakernel for Jupyter
dev-python / micawber : A small library for extracting rich content from urls
dev-python / mido : MIDI Objects, a library for working with MIDI messages and ports
dev-python / mimerender : RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2
dev-python / minidb : Simple SQLite-based object store
dev-python / minify-html : Extremely fast and smart HTML + JS + CSS minifier
dev-python / minikanren : Relational programming in Python
dev-python / minimock : The simplest possible mock library
dev-python / miniupnpc : Python bindings for UPnP client library
dev-python / mistletoe : A fast, extensible Markdown parser in pure Python
dev-python / mistune : The fastest markdown parser in pure Python
dev-python / mitmproxy-wireguard : WireGuard frontend for mitmproxy
dev-python / mkautodoc : Auto documentation for MkDocs
dev-python / mkdocs : Project documentation with Markdown
dev-python / mkdocs-autorefs : Automatically link across pages in MkDoc
dev-python / mkdocs-bootstrap : Bootstrap theme for MkDocs
dev-python / mkdocs-bootswatch : Bootswatch themes for MkDocs
dev-python / mkdocs-gen-files : MkDocs plugin to programmatically generate documentation pages during the build
dev-python / mkdocs-get-deps : extension that lists all dependencies according to a mkdocs.yml file
dev-python / mkdocs-git-authors-plugin : Mkdocs plugin to display git authors of a page
dev-python / mkdocs-git-revision-date-localized-plugin : Display the localized date of the last git modification of a markdown file
dev-python / mkdocs-htmlproofer-plugin : A MkDocs plugin that validates URLs in rendered HTML files
dev-python / mkdocs-i18n : MkDocs i18n plugin
dev-python / mkdocs-material : A Material Design theme for MkDocs
dev-python / mkdocs-material-extensions : Extension pack for Python Markdown
dev-python / mkdocs-minify-plugin : An MkDocs plugin to minify HTML and/or JS files prior to being written to disk
dev-python / mkdocs-monorepo-plugin : Build multiple documentation folders in a single Mkdocs
dev-python / mkdocs-pymdownx-material-extras : Custom alterations based on Mkdocs-Material
dev-python / mkdocs-redirects : Plugin for Mkdocs page redirects
dev-python / mkdocs-static-i18n : MkDocs i18n plugin using static translation markdown files
dev-python / mkdocstrings : Automatic documentation from sources, for MkDocs
dev-python / mkdocstrings-python : Python handler for dev-python/mkdocstrings
dev-python / ml-dtypes : A stand-alone implementation of several NumPy dtype extensions
dev-python / mmtf-python : The python implementation of the MMTF API, decoder and encoder
dev-python / mock : Rolling backport of unittest.mock for all Pythons
dev-python / moddb : Python scrapper to access ModDB mods, games and more as objects
dev-python / more-itertools : More routines for operating on iterables, beyond itertools
dev-python / moto : Mock library for boto
dev-python / mpdlcd : A small tool to display the MPD status on a LCDproc server
dev-python / mpi4py : Message Passing Interface for Python
dev-python / mpmath : Python library for arbitrary-precision floating-point arithmetic
dev-python / mrcfile : MRC2014 file format I/O library
dev-python / msgpack : MessagePack (de)serializer for Python
dev-python / mss : An ultra fast cross-platform multiple screenshots module in python using ctypes
dev-python / multidict : multidict implementation
dev-python / multipart : Parser for multipart/form-data
dev-python / multipledispatch : Multiple dispatch
dev-python / multiprocess : Better multiprocessing and multithreading in Python
dev-python / munch : A dot-accessible dictionary (a la JavaScript objects)
dev-python / munkres : Module implementing munkres algorithm for the Assignment Problem
dev-python / musicbrainzngs : Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices
dev-python / mygpoclient : A gpodder.net client library
dev-python / mypy : Optional static typing for Python
dev-python / mypy-extensions : Type system extensions for programs checked with mypy
dev-python / mysqlclient : Python interface to MySQL
dev-python / myst-parser : Extended commonmark compliant parser, with bridges to Sphinx
dev-python / nagiosplugin : A class library for writing nagios-compatible plugins
dev-python / nanobind : Tiny and efficient C++/Python bindings
dev-python / narwhals : Extremely lightweight compatibility layer between dataframe libraries
dev-python / natsort : Natural sorting for Python
dev-python / nautilus-python : Python bindings for the Nautilus file manager
dev-python / nbclassic : Jupyter Notebook as a Jupyter Server Extension
dev-python / nbclient : A client library for executing Jupyter notebooks
dev-python / nbconvert : Converting Jupyter Notebooks
dev-python / nbdime : Diff and merge of Jupyter Notebooks
dev-python / nbformat : Reference implementation of the Jupyter Notebook format
dev-python / nbsphinx : Jupyter Notebook Tools for Sphinx
dev-python / nbval : A pytest plugin to validate Jupyter notebooks
dev-python / nbxmpp : Python library to use Jabber/XMPP networks in a non-blocking way
dev-python / neovim-remote : A tool that helps control neovim processes
dev-python / nest-asyncio : Patch asyncio to allow nested event loops
dev-python / netaddr : Network address representation and manipulation library
dev-python / netcdf4 : Python/numpy interface to the netCDF C library
dev-python / netifaces : Portable network interface information
dev-python / netlink : Pure-Python client for the Linux NetLink interface
dev-python / networkx : Python tools to manipulate graphs and complex networks
dev-python / nextinspace : A command-line tool for seeing the latest in space
dev-python / nh3 : Ammonia HTML sanitizer Python binding
dev-python / nnpy : cffi-based Python bindings for nanomsg
dev-python / node-semver : Python version of node-semver, the semantic versioner for npm
dev-python / nodeenv : Node.js virtual environment builder
dev-python / noiseprotocol : Implementation of Noise Protocol Framework. Compatible with revisions 32 and 33.
dev-python / nose2 : Unittest with plugins
dev-python / noseofyeti : A custom python codec that provides an RSpec style dsl for python
dev-python / notebook : Jupyter Interactive Notebook
dev-python / notebook-shim : A shim layer for notebook traits and config
dev-python / notify2 : Python interface to DBus notifications
dev-python / nox : Flexible test automation for Python
dev-python / ntplib : Python NTP library
dev-python / nuitka : Python to native compiler
dev-python / numexpr : Fast numerical array expression evaluator for Python and NumPy
dev-python / numpy : Fast array and numerical python library
dev-python / numpydoc : Sphinx extension to support docstrings in Numpy format
dev-python / oauthlib : Spec-compliant and thorough implementation of the OAuth request-signing logic
dev-python / objgraph : Draws Python object reference graphs with graphviz
dev-python / oct2py : Python to GNU Octave bridge
dev-python / octave-kernel : Jupyter kernel for octave
dev-python / odfpy : Python API and tools to manipulate OpenDocument files
dev-python / olefile : Python package to parse, read and write Microsoft OLE2 files
dev-python / omemo-dr : OMEMO Crypto Library
dev-python / opcodes : Opcodes Project
dev-python / openapi-core : Client-side and server-side support for the OpenAPI Specification v3
dev-python / openapi-schema-validator : OpenAPI schema validation for Python
dev-python / openapi-spec-validator : OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator
dev-python / openapi3 : Python OpenAPI 3 Specification client and validator
dev-python / openpyxl : Pure python reader and writer of Excel OpenXML files
dev-python / opensearch-py : Python client for OpenSearch
dev-python / openstackdocstheme : Theme and extension support for Sphinx documentation
dev-python / openstacksdk : A collection of libraries for building applications to work with OpenStack
dev-python / opentelemetry-api : OpenTelemetry Python API
dev-python / opentelemetry-sdk : OpenTelemetry Python SDK
dev-python / opentelemetry-semantic-conventions : OpenTelemetry Semantic Conventions
dev-python / opt-einsum : Optimized Einsum: A tensor contraction order optimizer
dev-python / ordered-set : A mutable set that remembers the order of its entries
dev-python / orderly-set : A package containing multiple implementations of Ordered Set
dev-python / orjson : Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
dev-python / os-client-config : OpenStack Client Configuation Library
dev-python / os-service-types : A library to handle official service types for OpenStack and it's aliases
dev-python / osc-lib : A package of common support modules for writing OSC plugins
dev-python / oslo-concurrency : Oslo Concurrency library
dev-python / oslo-config : Oslo Configuration API
dev-python / oslo-context : Helpers to maintain useful information about a request context
dev-python / oslo-i18n : Oslo i18n library
dev-python / oslo-log : OpenStack logging config library, configuration for all openstack projects
dev-python / oslo-serialization : Oslo Serialization library
dev-python / oslo-utils : Oslo Utility library
dev-python / oslotest : Oslo test framework
dev-python / outcome : Capture the outcome of Python function calls
dev-python / outputcheck : A tool for checking the output of console programs inspired by LLVM's FileCheck
dev-python / overrides : A decorator to automatically detect mismatch when overriding a method.
dev-python / ovs : OVS bindings for python
dev-python / owslib : Library for client programming with Open Geospatial Consortium web service
dev-python / packaging : Core utilities for Python packages
dev-python / paginate : Divides large result sets into pages for easier browsing
dev-python / paho-mqtt : MQTT version 5.0/3.1.1 client class
dev-python / pallets-sphinx-themes : Sphinx themes for Pallets and related projects
dev-python / pandas : Powerful data structures for data analysis and statistics
dev-python / pandocfilters : Utilities for writing pandoc filters in python
dev-python / parallax : Execute commands and copy files over SSH to multiple machines at once
dev-python / parameterized : Parameterized testing with any Python test framework
dev-python / paramiko : SSH2 protocol library
dev-python / parse : Parse strings using a specification based on the Python format() syntax
dev-python / parse-type : Extension to the parse module
dev-python / parsedatetime : Parse human-readable date/time strings
dev-python / parso : A python parser that supports error recovery and round-trip parsing
dev-python / partd : Appendable key-value storage
dev-python / parver : Parse and manipulate version numbers
dev-python / passlib : Password hashing framework supporting over 20 schemes
dev-python / paste : Tools for using a Web Server Gateway Interface stack
dev-python / pastedeploy : Load, configure, and compose WSGI applications and servers
dev-python / pastel : Bring colors to your terminal
dev-python / patatt : A simple library to add cryptographic attestation to patches sent via email
dev-python / patch-ng : Library to parse and apply unified diffs, fork of dev-python/patch
dev-python / path : A module wrapper for os.path
dev-python / path-and-address : Functions for server CLI applications used by humans
dev-python / pathable : Object-oriented paths
dev-python / pathspec : Utility library for gitignore style pattern matching of file paths
dev-python / pathvalidate : A Python library to sanitize/validate a string such as filenames/file-paths/etc
dev-python / patiencediff : Python implementation of the patiencediff algorithm
dev-python / patsy : Python module to describe statistical models and design matrices
dev-python / pbkdf2 : Implementation of PBKDF2, specified in RSA PKCS#5 v2.0
dev-python / pbr : Inject some useful and sensible default behaviors into setuptools
dev-python / pbs-installer : Installer for Python Build Standalone
dev-python / pdfrw : PDF file reader/writer library
dev-python / pdm : Python package and dependency manager supporting the latest PEP standards
dev-python / pdm-backend : A PEP 517 backend for PDM that supports PEP 621 metadata
dev-python / pdoc3 : Auto-generate API documentation for Python projects
dev-python / peachpy : Portable Efficient Assembly Code-generator in Higher-level Python
dev-python / pebble : Threading and multiprocessing eye-candy
dev-python / pecan : A WSGI object-dispatching web framework, lean, fast, with few dependencies
dev-python / peewee : Small Python ORM
dev-python / pefile : Module to read and work with Portable Executable (PE) files
dev-python / pelican-minify : An HTML minification plugin for Pelican, the static site generator
dev-python / pexpect : Python module for spawning child apps and responding to expected patterns
dev-python / pgspecial : Python implementation of PostgreSQL meta commands
dev-python / pgzero : A zero-boilerplate games programming framework based on Pygame
dev-python / phonenumbers : Python port of Google's libphonenumber
dev-python / phply : Lexer and parser for PHP source implemented using PLY
dev-python / pickleshare : A small 'shelve' like datastore with concurrency support
dev-python / picobox : Dependency injection framework designed with Python in mind
dev-python / pid : Pidfile featuring stale detection and file-locking
dev-python / piexif : Exif manipulation with pure Python
dev-python / pika : Pure-Python implementation of the AMQP
dev-python / pikepdf : Python library to work with pdf files based on qpdf
dev-python / pillow : Python Imaging Library (fork)
dev-python / pip : The PyPA recommended tool for installing Python packages
dev-python / pip-run : Install packages and run Python with them
dev-python / pipdeptree : Utility for displaying installed packages in a dependency tree
dev-python / pipenv : Python Development Workflow for Humans
dev-python / pipx : Install and Run Python Applications in Isolated Environments
dev-python / pivy : Coin3D bindings for Python
dev-python / pkgconfig : Interface Python with pkg-config
dev-python / pkgcraft : Python bindings for pkgcraft
dev-python / pkginfo : Provides an API for querying the distutils metadata written in a PKG-INFO file
dev-python / platformdirs : A small Python module for determining appropriate platform-specific dirs
dev-python / plette : Structured Pipfile and Pipfile.lock models
dev-python / plotly : Browser-based graphing library for Python
dev-python / plotly-geo : Browser-based graphing library for Python
dev-python / pluggy : Plugin and hook calling mechanisms for Python
dev-python / pluginbase : Support library for building plugins systems in Python
dev-python / plumbum : A library for shell script-like programs in python
dev-python / ply : Python Lex-Yacc library
dev-python / plyvel : Python interface to LevelDB
dev-python / pmw : Toolkit for building high-level compound Python widgets using the Tkinter module
dev-python / pocketlint : Shared code for running pylint against rhinstaller projects
dev-python / pockets : Collection of helpful Python tools
dev-python / podcastparser : Podcast parser for the gpodder client
dev-python / podman : A library to interact with a Podman server
dev-python / poetry : A frontend for poetry - a python dependency management and packaging tool
dev-python / poetry-core : Poetry PEP 517 Build Backend
dev-python / poetry-plugin-export : A plugin that allows the export of locked packages to various formats
dev-python / polib : A library to manipulate gettext files (.po and .mo files)
dev-python / pooch : Manage your Python library's sample data files
dev-python / portalocker : A library for Python file locking
dev-python / portend : TCP port monitoring utilities
dev-python / poyo : A lightweight YAML Parser for Python
dev-python / pplpy : Python bindings for the Parma Polyhedra Library (PPL)
dev-python / precis-i18n : Internationalized Usernames and Passwords
dev-python / pretend : A library for stubbing in Python
dev-python / prettytable : Easily displaying tabular data in a visually appealing ASCII table format
dev-python / primecountpy : Cython interface to sci-mathematics/primecount
dev-python / priority : A pure-Python implementation of the HTTP/2 priority tree
dev-python / process-tests : Tools for testing processes
dev-python / progress : Easy to use progress bars
dev-python / progressbar2 : Text progressbar library for python
dev-python / prometheus-client : Python client for the Prometheus monitoring system
dev-python / prompt-toolkit : Building powerful interactive command lines in Python
dev-python / propcache : Yet another URL library
dev-python / proto-plus : Beautiful, Pythonic protocol buffers
dev-python / protobuf : Google's Protocol Buffers - Python bindings
dev-python / psutil : Retrieve information on running processes and system utilization
dev-python / psycopg : PostgreSQL database adapter for Python
dev-python / ptyprocess : Run a subprocess in a pseudo terminal
dev-python / publicsuffix2 : Get a public suffix for a domain name using the Public Suffix List
dev-python / pudb : A full-screen, console-based Python debugger
dev-python / pulsectl : Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
dev-python / pulsectl-asyncio : Asyncio frontend for pulsectl, Python bindings of libpulse
dev-python / pure-eval : Safely evaluate AST nodes without side effects
dev-python / puremagic : Pure python implementation of magic file detection
dev-python / py : library with cross-python path, ini-parsing, io, code, log facilities
dev-python / py-cpuinfo : Get CPU info with pure Python 2 & 3
dev-python / py-ubjson : Universal Binary JSON encoder/decoder
dev-python / py-zabbix : Zabbix module for Python
dev-python / pyacoustid : Python bindings for Chromaprint and the AcoustID web service
dev-python / pyaes : Pure-Python Implementation of the AES block-cipher and common modes of operation
dev-python / pyalsa : Python bindings for ALSA library
dev-python / pyamg : Algebraic multigrid solvers in Python
dev-python / pyaml : PyYAML-based module to produce pretty and readable YAML-serialized data
dev-python / pyarrow : Python library for Apache Arrow
dev-python / pyasn1 : ASN.1 library for Python
dev-python / pyasn1-modules : pyasn1 modules
dev-python / pyasynchat : Make asynchat available for Python 3.12 onwards
dev-python / pyasyncore : Make asyncore available for Python 3.12 onwards
dev-python / pyatspi : Python client bindings for D-Bus AT-SPI
dev-python / pyaudio : Python bindings for PortAudio
dev-python / pybind11 : AST-based Python refactoring library
dev-python / pybtex : BibTeX-compatible bibliography processor
dev-python / pybtex-docutils : A docutils backend for pybtex
dev-python / pycairo : Python bindings for the cairo library
dev-python / pycares : Python interface for c-ares
dev-python / pycdio : Python OO interface to libcdio (CD Input and Control library)
dev-python / pychm : Python bindings for the chmlib library
dev-python / pychromecast : Python module to talk to Google Chromecast
dev-python / pyclamd : Python interface to Clamd (ClamAV daemon)
dev-python / pyclipper : Cython wrapper for the C++ translation of the Angus Johnson's Clipper library
dev-python / pycodestyle : Python style guide checker (fka pep8)
dev-python / pycollada : Python library for reading and writing COLLADA documents
dev-python / pycotap : A tiny test runner that outputs TAP results to standard output
dev-python / pycountry : Database of countries, subdivisions, languages, currencies and script
dev-python / pycparser : C parser and AST generator written in Python
dev-python / pycpio : Python CPIO library
dev-python / pycryptodome : A self-contained cryptographic library for Python
dev-python / pycuda : Python wrapper for NVIDIA CUDA
dev-python / pycups : Python bindings for the CUPS API
dev-python / pycurl : Python bindings for curl/libcurl
dev-python / pycurl-requests : Requests-compatible interface for PycURL
dev-python / pycxx : Set of facilities to extend Python with C++
dev-python / pydantic : Data parsing and validation using Python type hints
dev-python / pydantic-core : Core validation logic for pydantic written in Rust
dev-python / pydata-sphinx-theme : Bootstrap-based Sphinx theme from the PyData community
dev-python / pydbus : Pythonic DBus library
dev-python / pydecomp : A python library of common (de)compression and contents handling
dev-python / pydes : Python implementation of DES and TRIPLE DES
dev-python / pydevd : PyDev.Debugger (used in PyDev, PyCharm and VSCode Python)
dev-python / pydiffx : Python module for reading and writing DiffX files
dev-python / pydot : Python interface to Graphviz's Dot language
dev-python / pydyf : A low-level PDF generator
dev-python / pyeclib : Messaging API for RPC and notifications over different messaging transports
dev-python / pyelftools : pure-Python library for analyzing ELF files and DWARF debugging information
dev-python / pyenchant : Python bindings for the Enchant spellchecking system
dev-python / pyfakefs : A fake file system that mocks the Python file system modules
dev-python / pyflakes : Passive checker for Python programs
dev-python / pyformance : Performance metrics, based on Coda Hale's Yammer metrics
dev-python / pyftpdlib : Python FTP server library
dev-python / pyfuse3 : Python 3 bindings for libfuse 3 with asynchronous API
dev-python / pyfzf : A python wrapper for fzf
dev-python / pygal : A python SVG charts generator
dev-python / pygame : Python bindings for SDL multimedia library
dev-python / pygccxml : A specialized XML reader to navigate C++ declarations
dev-python / pygdbmi : Library to parse gdb mi output and interact with gdb subprocesses
dev-python / pyghmi : A pure python implementation of IPMI protocol
dev-python / pygit2 : Python bindings for libgit2
dev-python / pygithub : Python library to access the Github API v3
dev-python / pyglet : Cross-platform windowing and multimedia library for Python
dev-python / pygments : Pygments is a syntax highlighting package written in Python
dev-python / pygments-ansi-color : ANSI color-code highlighting for Pygments
dev-python / pygments-github-lexers : Pygments Github custom lexers
dev-python / pygobject : Python bindings for GObject Introspection
dev-python / pygraphviz : Python wrapper for the Graphviz Agraph data structure
dev-python / pygresql : A Python interface for the PostgreSQL database
dev-python / pyh2o : Python API for sci-libs/libh2o
dev-python / pyhamcrest : Hamcrest framework for matcher objects
dev-python / pyhcl : HCL configuration parser for python
dev-python / pyicu : Python bindings for dev-libs/icu
dev-python / pyinotify : Python module used for monitoring filesystems events
dev-python / pyjsparser : Fast javascript parser based on esprima.js
dev-python / pyjwt : JSON Web Token implementation in Python
dev-python / pykakasi : Kana kanji simple inversion library
dev-python / pykka : A Python implementation of the actor model
dev-python / pykwalify : Python lib/cli for JSON/YAML schema validation
dev-python / pylast : Python interface to last.fm and other api-compatible websites
dev-python / pylatex : A Python library for creating LaTeX files and snippets
dev-python / pylatexenc : Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion
dev-python / pylev : Python Levenshtein implementation
dev-python / pylibacl : POSIX ACLs (Access Control Lists) for Python
dev-python / pylibmc : Libmemcached wrapper written as a Python extension
dev-python / pylint : Python code static checker
dev-python / pylint-venv : Init-hook to use the same Pylint with different virtual environments
dev-python / pylru : A least recently used (LRU) cache for Python
dev-python / pyls-spyder : Spyder extensions for the python language server
dev-python / pylsqpack : Python wrapper for the ls-qpack QPACK library
dev-python / pymacaroons : A Python implementation of Macaroons
dev-python / pymad : Python wrapper for libmad MP3 decoding in python
dev-python / pymdown-extensions : Extensions for Python Markdown
dev-python / pymdown-lexers : Additional lexers for use in Pygments
dev-python / pymdstat : Python library to parse Linux /proc/mdstat
dev-python / pymediainfo : A Python wrapper for the MediaInfo library
dev-python / pymetar : Downloads and decodes to the weather report for a given station ID
dev-python / pymongo : Python driver for MongoDB
dev-python / pymountboot : Python extension module to (re)mount /boot
dev-python / pymysql : Pure-Python MySQL Driver
dev-python / pynacl : Python binding to the Networking and Cryptography (NaCl) library
dev-python / pynvim : Python client for Neovim
dev-python / pyocr : An optical character recognition (OCR) tool wrapper
dev-python / pyopencl : Python wrapper for OpenCL
dev-python / pyopengl : Python OpenGL bindings
dev-python / pyopengl-accelerate : Accelerate module for PyOpenGL
dev-python / pyopenssl : Python interface to the OpenSSL library
dev-python / pyotherside : Asynchronous Python 3 Bindings for Qt
dev-python / pyotp : PyOTP is a Python library for generating and verifying one-time passwords
dev-python / pyparsing : Easy-to-use Python module for text parsing
dev-python / pyparted : Python bindings for sys-block/parted
dev-python / pypax : Python module to get or set either PT_PAX and/or XATTR_PAX flags
dev-python / pypdf : Python library to work with PDF files
dev-python / pyperclip : A cross-platform clipboard module for Python
dev-python / pyphen : Python module for hyphenation using hunspell dictionaries
dev-python / pypi-attestations : Convert between Sigstore Bundles and PEP-740 Attestation objects
dev-python / pypillowfight : Small library containing various image processing algorithms
dev-python / pypiserver : Minimal PyPI server
dev-python / pypng : Pure Python PNG image encoder/decoder
dev-python / pypresence : Complete Discord IPC and Rich Presence wrapper library in Python
dev-python / pyprof2calltree : Convert python profile data to kcachegrind calltree form
dev-python / pyproj : Python interface to the PROJ library
dev-python / pyproject-api : API to interact with the python pyproject.toml based projects
dev-python / pyproject-fmt : Format your pyproject.toml file
dev-python / pyproject-hooks : Wrappers to build Python packages using PEP 517 hooks
dev-python / pyproject-metadata : PEP 621 metadata parsing
dev-python / pypugjs : Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates
dev-python / pyqt-builder : The PEP 517 compliant PyQt build system
dev-python / pyqt5 : Python bindings for the Qt framework
dev-python / pyqt5-sip : sip extension module for PyQt5
dev-python / pyqt6 : Python bindings for the Qt framework
dev-python / pyqt6-sip : sip module support for PyQt6
dev-python / pyqt6-webengine : Python bindings for QtWebEngine
dev-python / pyqtgraph : A pure-python graphics and GUI library built on PyQt and numpy
dev-python / pyqtwebengine : Python bindings for QtWebEngine
dev-python / pyquery : A jQuery-like library for python
dev-python / pyrate-limiter : Python Rate-Limiter using Leaky-Bucket Algorimth Family
dev-python / pyrfc3339 : Generates and parses RFC 3339 timestamps
dev-python / pyro5 : Distributed object middleware for Python (RPC)
dev-python / pyroute2 : A pure Python netlink and Linux network configuration library
dev-python / pyrqlite : Python client for rqlite
dev-python / pyrsistent : Persistent/Functional/Immutable data structures
dev-python / pyrss2gen : RSS feed generator written in Python
dev-python / pyscard : Smart card support in python
dev-python / pyscreenshot : Python screenshot library
dev-python / pysdl2 : Python (ctypes) bindings for SDL2 libraries
dev-python / pyserial : Python Serial Port extension
dev-python / pyside : Python bindings for the Qt framework
dev-python / pysimdjson : Python bindings for simdjson
dev-python / pysmi : Pure-Python implementation of SNMP/SMI MIB parsing and conversion library
dev-python / pysnmp : Python SNMP library
dev-python / pysnmp-mibs : SNMP framework in Python - MIBs
dev-python / pysnmpcrypto : Strong cryptography support for PySNMP (SNMP library for Python)
dev-python / pysocks : SOCKS client module
dev-python / pysol-cards : Deal PySol FreeCell cards
dev-python / pyspectrum2 : Implements a protobuf-based interface for Spectrum2 python-based backends
dev-python / pyspelling : Spell checker automation tool
dev-python / pyspf : Python implementation of the Sender Policy Framework (SPF)
dev-python / pyspnego : Library to handle SPNEGO and CredSSP authentication
dev-python / pysrt : Python library used to edit or create SubRip files
dev-python / pystache : Updated Python implementation of Mustache templating framework
dev-python / pysubs2 : Python library for editing subtitle files
dev-python / pysvg-py3 : Python SVG document creation library
dev-python / pysvn : Object-oriented python bindings for subversion
dev-python / pyte : Simple VTXXX-compatible terminal emulator
dev-python / pytesseract : Optical character recognition (OCR) tool
dev-python / pytest : Simple powerful testing with Python
dev-python / pytest-aiohttp : pytest plugin for aiohttp support
dev-python / pytest-asyncio : Library for testing asyncio code with pytest
dev-python / pytest-bdd : BDD library for the pytest runner
dev-python / pytest-check : pytest plugin that allows multiple failures per test
dev-python / pytest-click : Pytest plugin for Click
dev-python / pytest-codeblocks : Extract code blocks from markdown
dev-python / pytest-console-scripts : Pytest plugin for testing console scripts
dev-python / pytest-cov : pytest plugin for coverage reporting
dev-python / pytest-custom-exit-code : Exit pytest test session with custom exit code in different scenarios
dev-python / pytest-datadir : Pytest plugin for manipulating test data directories and files
dev-python / pytest-datafiles : Create a 'tmp_path' containing predefined files/directories
dev-python / pytest-describe : Describe-style plugin for pytest
dev-python / pytest-django : A Django plugin for pytest
dev-python / pytest-env : pytest plugin that allows you to add environment variables
dev-python / pytest-expect : pytest plugin that stores test expectations by saving the set of failing tests
dev-python / pytest-flask : A set of pytest fixtures to test Flask applications
dev-python / pytest-forked : Run tests in isolated forked subprocesses
dev-python / pytest-freezer : Pytest plugin providing a fixture interface for spulec/freezegun
dev-python / pytest-golden : Plugin for pytest that offloads expected outputs to data files
dev-python / pytest-helpers-namespace : Provides a helpers pytest namespace
dev-python / pytest-home : Home directory fixtures
dev-python / pytest-httpbin : Easily test your HTTP library against a local copy of httpbin
dev-python / pytest-httpserver : HTTP server for pytest to test HTTP clients
dev-python / pytest-httpx : Send responses to HTTPX using pytest
dev-python / pytest-import-check : pytest plugin to check whether Python modules can be imported
dev-python / pytest-jupyter : Pytest plugin for testing Jupyter libraries and extensions
dev-python / pytest-lazy-fixtures : Allows you to use fixtures in @pytest.mark.parametrize
dev-python / pytest-localftpserver : A PyTest plugin which provides an FTP fixture for your tests
dev-python / pytest-localserver : Pytest plugin to test server connections locally
dev-python / pytest-markdown : Run tests in your markdown
dev-python / pytest-metadata : A plugin for pytest that provides access to test session metadata
dev-python / pytest-mock : Thin-wrapper around the mock package for easier use with pytest
dev-python / pytest-mpl : Facilitate image comparison for Matplotlib figures
dev-python / pytest-order : pytest plugin to run your tests in a specific order
dev-python / pytest-ordering : pytest plugin to run your tests in a specific order
dev-python / pytest-param-files : Pytest parametrize decorators from external files.
dev-python / pytest-plus : PyTest Plus Plugin - extends pytest functionality
dev-python / pytest-qt : Pytest plugin for PyQt5 and PySide2 applications
dev-python / pytest-recording : A pytest plugin to record network interactions via VCR.py
dev-python / pytest-regressions : Easy to use fixtures to write regression tests
dev-python / pytest-repeat : pytest plugin for repeating tests
dev-python / pytest-reraise : Make multi-threaded pytest test cases fail when they should
dev-python / pytest-rerunfailures : pytest plugin to re-run tests to eliminate flaky failures
dev-python / pytest-reserial : Pytest plugin for recording and replaying serial port traffic during tests
dev-python / pytest-salt-factories : The new generation of the pytest-salt Plugin
dev-python / pytest-services : Collection of fixtures and utility functions to run service processes for pytest
dev-python / pytest-shell-utilities : pytest plugin: fixtures and code to help with running shell commands on tests
dev-python / pytest-skip-markers : A Pytest plugin which implements a few useful skip markers
dev-python / pytest-socket : Pytest Plugin to disable socket calls during tests
dev-python / pytest-subprocess : A plugin to fake subprocess for pytest
dev-python / pytest-subtests : Unittest subTest() support and subtests fixture
dev-python / pytest-sugar : Plugin that changes the default look and feel of pytest
dev-python / pytest-system-statistics : Pytest Plugin Which Reports System Usage Statistics
dev-python / pytest-tempdir : Pytest plugin to support for a predictable and repeatable temporary directory
dev-python / pytest-testinfra : Write unit tests in Python to test actual state of your servers
dev-python / pytest-timeout : pytest plugin to abort hanging tests
dev-python / pytest-tornado : Fixtures and markers to simplify testing of asynchronous tornado applications
dev-python / pytest-tornasync : Pytest plugin for testing Python 3.5+ Tornado code
dev-python / pytest-trio : This is a pytest plugin to help you test projects that use Trio
dev-python / pytest-twisted : A pytest plugin for testing Twisted framework consumers
dev-python / pytest-xdist : Distributed testing and loop-on-failing modes
dev-python / pytest-xprocess : Manage external processes across test runs
dev-python / pytest-xvfb : Pytest plugin to run Xvfb for tests
dev-python / python-augeas : Python bindings for Augeas
dev-python / python-axolotl : A python module for the axolotl protocol
dev-python / python-axolotl-curve25519 : A python wrapper for the curve25519 library with ed25519 signatures
dev-python / python-box : Python dictionaries with advanced dot notation access
dev-python / python-bugzilla : A python module for interacting with Bugzilla over XMLRPC
dev-python / python-caja : Python bindings for the Caja file manager
dev-python / python-cinderclient : A client for the OpenStack Cinder API
dev-python / python-constraint : Constraint Solving Problem resolver for Python
dev-python / python-ctags3 : Exuberant Ctags indexing python bindings
dev-python / python-daemon : Library to implement a well-behaved Unix daemon process
dev-python / python-dateutil : Extensions to the standard Python datetime module
dev-python / python-dbusmock : Easily create mock objects on D-Bus for software testing
dev-python / python-debian : Python modules to work with Debian-related data formats
dev-python / python-distutils-extra : Gettext support, themed icons and scrollkeeper-based documentation in distutils
dev-python / python-dotenv : Manage .env files
dev-python / python-editor : Programmatically open an editor, capture the result
dev-python / python-engineio : Python implementation of the Engine.IO realtime server
dev-python / python-gammu : Python bindings for Gammu
dev-python / python-gflags : Google's Python argument parsing library
dev-python / python-glanceclient : A client for the OpenStack Glance API
dev-python / python-gnupg : A Python wrapper for GnuPG
dev-python / python-ironicclient : Python bindings for the Ironic API
dev-python / python-jose : A JavaScript Object Signing and Encryption (JOSE) implementation in Python
dev-python / python-json-logger : Standard python logging to output log data as json objects
dev-python / python-keystoneclient : Client Library for OpenStack Identity
dev-python / python-ldap : Various LDAP-related Python modules
dev-python / python-linux-procfs : Python classes to extract information from the Linux kernel /proc files
dev-python / python-lsp-black : Black plugin for the Python LSP Server
dev-python / python-lsp-jsonrpc : JSON RPC 2.0 server library
dev-python / python-lsp-server : Python Language Server for the Language Server Protocol
dev-python / python-ly : Tool and library for manipulating LilyPond files
dev-python / python-lzo : Python interface to lzo
dev-python / python-magic : Access the libmagic file type identification library
dev-python / python-markdown-math : Math extension for Python-Markdown
dev-python / python-memcached : Pure python memcached client
dev-python / python-mimeparse : Basic functions for handling mime-types in python
dev-python / python-mpd2 : Python MPD client library
dev-python / python-mpv : Python interface to the mpv media player
dev-python / python-multipart : A streaming multipart parser for Python
dev-python / python-neutronclient : A client for the OpenStack Quantum API
dev-python / python-novaclient : A client for the OpenStack Nova API
dev-python / python-openstackclient : A client for the OpenStack APIs
dev-python / python-pam : Python PAM module
dev-python / python-poppler-qt5 : Python binding for libpoppler-qt5
dev-python / python-ptrace : A Python binding of ptrace library
dev-python / python-redmine : Python interface to the Redmine REST API
dev-python / python-rtmidi : Python bindings for media-libs/rtmidi implemented using Cython
dev-python / python-slugify : A Python Slugify application that handles Unicode
dev-python / python-snappy : Python library for the snappy compression library from Google
dev-python / python-socks : SOCKS4, SOCKS5, HTTP tunneling functionality for Python
dev-python / python-stdnum : A module to handle standardized numbers and codes
dev-python / python-subunit : A streaming protocol for test results
dev-python / python-swiftclient : Python bindings to the OpenStack Object Storage API
dev-python / python-systemd : Python module for native access to the systemd facilities
dev-python / python-tests : Test modules from dev-lang/python
dev-python / python-tlsh : Fuzzy matching library - C++ extension for Python
dev-python / python-utils : Collection of small Python functions & classes
dev-python / python-vlc : Python ctypes-based bindings for libvlc
dev-python / python-xlib : A fully functional X client library for Python, written in Python
dev-python / python-xmp-toolkit : Library for working with XMP metadata
dev-python / python3-discogs-client : Continuation of the official Python API client for Discogs
dev-python / python3-lxc : Python bindings for LXC
dev-python / python3-saml : OneLogin's SAML Python Toolkit
dev-python / python3-xapp : Python bindings for x11-libs/xapp
dev-python / pythondialog : A Python module for making simple text/console-mode user interfaces
dev-python / pythonfinder : PythonFinder: Cross Platform Search Tool for Finding Pythons
dev-python / pythonnet : Nearly seamless integration with the .NET Common Language Runtime
dev-python / pythran : Ahead of Time compiler for numeric kernels
dev-python / pytidylib : Python wrapper for HTML Tidy (tidylib)
dev-python / pytimeparse : A small Python module to parse various kinds of time expressions
dev-python / pytoolconfig : Python tool configuration
dev-python / pytools : Collection of tools missing from the Python standard library
dev-python / pytrie : A pure Python implementation of the trie data structure
dev-python / pytz : World timezone definitions for Python
dev-python / pyu2f : Python based U2F host library
dev-python / pyuca : Python implementation of the Unicode Collation Algorithm
dev-python / pyudev : Python binding to libudev
dev-python / pyupgrade : Tool + pre-commit hook to automatically upgrade syntax for newer Pythons
dev-python / pyusb : USB support for Python
dev-python / pyvirtualdisplay : Python wrapper for Xvfb, Xephyr and Xvnc
dev-python / pywavelets : Discrete Wavelet Transforms in Python
dev-python / pywayland : Python bindings for the libwayland library
dev-python / pywinrm : Python client for the Windows Remote Management (WinRM) service
dev-python / pywlroots : Python binding to the wlroots library using cffi
dev-python / pyx : Python package for the generation of encapsulated PostScript figures
dev-python / pyxattr : Python interface to xattr
dev-python / pyxdameraulevenshtein : Implements the Damerau-Levenshtein edit distance algorithm for Python in Cython
dev-python / pyxdg : A Python module to deal with freedesktop.org specifications
dev-python / pyyaml : YAML parser and emitter for Python
dev-python / pyyaml-env-tag : A custom YAML tag for referencing environment variables in YAML files
dev-python / pyzbar : Read one-dimensional barcodes and QR codes from Python
dev-python / pyzmq : Lightweight and super-fast messaging library built on top of the ZeroMQ library
dev-python / pyzotero : A Python client for the Zotero API
dev-python / qdarkstyle : A dark style sheet for QtWidgets application
dev-python / qiskit : An open-source SDK for working with quantum computers
dev-python / qiskit-aer : High performance simulator for quantum circuits that includes noise models
dev-python / qpageview : Page-based viewer widget for Qt5/PyQt5
dev-python / qrcode : QR Code generator on top of PIL
dev-python / qscintilla : Python bindings for QScintilla
dev-python / qstylizer : Stylesheet Generator for PyQt5/PySide2
dev-python / qtawesome : Enables iconic fonts such as Font Awesome in PyQt
dev-python / qtconsole : Qt-based console for Jupyter with support for rich media output
dev-python / qtpy : Abstraction layer on top of PyQt and PySide with additional custom QWidgets
dev-python / qtsass : Compile SASS files to Qt stylesheets
dev-python / quantities : Support for physical quantities with units, based on numpy
dev-python / quart : A Python ASGI web microframework with the same API as Flask
dev-python / quart-trio : A Quart extension to provide trio support
dev-python / radon : Code Metrics in Python
dev-python / raet : Reliable Asynchronous Event Transport Protocol
dev-python / random2 : Python 2.7 random module ported to Python 3
dev-python / rapidfuzz : Rapid fuzzy string matching in Python using various string metrics
dev-python / rarfile : Module for RAR archive reading
dev-python / ratelimit : An API rate limit decorator for Python
dev-python / rdflib : RDF library containing a triple store and parser/serializer
dev-python / re-assert : Show where your regex match assertion failed
dev-python / readme-renderer : A library for rendering 'readme' descriptions for Warehouse
dev-python / readthedocs-sphinx-ext : Code specific for Read the Docs and Sphinx
dev-python / readtime : Calculates the time some text takes the average human to read
dev-python / rebulk : Python library that performs advanced searches in strings
dev-python / recommonmark : Python docutils-compatibility bridge to CommonMark
dev-python / recurring-ical-events : Repeat ICalendar events by RRULE, RDATE and EXDATE
dev-python / redis : Python client for Redis key-value store
dev-python / reedsolo : Python Reed Solomon encoder/decoder
dev-python / referencing : Cross-specification JSON referencing (JSON Schema, OpenAPI...)
dev-python / reflink : Python wrapper around the reflink system calls
dev-python / regex : Alternative regular expression module to replace re
dev-python / regress : Python bindings to the Rust regress crate
dev-python / rencode : similar to bencode from the BitTorrent project
dev-python / reno : Release notes manager, storing release notes in a git repo and building docs
dev-python / reportlab : Tools for generating printable PDF documents from any data source
dev-python / repoze-lru : A tiny LRU cache implementation and decorator
dev-python / requests : HTTP library for human beings
dev-python / requests-cache : Persistent cache for requests library
dev-python / requests-credssp : HTTPS CredSSP authentication with the requests library
dev-python / requests-download : A convenient function to download to a file using requests
dev-python / requests-file : File transport adapter for Requests
dev-python / requests-futures : Asynchronous Python HTTP for Humans
dev-python / requests-kerberos : A Kerberos authentication handler for python-requests
dev-python / requests-mock : Mock out responses from the requests package
dev-python / requests-ntlm : HTTP NTLM authentication using the requests library
dev-python / requests-oauthlib : This project provides first-class OAuth library support for Requests
dev-python / requests-toolbelt : A utility belt for advanced users of python-requests
dev-python / requests-unixsocket : Use requests to talk HTTP via a UNIX domain socket
dev-python / requests-wsgi-adapter : WSGI Transport Adapter for Requests
dev-python / requestsexceptions : Finds the correct path to exceptions in the requests library
dev-python / resolvelib : Resolve abstract dependencies into concrete ones
dev-python / responses : Utility for mocking out the Python Requests library
dev-python / respx : Mock HTTPX with awesome request patterns and response side effects
dev-python / restructuredtext-lint : Checks PyPI validity of reStructuredText
dev-python / retry-decorator : Decorator for retrying when exceptions occur
dev-python / retrying : General-purpose retrying library
dev-python / rfc3161-client : An Opinionated Python RFC3161 Client
dev-python / rfc3339-validator : A pure python RFC3339 validator
dev-python / rfc3986 : Validating URI References per RFC 3986
dev-python / rfc3986-validator : Pure python RFC3986 validator
dev-python / rfc3987 : Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
dev-python / rfc8785 : Pure-Python impl. of RFC 8785 (JSON Canonicalization Scheme)
dev-python / rich : Python library for rendering rich text, tables, etc. to the terminal
dev-python / roman : An Integer to Roman numerals converter
dev-python / roman-numerals-py : Manipulate roman numerals
dev-python / rope : Python refactoring library
dev-python / ropemode : A helper for using rope refactoring library in IDEs
dev-python / routes : A re-implementation of Rails routes system, mapping URLs to Controllers/Actions
dev-python / rpds-py : Python bindings to Rust's persistent data structures (rpds)
dev-python / rply : Pure python parser generator that also works with RPython
dev-python / rpy2 : Python interface to the R language
dev-python / rpyc : Remote Python Call (RPyC), a transparent and symmetric RPC library
dev-python / rq : Simple, lightweight library for creating and processing background jobs
dev-python / rsa : Pure-Python RSA implementation
dev-python / rst-linker : Sphinx plugin to add links and timestamps to the changelog
dev-python / rtimulib : Python Binding for RTIMULib, a versatile IMU library
dev-python / rtree : R-Tree spatial index for Python GIS
dev-python / rtslib-fb : A Python object API for managing the Linux LIO kernel target
dev-python / ruamel-yaml : YAML parser/emitter that supports roundtrip comment preservation
dev-python / ruamel-yaml-clib : C-based reader/scanner and emitter for dev-python/ruamel-yaml
dev-python / rustworkx : A high performance Python graph library implemented in Rust
dev-python / s3transfer : An Amazon S3 Transfer Manager
dev-python / sabctools : Module providing raw yEnc encoding/decoding for SABnzbd
dev-python / sarge : Wrapper for subprocess which provides command pipeline functionality
dev-python / sarif-om : Classes implementing the SARIF 2.1.0 object model
dev-python / schema : Simple data validation library
dev-python / scikit-build : Improved build system generator for Python C/C++/Fortran/Cython extensions
dev-python / scikit-build-core : Build backend for CMake based projects
dev-python / scikit-image : Image processing routines for SciPy
dev-python / scikit-learn : Machine learning library for Python
dev-python / scipy : Scientific algorithms library for Python
dev-python / scripttest : Helper to test command-line scripts
dev-python / scrypt : Bindings for the scrypt key derivation function library
dev-python / seaborn : Statistical data visualization
dev-python / secretstorage : Python bindings to FreeDesktop.org Secret Service API
dev-python / securesystemslib : Cryptographic routines for Secure Systems Lab projects at NYU
dev-python / seedir : Package for creating, editing, and reading folder tree diagrams
dev-python / segno : Python QR Code and Micro QR Code encoder
dev-python / selenium : Python language binding for Selenium Remote Control
dev-python / semantic-version : Python library providing a few tools handling SemVer in Python
dev-python / semver : A Python module for semantic versioning
dev-python / send2trash : Sends files to the Trash (or Recycle Bin)
dev-python / sense-hat : Raspberry Pi Sense HAT python library
dev-python / serpent : A simple serialization library based on ast.literal_eval
dev-python / serverfiles : Utility for accessing HTTP server and storing files locally for reuse
dev-python / service-identity : Service identity verification for pyOpenSSL
dev-python / setproctitle : Allow customization of the process title
dev-python / setuptools : Collection of extensions to Distutils
dev-python / setuptools-gettext : Setuptools plugin for building mo files
dev-python / setuptools-git : Setuptools revision control system plugin for Git
dev-python / setuptools-rust : A plugin for setuptools to build Rust Python extensions
dev-python / setuptools-scm : Manage versions by scm tags via setuptools
dev-python / sexpdata : a simple S-expression parser/serializer
dev-python / sgmllib3k : Py3k port of sgmllib
dev-python / sh : Python subprocess interface
dev-python / shapely : Geometric objects, predicates, and operations
dev-python / shellingham : Tool to Detect Surrounding Shell
dev-python / shtab : Automagic shell tab completion for Python CLI applications
dev-python / signature-dispatch : Execute the first function that matches the given arguments
dev-python / signedjson : Signs JSON objects with ED25519 signatures.
dev-python / sigstore : A tool for signing Python package distributions
dev-python / sigstore-protobuf-specs : A library for serializing and deserializing Sigstore messages
dev-python / sigstore-rekor-types : Python models for Rekor's API types
dev-python / simber : Simple, minimal and powerful logging library for Python
dev-python / simpervisor : Simple Python3 Supervisor library
dev-python / simple-websocket : Simple WebSocket server and client for Python
dev-python / simplebayes : memory-based, optional-persistence naive bayesian text classifier
dev-python / simpleeval : A simple, safe single expression evaluator library
dev-python / simplejson : Simple, fast, extensible JSON encoder/decoder for Python
dev-python / simplekml : Enables you to generate KML with as little effort as possible
dev-python / simpy : Object-oriented, process-based discrete-event simulation language
dev-python / simsimd : Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm
dev-python / sip : Python bindings generator for C/C++ libraries
dev-python / siphash24 : Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation
dev-python / six : Python 2 and 3 compatibility library
dev-python / slixmpp : Python 3 library for XMPP
dev-python / smartypants : ASCII quote-dot-dash to HTML entity converter
dev-python / smbus2 : A drop-in replacement for smbus-cffi/smbus-python in pure Python
dev-python / smmap : A pure Python implementation of a sliding window memory map manager
dev-python / snakeoil : misc common functionality and useful optimizations
dev-python / snaketrace : An strace-like tool for Python audit events
dev-python / snapshottest : Snapshot Testing utils for Python
dev-python / sniffio : Sniff out which async library your code is running under
dev-python / snowballstemmer : Stemmer algorithms generated from Snowball algorithms
dev-python / socketio-client-nexus : A socket.io 2.x client library for Python
dev-python / socksio : Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
dev-python / sortedcontainers : Python library to sort collections and containers
dev-python / soundfile : audio library based on libsndfile, CFFI and NumPy
dev-python / soupsieve : A modern CSS selector implementation for BeautifulSoup
dev-python / spake2 : python implementation of SPAKE2 password-authenticated key exchange algorithm
dev-python / spdx-tools : Python library to parse, validate and create SPDX documents
dev-python / speg : A PEG-based parser interpreter with memoization
dev-python / sphinx : Python documentation generator
dev-python / sphinx-argparse : Sphinx extension that automatically documents argparse commands and options
dev-python / sphinx-autoapi : A new approach to API documentation in Sphinx
dev-python / sphinx-autodoc-typehints : Type hints support for the Sphinx autodoc extension
dev-python / sphinx-basic-ng : A modern skeleton for Sphinx themes
dev-python / sphinx-bootstrap-theme : Sphinx theme integrates the Bootstrap CSS / JavaScript framework
dev-python / sphinx-celery : Celery Sphinx Theme and Utilities
dev-python / sphinx-copybutton : A small sphinx extension to add a "copy" button to code blocks
dev-python / sphinx-epytext : Sphinx epytext extension
dev-python / sphinx-gallery : Sphinx extension to automatically generate an examples gallery
dev-python / sphinx-inline-tabs : A sphinx extension for inline tabs
dev-python / sphinx-issues : Sphinx extension for linking to your project's issue tracker
dev-python / sphinx-lv2-theme : Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style
dev-python / sphinx-multiversion : Add support for multiple versions to sphinx
dev-python / sphinx-notfound-page : Create a custom 404 page with absolute URLs hardcoded
dev-python / sphinx-panels : A sphinx extension for creating panels in a grid layout
dev-python / sphinx-press-theme : A Sphinx-doc theme based on Vuepress
dev-python / sphinx-prompt : Sphinx directive to add unselectable prompt
dev-python / sphinx-pytest : Helpful pytest fixtures for Sphinx extensions
dev-python / sphinx-rtd-theme : ReadTheDocs.org theme for Sphinx
dev-python / sphinx-selective-exclude : Sphinx selective rendition extensions
dev-python / sphinx-tabs : Tabbed views for Sphinx
dev-python / sphinxcontrib-apidoc : Sphinx extension for running sphinx-apidoc on each build
dev-python / sphinxcontrib-applehelp : Sphinx extension which outputs Apple help book
dev-python / sphinxcontrib-autoprogram : Documenting CLI programs
dev-python / sphinxcontrib-bibtex : Sphinx extensions for BibTeX style citations
dev-python / sphinxcontrib-devhelp : Sphinx extension which outputs Devhelp documents
dev-python / sphinxcontrib-doxylink : Extension to link to external Doxygen API documentation
dev-python / sphinxcontrib-github-alt : Link to GitHub issues, pull requests, commits and users from Sphinx docs
dev-python / sphinxcontrib-htmlhelp : Sphinx extension which outputs HTML help book
dev-python / sphinxcontrib-httpdomain : Sphinx domain for documenting HTTP APIs
dev-python / sphinxcontrib-jquery : Extension to include jQuery on newer Sphinx releases
dev-python / sphinxcontrib-jsmath : Sphinx extension which renders display math in HTML via JavaScript
dev-python / sphinxcontrib-log-cabinet : Organize changelog directives in Sphinx docs
dev-python / sphinxcontrib-plantuml : Sphinx extensions for PlantUML
dev-python / sphinxcontrib-programoutput : Extension to sphinx to include program output
dev-python / sphinxcontrib-qthelp : Sphinx extension which outputs QtHelp documents
dev-python / sphinxcontrib-serializinghtml : Sphinx extension which outputs outputs serialized HTML files
dev-python / sphinxcontrib-spelling : Sphinx spelling extension
dev-python / sphinxcontrib-trio : Make Sphinx better at documenting Python functions and methods
dev-python / sphinxcontrib-websupport : Sphinx websupport extension
dev-python / sphinxemoji : Extension to use emoji codes in your Sphinx documentation
dev-python / sphinxygen : Python module/script that generates Sphinx markup to describe a C API
dev-python / sphobjinv : Sphinx objects.inv Inspection/Manipulation Tool
dev-python / spotipy : A lightweight Python library for the Spotify Web API
dev-python / spur : Run commands locally or over SSH using the same interface
dev-python / spyder : The Scientific Python Development Environment
dev-python / spyder-kernels : Kernels used by spyder on its ipython console
dev-python / spyder-line-profiler : Plugin to run the python line profiler from within the spyder editor
dev-python / spyder-notebook : Jupyter notebook integration with Spyder
dev-python / spyder-unittest : Plugin for Spyder to run tests and view the results
dev-python / sqlalchemy : Python SQL toolkit and Object Relational Mapper
dev-python / sqlalchemy-rqlite : A SQLAlchemy dialect for rqlite
dev-python / sqlglot : An easily customizable SQL parser and transpiler
dev-python / sqlitedict : Persistent dict in Python, backed by SQLite and pickle
dev-python / sqlparse : A non-validating SQL parser module for Python
dev-python / srt : Tiny library for parsing, modifying, and composing SRT files
dev-python / sshpubkeys : OpenSSH public key parser for Python
dev-python / sshtunnel : Pure Python SSH tunnels
dev-python / ssl-fetch : Small convenience library for fetching files securely
dev-python / stack-data : Extract data from Python tracebacks for informative displays
dev-python / stapler : Suite of tools for PDF files manipulation written in Python
dev-python / starlette : The little ASGI framework that shines
dev-python / statsd : A simple statsd client
dev-python / statsmodels : Statistical computations and models for use with SciPy
dev-python / stdio-mgr : Context manager for mocking/wrapping stdin/stdout/stderr
dev-python / stestr : A parallel Python test runner built around subunit
dev-python / stevedore : Manage dynamic plugins for Python applications
dev-python / stomp-py : Python client library for the STOMP messaging protocol
dev-python / strict-rfc3339 : Strict, simple, lightweight RFC3339 functions
dev-python / stripe : Stripe Python bindings
dev-python / structlog : Structured Logging for Python
dev-python / subprocess-tee : subprocess.run replacement with tee(1)-like output
dev-python / suds-community : Lightweight SOAP client
dev-python / superqt : Missing widgets and components for PyQt/PySide
dev-python / sure : idiomatic assertion toolkit with human-friendly failure messages
dev-python / svg-path : SVG path objects and parser
dev-python / svglib : Pure-Python library for reading and converting SVG
dev-python / svgwrite : Python Package to write SVG files
dev-python / swagger-spec-validator : Validate Swagger specs against Swagger 1.1 or 2.0 specification
dev-python / sybil : Automated testing for the examples in your documentation
dev-python / symengine : Python wrappers to the symengine C++ library
dev-python / sympy : Computer Algebra System in pure Python
dev-python / tables : Hierarchical datasets for Python
dev-python / tabulate : Pretty-print tabular data
dev-python / tagpy : Python Bindings for TagLib
dev-python / tap-py : Test Anything Protocol (TAP) tools
dev-python / taskgroup : Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
dev-python / tasklib : A Python library for interacting with taskwarrior databases
dev-python / tavalidate : Utities to validate Tavern responses
dev-python / tavern : A tool, library, and Pytest plugin for testing RESTful APIs
dev-python / tblib : Traceback fiddling library for Python
dev-python / tcolorpy : tcolorpy is a Python library to apply true color for terminal text
dev-python / tekore : Spotify Web API client
dev-python / tempest : OpenStack Integration Testing
dev-python / tempora : Objects and routines pertaining to date and time
dev-python / tenacity : General-purpose retrying library
dev-python / termcolor : ANSI Color formatting for output in terminal
dev-python / terminado : Terminals served to term.js using Tornado websockets
dev-python / terminaltables3 : Generate simple tables in terminals from a nested list of strings
dev-python / test : Virtual to install 'test' package from stdlib
dev-python / testfixtures : A collection of helpers and mock objects for unit tests and doc tests
dev-python / testpath : Test utilities for code working with files and commands
dev-python / testresources : A pyunit extension for managing expensive test resources
dev-python / testscenarios : A pyunit extension for dependency injection
dev-python / testtools : Extensions to the Python standard library unit testing framework
dev-python / text-unidecode : The most basic port of the Text::Unidecode Perl library
dev-python / textdistance : Compute distance between the two texts
dev-python / textile : A Python port of Textile, A humane web text generator
dev-python / texttable : Module to create simple ASCII tables
dev-python / textx : Meta-language for DSL implementation inspired by Xtext
dev-python / threadpoolctl : Limit the number of threads used in native libs that have their own threadpool
dev-python / three-merge : Simple Python library to perform a 3-way merge between strings
dev-python / thrift : Python implementation of Thrift
dev-python / thriftpy2 : Pure python approach of Apache Thrift
dev-python / tifffile : Read and write TIFF files
dev-python / time-machine : Travel through time in your tests
dev-python / timeout-decorator : Timeout decorator
dev-python / tiny-proxy : Simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel)
dev-python / tinycss2 : A complete yet simple CSS parser for Python
dev-python / tinyhtml5 : HTML parser based on the WHATWG HTML specification
dev-python / tld : Extract the top level domain (TLD) from the URL given
dev-python / tldextract : Accurately separate the TLD from the registered domain and subdomains of a URL
dev-python / tokenize-rt : A wrapper around the stdlib 'tokenize' which roundtrips
dev-python / toml-fmt-common : Common logic to the TOML formatter
dev-python / tomli : A lil' TOML parser
dev-python / tomli-w : A lil' TOML writer
dev-python / tomlkit : Style preserving TOML library
dev-python / toolz : List processing tools and functional utilities
dev-python / toposort : Implements a topological sort algorithm
dev-python / tornado : Python web framework and asynchronous networking library
dev-python / towncrier : Building newsfiles for your project
dev-python / tox : virtualenv-based automation of test activities
dev-python / tpm2-pytss : Python bindings for TSS
dev-python / tqdm : Add a progress meter to your loops in a second
dev-python / traitlets : A configuration system for Python applications
dev-python / transitions : A lightweight, object-oriented state machine implementation in Python
dev-python / translate-toolkit : Toolkit to convert between many translation formats
dev-python / tree-sitter : Python bindings to the Tree-sitter parsing library
dev-python / treq : A requests-like API built on top of twisted.web's Agent
dev-python / trimesh : Python library for loading and using triangular meshes
dev-python / trio : Python library for async concurrency and I/O
dev-python / trio-websocket : WebSocket client and server implementation for Python Trio
dev-python / trove-classifiers : Canonical source for classifiers on PyPI (pypi.org)
dev-python / trustme : #1 quality TLS certs while you wait, for the discerning tester
dev-python / truststore : Verify certificates using native system trust stores
dev-python / tubes : Flow control and backpressure for event-driven applications
dev-python / tuf : A secure updater framework for Python
dev-python / twine : Collection of utilities for publishing packages on PyPI
dev-python / twisted : An asynchronous networking framework written in Python
dev-python / twython : An easy way to access Twitter data with Python
dev-python / txaio : Compatibility API between asyncio/Twisted/Trollius
dev-python / txamqp : Python library for communicating with AMQP peers using Twisted
dev-python / txredisapi : Non-blocking redis client for python
dev-python / txrequests : Asynchronous Python HTTP for Humans
dev-python / txtorcon : Twisted-based Tor controller client, with state-tracking abstractions
dev-python / typeguard : Run-time type checker for Python
dev-python / types-docutils : Typing stubs for docutils
dev-python / types-gdb : Typing stubs for gdb
dev-python / types-psutil : Typing stubs for psutil
dev-python / types-setuptools : Typing stubs for setuptools
dev-python / typing-extensions : Backported and Experimental Type Hints for Python 3.7+
dev-python / typing-inspection : Runtime typing introspection tools
dev-python / typogrify : Filters for web typography, supporting Django & Jinja templates
dev-python / tzdata : tzdata shim to satisfy requirements (while using system tzdata)
dev-python / tzlocal : tzinfo object for the local timezone
dev-python / u-msgpack-python : A portable, lightweight MessagePack serializer and deserializer
dev-python / ubelt : A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress
dev-python / uc-micro-py : Micro subset of unicode data files for linkify-it-py projects
dev-python / ujson : Ultra fast JSON encoder and decoder for Python
dev-python / ukkonen : Implementation of bounded Levenshtein distance (Ukkonen)
dev-python / unasync : The async transformation code
dev-python / uncertainties : Python module for calculations with uncertainties
dev-python / unearth : A utility to fetch and download python packages
dev-python / unidecode : Module providing ASCII transliterations of Unicode text
dev-python / unidiff : Unified diff parsing/metadata extraction library
dev-python / unittest-mixins : A set of mixin classes and other helpers for unittest test case classes
dev-python / unittest-or-fail : Run unittests or fail if no tests were found
dev-python / unpaddedbase64 : Unpadded Base64
dev-python / unrardll : Python wrapper for the UnRAR DLL
dev-python / untangle : Convert XML documents into Python objects
dev-python / uri-template : URI Template expansion in strict adherence to RFC 6570
dev-python / uritemplate : Python implementation of RFC6570, URI Template
dev-python / uritools : RFC 3986-compliant URI parsing, classification and composition
dev-python / url-normalize : URL normalization for Python
dev-python / urllib3 : HTTP library with thread-safe connection pooling, file post, and more
dev-python / urwid : Curses-based user interface library for Python
dev-python / urwid-readline : Text input widget for urwid that supports readline shortcuts
dev-python / urwidtrees : Tree widgets for urwid
dev-python / userpath : Cross-platform tool for adding locations to the user PATH
dev-python / utidylib : TidyLib Python wrapper
dev-python / uv-build : PEP517 uv build backend
dev-python / uvicorn : Lightning-fast ASGI server implementation
dev-python / uvloop : Ultra-fast implementation of asyncio event loop on top of libuv
dev-python / validators : Python Data Validation for Humans
dev-python / varlink : Python implementation of the Varlink protocol
dev-python / vcrpy : Automatically mock your HTTP interactions to simplify and speed up testing
dev-python / vdf : A module for (de)serialization to and from VDF, Valve's key-value text format
dev-python / vdirsyncer : Synchronize calendars and contacts
dev-python / vecrec : 2D vector and rectangle classes
dev-python / verboselogs : Verbose logging for Python's logging module
dev-python / versioneer : Easy VCS-based management of project version strings
dev-python / versioningit : A setuptools plugin for versioning based on git tags
dev-python / vine : Python Promises
dev-python / virtualenv : Virtual Python Environment builder
dev-python / virtualenv-clone : A script for cloning a non-relocatable virtualenv
dev-python / virtualenvwrapper : Set of extensions to Ian Bicking's virtualenv tool
dev-python / visitor : A tiny pythonic visitor implementation
dev-python / vobject : Python package for parsing and generating vCard and vCalendar files
dev-python / voluptuous : A Python data validation library
dev-python / vpython : VPython for Jupyter notebook
dev-python / waitress : A pure-Python WSGI server
dev-python / wand : Ctypes-based simple ImageMagick binding for Python
dev-python / warlock : Python object model built on JSON schema and JSON patch
dev-python / watchdog : Python API and shell utilities to monitor file system events
dev-python / watchfiles : Simple, modern file watching and code reload in Python
dev-python / wcag-contrast-ratio : A library for computing contrast ratios, as required by WCAG 2.0
dev-python / wcmatch : Wildcard/glob file name matcher
dev-python / wcwidth : Measures number of Terminal column cells of wide-character codes
dev-python / weasyprint : Visual rendering engine for HTML and CSS that can export to PDF
dev-python / webcolors : Color names and value formats defined by the HTML and CSS specifications
dev-python / webencodings : Character encoding aliases for legacy web content
dev-python / webob : WSGI request and response object
dev-python / websocket-client : WebSocket client for python with hybi13 support
dev-python / websockets : Library for building WebSocket servers and clients in Python
dev-python / websockify : WebSockets support for any application/server
dev-python / webtest : Helper to test WSGI applications
dev-python / werkzeug : Collection of various utilities for WSGI applications
dev-python / whatever : Easy anonymous functions by partial application of operators
dev-python / whatthepatch : A patch parsing and application library.
dev-python / wheel : A built-package format for Python
dev-python / whisper : Fixed size round-robin style database
dev-python / whoosh : Fast, pure-Python full text indexing, search and spell checking library
dev-python / widgetsnbextension : IPython HTML widgets for Jupyter
dev-python / wrapt : Module for decorators, wrappers and monkey patching
dev-python / wsaccel : Accelerator for ws4py, autobahn and tornado
dev-python / wsgiproxy2 : HTTP proxying tools for WSGI apps
dev-python / wsproto : WebSockets state-machine based protocol implementation
dev-python / wtforms : Flexible forms validation and rendering library for python web development
dev-python / wurlitzer : Capture C-level stdout/stderr in Python
dev-python / wxpython : A blending of the wxWindows C++ class library with Python
dev-python / x-wr-timezone : Convert calendars using X-WR-TIMEZONE to standard ones
dev-python / xarray : N-D labeled arrays and datasets in Python
dev-python / xcffib : A drop in replacement for xpyb, an XCB python binding
dev-python / xdoctest : A rewrite of Python's builtin doctest module but without all the weirdness
dev-python / xkbcommon : Python bindings for libxkbcommon using cffi
dev-python / xlrd : Library to extract data from Microsoft Excel spreadsheets
dev-python / xlsxwriter : Python module for creating Excel XLSX files
dev-python / xlwt : Python library to create spreadsheet files compatible with Excel
dev-python / xmlschema : An XML Schema validator and decoder
dev-python / xmlsec : Python bindings for the XML Security Library
dev-python / xmltodict : Makes working with XML feel like you are working with JSON
dev-python / xvfbwrapper : Python wrapper for running a display inside X virtual framebuffer
dev-python / xxhash : Python binding for the xxHash library
dev-python / yapf : A formatter for Python files
dev-python / yappi : Yet Another Python Profiler
dev-python / yapsy : A fat-free DIY Python plugin management toolkit
dev-python / yara-python : Python interface for a malware identification and classification tool
dev-python / yarl : Yet another URL library
dev-python / yaswfp : Yet Another SWF Parser
dev-python / yattag : Python library to generate HTML or XML in a readable, concise and pythonic way
dev-python / yaxmldiff : Yet Another XML Differ
dev-python / youtube-search-python : Get YouTube video information using link WITHOUT YouTube Data API v3
dev-python / ytmusicapi : Unofficial API for YouTube Music
dev-python / zc-lockfile : Basic inter-process locks
dev-python / zconfig : Configuration library supporting a hierarchical schema-driven model
dev-python / zeep : A modern/fast Python SOAP client based on lxml / requests
dev-python / zenlib : Useful python decorators and utilities
dev-python / zeroconf : Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
dev-python / zipp : Backport of pathlib-compatible object wrapper for zip files
dev-python / zipstream-ng : A modern and easy to use streamable zip file generator
dev-python / zmq-anyio : Asynchronous API for ZMQ using AnyIO
dev-python / zope-component : Zope Component Architecture
dev-python / zope-configuration : Zope Configuration Architecture
dev-python / zope-deprecation : Zope Deprecation Infrastructure
dev-python / zope-event : Event publishing / dispatch, used by Zope Component Architecture
dev-python / zope-exceptions : General purpose exceptions for Zope packages
dev-python / zope-hookable : Efficient creation of 'hookable' objects
dev-python / zope-i18nmessageid : Zope support for i18nmessageid (tagging source of i18n strings)
dev-python / zope-interface : Interfaces for Python
dev-python / zope-schema : Zope schema Architecture
dev-python / zope-testing : Zope testing helpers
dev-python / zstandard : Zstandard Bindings for Python
dev-ruby / rbst : A simple Ruby wrapper for processing rST via docutils
dev-tcltk / snack : The Snack Sound Toolkit (Tcl)
dev-tcltk / tclpython : Python package for Tcl
dev-tex / dot2tex : Graphviz to LaTeX converter
dev-tex / latex2pydata : Allows LaTeX to save data to files using Python
dev-tex / minted : LaTeX package for source code syntax highlighting
dev-tex / pythontex : Fast Access to Python from within LaTeX
dev-tex / rubber : A LaTeX wrapper for automatically building documents
dev-util / 0xtools : Always-on profiling for production systems
dev-util / ROPgadget : Search for gadgets in binaries to facilitate your ROP exploitation
dev-util / Tensile : Stretching GPU performance for GEMMs and tensor contractions
dev-util / android-tools : Android platform tools (adb, fastboot, and mkbootimg)
dev-util / babeltrace : A command-line tool and library to read and convert trace files
dev-util / bcc : Tools for BPF-based Linux IO analysis, networking, monitoring, and more
dev-util / blueprint-compiler : Compiler for Blueprint, a markup language for GTK user interfaces
dev-util / buildbot : BuildBot build automation system
dev-util / buildbot-badges : Buildbot badges plugin produces an image in SVG or PNG format...
dev-util / buildbot-console-view : Buildbot console-view plugin
dev-util / buildbot-grid-view : BuildBot grid view web interface
dev-util / buildbot-pkg : BuildBot common www build tools for packaging releases
dev-util / buildbot-react-console-view : Buildbot react based console-view plugin
dev-util / buildbot-react-grid-view : BuildBot react based grid view web interface
dev-util / buildbot-react-wsgi-dashboards : Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
dev-util / buildbot-waterfall-view : Buildbot waterfall-view plugin
dev-util / buildbot-worker : BuildBot Worker (slave) Daemon
dev-util / buildbot-wsgi-dashboards : Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
dev-util / buildbot-www : BuildBot base web interface, use with buildbot-{console-view,waterfall-view}...
dev-util / buildbot-www-react : BuildBot base web interface, use with buildbot-react-{console-view,grid-view}...
dev-util / catalyst : Release metatool used for creating releases based on Gentoo Linux
dev-util / catfish : A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot
dev-util / coccigrep : A semantic grep for the C language
dev-util / coccinelle : Program matching and transformation engine
dev-util / codespell : Check text files for common misspellings
dev-util / conan : Distributed C/C++ package manager
dev-util / cookiecutter : Command-line utility to create projects from cookiecutters (project templates)
dev-util / cppcheck : Static analyzer of C/C++ code
dev-util / cram : Functional testing framework for command line applications
dev-util / cutter : A Qt and C++ GUI for rizin reverse engineering framework
dev-util / cvise : Super-parallel Python port of the C-Reduce
dev-util / dbus-test-runner : Run executables under a new DBus session for testing
dev-util / devhelp : An API documentation browser for GNOME
dev-util / diff-cover : Find diff lines that do not have test coverage
dev-util / diffoscope : Will try to get to the bottom of what makes files or directories different
dev-util / diffuse : A graphical tool to compare and merge text files
dev-util / dogtail : GUI test tool and automation framework using accessibility framework
dev-util / ebuildtester : A dockerized approach to test a Gentoo package within a clean stage3 container
dev-util / flawfinder : Examines C/C++ source code for security flaws
dev-util / gcovr : A Python script for summarizing gcov data
dev-util / gdbus-codegen : GDBus code and documentation generator
dev-util / gertty : Gertty is a console-based interface to the Gerrit Code Review system
dev-util / gi-docgen : A documentation generator for GObject-based libraries
dev-util / gitchangelog : Creates a nicely formatted changelog from git log history
dev-util / glade : A user interface designer for GTK+ and GNOME
dev-util / glib-utils : Build utilities for GLib using projects
dev-util / global : Tag system to find an object location in various sources
dev-util / gnome-builder : An IDE for writing GNOME-based software
dev-util / gprof2dot : Converts profiling output to dot graphs
dev-util / gtk-builder-convert : Converts Glade files to GtkBuilder XML format
dev-util / gtk-doc : GTK+ Documentation Generator
dev-util / howdoi : A code search tool
dev-util / imediff : 2-way/3-way merge tool (CLI, Ncurses)
dev-util / include-what-you-use : Find unused include directives in C/C++ programs
dev-util / itstool : Translation tool for XML documents that uses gettext files and ITS rules
dev-util / kdevelop-python : Python plugin for KDevelop
dev-util / maturin : Build and publish crates with pyo3, rust-cpython and cffi bindings
dev-util / meld : A graphical diff and merge tool
dev-util / nihtest : A testing tool for command line utilities
dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)
dev-util / pahole : pahole (Poke-a-Hole) and other DWARF utilities
dev-util / perf : Userland tools for Linux Performance Counters
dev-util / pkgcheck : pkgcore-based QA utility for ebuild repos
dev-util / pkgdev : Collection of tools for Gentoo development
dev-util / pwntools : CTF framework and exploit development library
dev-util / rbtools : Command line tools for use with Review Board
dev-util / redo : Smaller, easier, more powerful, and more reliable than make
dev-util / repolite : Manage a small set of git repository dependencies with YAML
dev-util / reuse : Manage license information according to the SPDX standard
dev-util / rocm-smi : ROCm System Management Interface Library
dev-util / rocminfo : ROCm Application for Reporting System Info
dev-util / ropper : Use to display information about binary files in different file formats
dev-util / rpmdevtools : Collection of rpm packaging related utilities
dev-util / rt-tests : A collection of latency testing tools for the linux(-rt) kernel
dev-util / scanmem : Locate and modify variables in executing processes
dev-util / smem : A tool that can give numerous reports on memory usage on Linux systems
dev-util / snakeviz : A web-based viewer for Python profiler output
dev-util / tbump : tbump helps you bump the version of your project easily
dev-util / trace-cmd : User-space front-end for Ftrace
dev-util / uftrace : Function (graph) tracer for user-space
dev-util / umockdev : Mock hardware devices for creating unit tests
dev-util / unicorn : A lightweight multi-platform, multi-architecture CPU emulator framework
dev-util / vint : Lint tool for Vim script language
dev-util / watchman : A file watching service
dev-util / xxdiff : Graphical file and directories comparator and merge tool
dev-util / yamllint : A linter for YAML files
dev-util / ydiff : Colored, side-by-side diff terminal viewer (ex. cdiff)
dev-vcs / breezy : Distributed Version Control System with a Friendly UI
dev-vcs / git : Stupid content tracker: distributed VCS designed for speed and efficiency
dev-vcs / git-big-picture : Visualization tool for Git repositories
dev-vcs / git-cola : The highly caffeinated git GUI
dev-vcs / git-delete-merged-branches : Command-line tool to delete merged Git branches
dev-vcs / git-filter-repo : Quickly rewrite git repository history (filter-branch replacement)
dev-vcs / git-machete : Probably the sharpest git repo organizer & rebase/merge workflow automation tool
dev-vcs / git-publish : Tool for preparing and storing patch revisions as git tag
dev-vcs / git-pw : A tool for integrating Git with Patchwork
dev-vcs / git-tools : Assorted git-related scripts
dev-vcs / gitg : git repository viewer for GNOME
dev-vcs / gitstats : Statistics generator for git
dev-vcs / hg-evolve : enables the changeset evolution feature of Mercurial
dev-vcs / hg-git : push to and pull from a Git repository using Mercurial
dev-vcs / mercurial : Scalable distributed SCM
dev-vcs / pre-commit : A framework for managing and maintaining multi-language Git pre-commit hooks
dev-vcs / pwclient : The command-line client for the patchwork patch tracking tool
dev-vcs / python-gitlab : Python command line interface to gitlab API
dev-vcs / repo : Google tool for managing git, particularly multiple repos
dev-vcs / svneverever : Tool collecting path entries across SVN history
dev-vcs / tortoisehg : Set of graphical tools for Mercurial
games-arcade / commandergenius : Open Source Commander Keen clone (needs original game files)
games-arcade / funnyboat : Side scrolling shooter game starring a steamboat on the sea
games-arcade / jumpnbump : Funny multiplayer game about cute little fluffy bunnies
games-arcade / solarwolf : Action/arcade recreation of SolarFox
games-arcade / whichwayisup : Traditional and challenging 2D platformer game with a slight rotational twist
games-board / gnubg : GNU BackGammon
games-board / pychess : GTK chess client
games-board / pysolfc : Exciting collection of more than 1000 solitaire card games
games-board / scid : Shane's Chess Information Database
games-emulation / hatari : Atari ST emulator
games-emulation / m64py : A frontend for Mupen64Plus
games-engines / fheroes2 : Recreation of HoMM2 game engine
games-engines / scrap-engine : Terminal-based Python game engine involving objects on a map
games-misc / doge : wow very terminal doge
games-misc / ponysay : cowsay reimplemention for ponies
games-misc / usolitaire : solitaire in your terminal
games-puzzle / angrydd : Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter
games-puzzle / brainworkshop : Short-term-memory training N-Back game
games-puzzle / monsterz : Puzzle game similar to the famous Bejeweled or Zookeeper
games-puzzle / pathological : Enriched clone of the game 'Logical' by Rainbow Arts
games-rpg / pokete : Terminal-based clone of the game Pokémon
games-simulation / singularity : Simulation of a true AI. Go from computer to computer, chased by the whole world
games-strategy / freeorion : Free turn-based space empire and galactic conquest game
games-util / cartridges : Simple game launcher written in Python using GTK4 and Libadwaita
games-util / heroic-bin : GOG and Epic Games Launcher for Linux
games-util / lutris : An open source gaming platform for GNU/Linux
games-util / nml : Compiler of NML files into GRF/NFO files
games-util / sc-controller : User-mode driver and GTK-based GUI for Steam Controllers and others
gnome-base / gnome-shell : Provides core UI functions for the GNOME desktop
gnome-extra / cinnamon : A fork of GNOME Shell with layout similar to GNOME 2
gnome-extra / cinnamon-screensaver : Screensaver for Cinnamon
gnome-extra / cinnamon-session : Cinnamon session manager
gnome-extra / gnome-browser-connector : OS-native connector counterpart for GNOME Shell browser extension
gnome-extra / gnome-integration-spotify : GNOME integration for Spotify
gnome-extra / gnome-tweaks : Customize advanced GNOME options
gnome-extra / nautilus-dropbox : Dropbox Nautilus Extension
gnome-extra / nemo : A file manager for Cinnamon, forked from Nautilus
kde-apps / cantor : Interface for doing mathematics and scientific computing
kde-apps / kajongg : Classical Mah Jongg for four players
kde-apps / kig : KDE Interactive Geometry tool
kde-apps / lokalize : Localization tool for KDE software and other free and open source software
kde-frameworks / kapidox : Framework for building KDE API documentation in a standard format and style
kde-frameworks / ki18n : Framework based on Gettext for internationalizing user interface text
kde-plasma / drkonqi : Plasma crash handler, gives the user feedback if a program crashed
kde-plasma / plasma-firewall : Plasma frontend for Firewalld or UFW
llvm-core / clang : C language family frontend for LLVM
llvm-core / lldb : The LLVM debugger
llvm-runtimes / openmp : OpenMP runtime library for LLVM/clang compiler
mail-client / alot : Experimental terminal UI for net-mail/notmuch written in Python
mail-client / claws-mail : An email client (and news reader) based on GTK+
mail-filter / afew : Initial tagging script for Notmuch
mail-filter / courier-pythonfilter : Python filtering architecture for the Courier MTA
mail-filter / pyzor : A distributed, collaborative spam detection and filtering network
mail-filter / spf-engine : Policy daemon for Postfix SPF verification
mate-extra / caja-admin : Caja Admin Extension
mate-extra / caja-dropbox : Store, Sync and Share Files Online
mate-extra / mate-tweak : Tweak tool for the MATE Desktop
media-gfx / alembic : Open framework for storing and sharing scene data
media-gfx / asymptote : A vector graphics language that provides a framework for technical drawing
media-gfx / blender : 3D Creation/Animation/Publishing System
media-gfx / cairosvg : CLI and library to export SVG to PDF, PostScript, and PNG
media-gfx / cropgui : GUI for lossless cropping of jpeg images
media-gfx / curtail : Image compressor, supporting PNG, JPEG and WebP
media-gfx / displaycal-py3 : Modernize the DisplayCAL code including Python 3 support
media-gfx / entangle : Tethered Camera Control & Capture
media-gfx / eog-plugins : Eye of GNOME plugins
media-gfx / fontforge : postscript font editor and converter
media-gfx / freecad : Qt based Computer Aided Design application
media-gfx / gimp : GNU Image Manipulation Program
media-gfx / gnofract4d : A program for drawing beautiful mathematically-based images known as fractals
media-gfx / graphviz : Open Source Graph Visualization Software
media-gfx / hugin : GUI for the creation & processing of panoramic images
media-gfx / hydrus : A booru-like media organizer for the desktop
media-gfx / img2pdf : Losslessly convert raster images to PDF
media-gfx / inkscape : SVG based generic vector-drawing program
media-gfx / krita : Free digital painting application. Digital Painting, Creative Freedom!
media-gfx / libredwg : C library to handle DWG files
media-gfx / mcomix : GTK image viewer for comic book archives
media-gfx / mypaint : Fast and easy graphics application for digital painters
media-gfx / netgen : Automatic 3d tetrahedral mesh generator
media-gfx / openvdb : Library for the efficient manipulation of volumetric data
media-gfx / photoqt : Simple but powerful Qt-based image viewer
media-gfx / renderdoc : A stand-alone graphics debugging tool
media-gfx / scour : Take an SVG file and produce a cleaner and more concise file
media-gfx / svg2rlg : Converts SVG files to PDFs or reportlab graphics
media-gfx / termtosvg : Record terminal sessions as SVG animations
media-gfx / ueberzug : Command line util to draw images on terminals by using child windows
media-gfx / word_cloud : A little word cloud generator in Python
media-gfx / xdot : Interactive viewer for Graphviz dot files
media-gfx / yafaray : A free open-source montecarlo raytracing engine
media-gfx / zbar : Library and tools for reading barcodes from images or video
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / aubio : Library for audio labelling
media-libs / avidemux-plugins : Plugins for the video editor media-video/avidemux
media-libs / gexiv2 : GObject-based wrapper around the Exiv2 library
media-libs / gstreamer-editing-services : SDK for making video editors and more
media-libs / hamlib : Ham radio backend rig control libraries
media-libs / lensfun : Library for rectifying and simulating photographic lens distortions
media-libs / libffado : Driver for IEEE1394 (Firewire) audio interfaces
media-libs / libiptcdata : Library for International Press Telecommunications Council (IPTC) metadata
media-libs / libsixel : A lightweight, fast implementation of DEC SIXEL graphics codec
media-libs / lilv : Library to make the use of LV2 plugins as simple as possible for applications
media-libs / lv2 : A simple but extensible successor of LADSPA
media-libs / lvtk : A set of C++ wrappers around the LV2 C API
media-libs / mlt : Open source multimedia framework for television broadcasting
media-libs / mutagen : Audio metadata tag reader and writer implemented in pure Python
media-libs / oidn : Intel® Open Image Denoise library
media-libs / opencolorio : Color management framework for visual effects and animation
media-libs / opencv : A collection of algorithms and sample code for various computer vision problems
media-libs / openimageio : A library for reading and writing images
media-libs / osl : Advanced shading language for production GI renderers
media-libs / partio : Library for particle IO and manipulation
media-libs / shaderc : Collection of tools, libraries and tests for shader compilation
media-libs / sratom : Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
media-libs / vigra : C++ computer vision library emphasizing customizable algorithms and structures
media-libs / vips : VIPS Image Processing Library
media-libs / vulkan-layers : Vulkan Validation Layers
media-plugins / ams-lv2 : A port of the AMS internal modules to LV2 plugins to create modular synthesizers
media-plugins / vamp-aubio-plugins : Onset detection, pitch tracking, note tracking and tempo tracking plugins
media-radio / chirp : A free, open-source tool for programming your radio
media-sound / a2jmidid : Daemon for exposing ALSA sequencer applications in JACK MIDI system
media-sound / apetag : Command-line ape 2.0 tagger
media-sound / audiotools : Collection of command line audio tools
media-sound / beets : Media library management system for obsessive music geeks
media-sound / cadence : Collection of tools useful for audio production
media-sound / csound : Sound design and signal processing system for composition and performance
media-sound / denonavr-cli : A simple CLI for Denon AV receivers
media-sound / dir2ogg : Converts mp3, m4a, wma, and wav files to Ogg Vorbis format
media-sound / ecasound : Package for multitrack audio processing
media-sound / frescobaldi : A LilyPond sheet music text editor
media-sound / gnome-music : Music management for Gnome
media-sound / gpodder : A free cross-platform podcast aggregator
media-sound / jack : A frontend for several cd-rippers and mp3 encoders
media-sound / jack2 : Jackdmp jack implemention for multi-processor machine
media-sound / lash : LASH Audio Session Handler
media-sound / lilypond : GNU Music Typesetter
media-sound / linux-show-player : A cue player designed for stage productions
media-sound / lollypop : Modern music player for GNOME
media-sound / picard : Cross-platform music tagger
media-sound / pithos : Pandora.com client for the GNOME desktop
media-sound / puddletag : Audio tag editor
media-sound / pulsemixer : CLI and curses mixer for PulseAudio
media-sound / qpaeq : Equalizer interface for equalizer sinks of PulseAudio (networked sound server)
media-sound / quodlibet : audio library tagger, manager, and player for GTK+
media-sound / rhythmbox : Music management and playback software for GNOME
media-sound / solfege : GNU program to help practicing ear training
media-sound / sonata : Elegant GTK+ music client for the Music Player Daemon (MPD)
media-sound / soundconverter : A simple audiofile converter application for the GNOME environment
media-sound / whipper : A Python CD-DA ripper preferring accuracy over speed (forked from morituri)
media-sound / xmms2 : X(cross)platform Music Multiplexing System, next generation of the XMMS player
media-tv / kodi : A free and open source media-player and entertainment hub
media-tv / tvheadend : Tvheadend is a TV streaming server and digital video recorder
media-video / devedeng : DevedeNG is a program to create video DVDs and CDs (VCD, sVCD or CVD)
media-video / gaupol : A subtitle editor for text-based subtitles
media-video / mpv : Media player for the command line
media-video / obs-studio : Software for Recording and Streaming Live Video Content
media-video / pitivi : A non-linear video editor using the GStreamer multimedia framework
media-video / subliminal : Python library to search and download subtitles
media-video / totem : Media player for GNOME
media-video / vcsi : Create thumbnail sheets from video files
media-video / vidcutter : FFmpeg-based simple video cutter & joiner with a modern PyQt5 GUI
media-video / yle-dl : Download media files from Yle Areena
net-analyzer / 2ping : A bi-directional ping utility
net-analyzer / fail2ban : Scans log files and bans IPs that show malicious signs
net-analyzer / gr-fosphor : gnuradio fosphor block (GPU spectrum display)
net-analyzer / greenbone-feed-sync : New script for syncing the Greenbone Community Feed
net-analyzer / gvm-tools : Remote control for Greenbone Vulnerability Manager, previously named openvas-cli
net-analyzer / linkchecker : Check websites for broken links
net-analyzer / nagios-check_multiple : A Nagios plugin to execute multiple checks in parallel
net-analyzer / nagios-icinga-openvpn : A Nagios plugin to check whether an OpenVPN server is alive
net-analyzer / nagstamon : systray monitor for displaying realtime status of several monitoring systems
net-analyzer / net-snmp : Software for generating and retrieving SNMP data
net-analyzer / netdata : Linux real time system monitoring, done right!
net-analyzer / nmap : Network exploration tool and security / port scanner
net-analyzer / notus-scanner : Notus is a vulnerability scanner for creating results from local security checks
net-analyzer / ospd-openvas : This is an OSP server implementation to allow GVM to remotely control OpenVAS
net-analyzer / pontos : Common utilities and tools maintained by Greenbone Networks
net-analyzer / pypacker : Fast and simple packet creation and parsing library for Python
net-analyzer / python-gvm : Greenbone Vulnerability Management Python Library
net-analyzer / rrdtool : A data logging and graphing system for time series data
net-analyzer / scapy : A Python interactive packet manipulation program for mastering the network
net-analyzer / shodan : The official Python library for Shodan
net-analyzer / snallygaster : Finds file leaks and other security problems on HTTP servers
net-analyzer / snmpclitools : Pure-Python SNMP management tools
net-analyzer / speedtest-cli : Command line interface for testing internet bandwidth using speedtest.net
net-analyzer / ssh-audit : SSH server auditing (banner, key exchange, encryption, mac, compression, etc)
net-analyzer / suricata : High performance Network IDS, IPS and Network Security Monitoring engine
net-analyzer / wapiti : Web-application vulnerability scanner
net-analyzer / wtfis : Passive hostname, domain and IP lookup tool for non-robots
net-dialup / freeradius : Highly configurable free RADIUS server
net-dns / avahi : System which facilitates service discovery on a local network
net-dns / dnsviz : Tool suite for analysis and visualization of DNS and DNSSEC
net-dns / hash-slinger : Various tools to generate DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY
net-dns / knot : High-performance authoritative-only DNS server
net-dns / knot-resolver : A scaleable caching DNS resolver
net-dns / unbound : A validating, recursive and caching DNS resolver
net-firewall / firewalld : Firewall daemon with D-Bus interface providing a dynamic firewall
net-firewall / nftables : Linux kernel firewall, NAT and packet mangling tools
net-firewall / ufw : A program used to manage a netfilter firewall
net-fs / btfs : a bittorrent filesystem based on FUSE
net-fs / cifs-utils : Tools for Managing Linux CIFS Client Filesystems
net-fs / samba : Samba Suite Version 4
net-im / err : Multiprotocol chatbot designed to be easily deployable and maintainable
net-im / gajim : GTK XMPP Client
net-im / pidgin : GTK Instant Messenger client
net-im / poezio : Console XMPP client that looks like most famous IRC clients
net-im / profanity : A console based XMPP client inspired by Irssi
net-im / synapse : Reference implementation of Matrix homeserver
net-im / toxic : A curses-based client for Tox
net-im / transwhat : A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3
net-im / yowsup : A library that enables you to build applications which use the WhatsApp service
net-irc / hexchat : Graphical IRC client based on XChat
net-irc / irker : Submission tools for IRC notifications
net-irc / kvirc : Advanced IRC Client
net-irc / limnoria : Python based extensible IRC infobot and channel bot
net-irc / telepathy-idle : Full-featured IRC connection manager for Telepathy
net-irc / weechat : Portable and multi-interface IRC client
net-irc / znc : An advanced IRC Bouncer
net-irc / znc-palaver : A ZNC module which provides push notifications to Palaver
net-libs / dleyna : A set of services and D-Bus APIs to simplify access to UPnP/DLNA media devices
net-libs / gupnp : An object-oriented framework for creating UPnP devs and control points
net-libs / ldns : A library with the aim to simplify DNS programming in C
net-libs / libaccounts-glib : Accounts SSO (Single Sign-On) management library for GLib applications
net-libs / libiio : Library for interfacing with IIO devices
net-libs / libsearpc : Simple C language RPC framework
net-libs / libtorrent-rasterbar : C++ BitTorrent implementation focusing on efficiency and scalability
net-libs / pacparser : Library to parse proxy auto-config files
net-libs / stem : Stem is a Python controller library for Tor
net-libs / xrootd : Extended ROOT remote file server
net-mail / automx2 : Mail User Agent (email client) configuration made easy
net-mail / b4 : Utility for fetching patchsets from public-inbox
net-mail / getmail : A mail retriever with reliable Maildir and mbox delivery
net-mail / mailutils : A useful collection of mail servers, clients, and filters
net-mail / notmuch : Thread-based e-mail indexer, supporting quick search and tagging
net-mail / onionrouter : .onion discovery via SRV DNS lookups for use with postfix
net-mail / queue-repair : Toolkit for dealing with the qmail queue directory structure
net-mail / rss2email : A python script that converts RSS/Atom newsfeeds to email
net-mail / tlsrpt-reporter : tools and daemons to implement TLSRPT services
net-misc / chrome-remote-desktop : access remote computers via Chrome!
net-misc / connman-notify : Desktop notification integration for connman
net-misc / downloader-cli : Simple downloader with an customizable progressbar
net-misc / dropbox-cli : Cli interface for dropbox (python), part of nautilus-dropbox
net-misc / electrum : User friendly Bitcoin client
net-misc / electrum-ltc : User friendly Litecoin client
net-misc / exabgp : The BGP swiss army knife of networking
net-misc / frr : The FRRouting Protocol Suite
net-misc / gallery-dl : Download image galleries and collections from several image hosting sites
net-misc / geoipyupdate : Simple python replacement for the MaxMind geoipupdate program
net-misc / gns3-gui : Graphical Network Simulator
net-misc / gns3-server : GNS3 server to asynchronously manage emulators
net-misc / htail : Tail over HTTP
net-misc / httpie : Modern command line HTTP client
net-misc / httpstat : httpstat visualizes cURL statistics in a way of beauty and clarity
net-misc / kea : High-performance production grade DHCPv4 & DHCPv6 server
net-misc / ntpsec : The NTP reference implementation, refactored
net-misc / nyx : Utility to monitor real time Tor status information
net-misc / omniORB : A robust, high-performance CORBA 2 ORB
net-misc / openvswitch : Production quality, multilayer virtual switch
net-misc / pssh : PSSH provides parallel versions of OpenSSH and related tools
net-misc / pulseaudio-dlna : A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio
net-misc / rabbitmq-server : RabbitMQ is a high-performance AMQP-compliant message broker written in Erlang
net-misc / remmina : A GTK+ RDP, SPICE, VNC and SSH client
net-misc / rsync : File transfer program to keep remote files into sync
net-misc / s3cmd : Command line client for Amazon S3
net-misc / s4cmd : Super S3 command line tool
net-misc / seafile : File syncing and sharing software with file encryption and group sharing
net-misc / socket-burst-dampener : A daemon that spawns one command per connection, and dampens connection bursts
net-misc / streamlink : CLI for extracting streams from websites to a video player of your choice
net-misc / you-get : Utility to download media contents from the web
net-misc / yt-dlp : youtube-dl fork with additional features and fixes
net-misc / ytmdl : Simple app to get songs from youtube in mp3 format
net-nds / 389-ds-base : 389 Directory Server (core libraries and daemons)
net-nds / nsscache : commandline tool to sync directory services to local cache
net-news / canto-curses : The ncurses client for canto-daemon
net-news / canto-daemon : Daemon part of Canto-NG RSS reader
net-news / liferea : News Aggregator for RDF/RSS/CDF/Atom/Echo feeds
net-nntp / sabnzbd : Binary newsgrabber with web-interface
net-p2p / deluge : BitTorrent client with a client/server model
net-p2p / nicotine+ : Graphical client for the Soulseek peer to peer network written in Python
net-p2p / torrentinfo : A torrent file parser
net-p2p / tremc : Ncurses interface for the Transmission BitTorrent client
net-print / hplip : HP Linux Imaging and Printing - Print, scan, fax drivers and service tools
net-proxy / hatop : Ncurses client and real-time monitoring and displaying of HAProxy status
net-proxy / mitmproxy : An interactive, SSL-capable, man-in-the-middle HTTP proxy
net-proxy / mitmproxy-rs : mitmproxy's Rust bits
net-proxy / sshuttle : Transparent proxy server that works as a poor man's VPN using ssh
net-proxy / trojan : An unidentifiable mechanism that helps you bypass GFW
net-voip / mumble : Mumble is an open source, low-latency, high quality voice chat software
net-voip / sipvicious : SIPVicious is a SIP security package
net-vpn / eduvpn-client : Linux client and Python client API for eduVPN
net-vpn / eduvpn-common : Linux client and Python client API for eduVPN
net-vpn / protonvpn-cli : A VPN command-line tool from protonvpn - python rewrite
net-vpn / riseup-vpn : Anonymous encrypted VPN client powered by Bitmask
net-vpn / tor : Anonymizing overlay network for TCP
net-wireless / aircrack-ng : WLAN tools for breaking 802.11 WEP/WPA keys
net-wireless / blueman : Simple and intuitive GTK+ Bluetooth Manager
net-wireless / bluez : Bluetooth Tools and System Daemons for Linux
net-wireless / gnuradio : Toolkit that provides signal processing blocks to implement software radios
net-wireless / gr-ieee802154 : IEEE 802.15.4 ZigBee Transceiver
net-wireless / gr-iqbal : gnuradio I/Q balancing
net-wireless / gr-osmosdr : GNU Radio source block for OsmoSDR and rtlsdr and hackrf
net-wireless / gr-paint : Paints monochrome images into the waterfall of a receiver
net-wireless / gr-rds : GNU Radio FM RDS Receiver
net-wireless / gr-scopy : Scopy IIO blocks for GNU Radio
net-wireless / kismet : IEEE 802.11 wireless LAN sniffer
net-wireless / lorcon : A generic library for injecting 802.11 frames
net-wireless / nanovna-saver : tool for reading, displaying and saving data from the NanoVNA
net-wireless / soapysdr : vendor and platform neutral SDR support library
net-wireless / uhd : Universal Software Radio Peripheral (USRP) Hardware Driver
net-wireless / urh : Universal Radio Hacker: investigate wireless protocols like a boss
sci-astronomy / pyephem : Astronomical routines for the Python programming language
sci-astronomy / pysiril : Python library to interface Python to a SiriL script
sci-astronomy / sirilic : Preparing acquisition files for processing with the SiriL software
sci-biology / bcftools : Utilities for variant calling and manipulating VCF and BCF files
sci-biology / biopython : Python modules for computational molecular biology
sci-biology / bowtie : Popular short read aligner for Next-generation sequencing data
sci-biology / pysam : Python interface for the SAM/BAM sequence alignment and mapping format
sci-calculators / units : Unit conversion program
sci-chemistry / GromacsWrapper : Python framework for Gromacs
sci-chemistry / MDAnalysis : A python library to analyze and manipulate molecular dynamics trajectories
sci-chemistry / ParmEd : Parameter and topology file editor and molecular mechanical simulator engine
sci-chemistry / chemex : Program to fit chemical exchange induced shift and relaxation data
sci-chemistry / gromacs : The ultimate molecular dynamics simulation package
sci-chemistry / mdtraj : Read, write and analyze MD trajectories with only a few lines of Python code
sci-chemistry / modeller : Homology or comparative modeling of protein three-dimensional structures
sci-chemistry / molequeue : Abstract, manage and coordinate execution of tasks
sci-chemistry / openbabel : Interconverts file formats used in molecular modeling
sci-chemistry / propka : pKa-value prediction of ionizable groups in protein and protein-ligand complexes
sci-chemistry / pymol : A Python-extensible molecular graphics system
sci-chemistry / vmd : Visual Molecular Dynamics
sci-chemistry / votca : Versatile Object-oriented Toolkit for Coarse-graining Applications
sci-electronics / kicad : Electronic Schematic and PCB design tools
sci-electronics / klayout : Viewer and editor for GDS and OASIS integrated circuit layouts
sci-geosciences / folium : Python Data, Leaflet.js Maps
sci-geosciences / geopy : Python client for several popular geocoding web services
sci-geosciences / gpsd : GPS daemon and library for USB/serial GPS devices and GPS/mapping clients
sci-geosciences / grass : A free GIS with raster and vector functionality, as well as 3D vizualization
sci-geosciences / mapserver : Development environment for building spatially enabled webapps
sci-geosciences / pymap3d : Python 3-D coordinate conversions
sci-geosciences / qgis : User friendly Geographic Information System
sci-geosciences / routino : Routing application based on openstreetmap data
sci-geosciences / xyzservices : Source of XYZ tiles providers
sci-libs / branca : spinoff from folium, host the non-map-specific features
sci-libs / cantera : Object-oriented tool suite for chemical kinetics, thermodynamics, and transport
sci-libs / cartopy : Python package for geospatial data processing and analysis
sci-libs / composable-kernel : High Performance Composable Kernel for AMD GPUs
sci-libs / dlib : Numerical and networking C++ library
sci-libs / eccodes : A set of encoding/decoding APIs and tools for WMO GRIB, BUFR, and GTS messages
sci-libs / gdal : Translator library for raster geospatial data formats (includes OGR support)
sci-libs / gmsh : Three-dimensional finite element mesh generator
sci-libs / kissfft : A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
sci-libs / libsigrok : Basic hardware drivers for logic analyzers and input/output file format support
sci-libs / libsigrokdecode : Provide (streaming) protocol decoding functionality
sci-libs / libsvm : Library for Support Vector Machines
sci-libs / linux-gpib : Driver library for GPIB (IEEE 488.2) hardware
sci-libs / med : A library to store and exchange meshed data or computation results
sci-libs / nlopt : Non-linear optimization library
sci-libs / numkit : Numerical first aid kit (with numpy/scipy)
sci-libs / pastix : Parallel solver for very large sparse linear systems
sci-libs / plplot : Multi-language scientific plotting library
sci-libs / pyshp : Pure Python read/write support for ESRI Shapefile format
sci-libs / rocFFT : Next generation FFT implementation for ROCm
sci-libs / spglib : Spglib is a C library for finding and handling crystal symmetries
sci-libs / volk : vector optimized library of kernels
sci-libs / vtk : The Visualization Toolkit
sci-mathematics / alectryon : Toolkit for literate programming in Coq
sci-mathematics / boolector : Fast SMT solver for bit-vectors, arrays and uninterpreted functions
sci-mathematics / cadabra : Field-theory motivated approach to computer algebra
sci-mathematics / cryptominisat : Advanced SAT solver with C++ and command-line interfaces
sci-mathematics / dunshire : Python library to solve linear games over symmetric cones
sci-mathematics / libpoly : C library for manipulating polynomials
sci-mathematics / manifold : Geometry library for topological robustness
sci-mathematics / maxima : Free computer algebra environment based on Macsyma
sci-mathematics / petsc : Portable, Extensible Toolkit for Scientific Computation
sci-mathematics / slepc : Scalable Library for Eigenvalue Problem Computations
sci-mathematics / stp : Simple Theorem Prover, an efficient SMT solver for bitvectors
sci-mathematics / z3 : An efficient theorem prover
sci-misc / vitables : A graphical tool for browsing / editing files in both PyTables and HDF5 formats
sci-ml / FP16 : conversion to/from half-precision floating point formats
sci-ml / NNPACK : acceleration package for neural network computations
sci-ml / accelerate : Run your *raw* PyTorch training script on any kind of device
sci-ml / caffe2 : A deep learning framework
sci-ml / datasets : Access and share datasets for Audio, Computer Vision, and NLP tasks
sci-ml / evaluate : makes evaluating, comparing models and reporting their performance easier
sci-ml / fastai : The fastai deep learning library
sci-ml / fastcore : Python supercharged for the fastai library
sci-ml / fastdownload : Easily download, verify, and extract archives
sci-ml / fastprogress : Simple and flexible progress bar for Jupyter Notebook and console
sci-ml / huggingface_hub : a client library to interact with the Hugging Face Hub
sci-ml / jiwer : Evaluate an automatic speech recognition system
sci-ml / onnx : Open Neural Network Exchange (ONNX)
sci-ml / pysentencepiece : Text tokenizer for Neural Network-based text generation
sci-ml / pytorch : Tensors and Dynamic neural networks in Python
sci-ml / safetensors : Simple, safe way to store and distribute tensors
sci-ml / seqeval : Python framework for sequence labeling evaluation
sci-ml / tokenizers : Implementation of today's most used tokenizers
sci-ml / torchvision : Datasets, transforms and models to specific to computer vision
sci-ml / transformers : State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
sci-physics / espresso : Extensible Simulation Package for Research on Soft matter
sci-physics / fastjet : A software package for jet finding in pp and e+e- collisions
sci-physics / hepmc : Event Record for Monte Carlo Generators
sci-physics / lammps : Large-scale Atomic/Molecular Massively Parallel Simulator
sci-physics / lhapdf : Les Houches Parton Density Function unified library
sci-physics / pythia : Lund Monte Carlo high-energy physics event generator
sci-physics / rivet : Rivet toolkit (Robust Independent Validation of Experiment and Theory)
sci-physics / root : C++ data analysis framework and interpreter from CERN
sci-physics / yoda : Yet more Objects for (High Energy Physics) Data Analysis
sci-visualization / dash : Python framework for building ML & data science web apps
sci-visualization / paraview : Powerful scientific data visualization application
sci-visualization / pythonprop : Scripts to prepare and plot VOACAP propagation predictions
sci-visualization / scidavis : Application for Scientific Data Analysis and Visualization
sci-visualization / veusz : Qt scientific plotting package with good Postscript output
sys-apps / apparmor-utils : Additional userspace utils to assist with AppArmor profile management
sys-apps / bleachbit : Clean junk to free disk space and to maintain privacy
sys-apps / dstat : Versatile replacement for vmstat, iostat and ifstat
sys-apps / dtc : Open Firmware device tree compiler
sys-apps / edid-fixdim : Tool to fix screen dimensions in EDID data dumps
sys-apps / file : Identify a file's format by scanning binary data for patterns
sys-apps / firejail : Security sandbox for any type of processes
sys-apps / fwupd : Aims to make updating firmware on Linux automatic, safe and reliable
sys-apps / i2c-tools : I2C tools for bus probing, chip dumping, EEPROM decoding, and more
sys-apps / kcheck : Record and check required kernel symbols are set
sys-apps / merge-usr : Script to migrate from split-usr to merged-usr
sys-apps / onerng : Software for the Open Hardware Random Number Generator called OneRNG
sys-apps / opal-utils : OPAL firmware utilities
sys-apps / openrazer : Drivers and user-space daemon to control Razer devices on GNU/Linux
sys-apps / pcsc-lite : PC/SC Architecture smartcard middleware library
sys-apps / pkgcore : a framework for package management
sys-apps / policycoreutils : SELinux core utilities
sys-apps / polychromatic : RGB lighting management software for GNU/Linux powered by OpenRazer
sys-apps / portage : The package management and distribution system for Gentoo
sys-apps / razer-cli : Command line interface for controlling Razer devices on Linux
sys-apps / razercfg : Utility for advanced configuration of Razer mice
sys-apps / razercommander : GTK contol center for managing Razer peripherals on Linux
sys-apps / selinux-python : SELinux core utilities
sys-apps / system-monitoring-center : Multi-featured system monitor GUI written in Python
sys-apps / systemd : System and service manager for Linux
sys-apps / systemd-utils : Utilities split out from systemd for OpenRC users
sys-apps / tuned : Daemon for monitoring and adaptive tuning of system devices
sys-apps / usbutils : USB enumeration utilities
sys-apps / uswid : Pure-Python library and CLI tool for processing SBoM metadata
sys-apps / util-linux : Various useful Linux utilities
sys-auth / fprintd : D-Bus service to access fingerprint readers
sys-auth / nss-pam-ldapd : NSS module for name lookups using LDAP
sys-auth / solo1 : CLI and Python library for SoloKeys Solo 1
sys-auth / ssh-import-id : Utility to securely retrieve an SSH public key and install it locally
sys-auth / ssh-ldap-pubkey : Utility to manage SSH public keys stored in LDAP
sys-auth / sssd : System Security Services Daemon provides access to identity and authentication
sys-block / bmap-tools : Flashing tool using block maps and sparse files
sys-block / fio : Jens Axboe's Flexible IO tester
sys-block / nbdkit : NBD server with stable plugin ABI and permissive license
sys-block / seekwatcher : Generates graphs from blktrace to help visualize IO patterns and performance
sys-block / targetcli-fb : Command shell for managing Linux LIO kernel target
sys-boot / woeusb-ng : Create a Windows USB stick installer from an iso image (rewrite of WoeUSB)
sys-cluster / ceph : Ceph distributed filesystem
sys-cluster / charliecloud : Lightweight user-defined software stacks for high-performance computing
sys-cluster / crmsh : Pacemaker command line interface for management and configuration
sys-cluster / glusterfs : GlusterFS is a powerful network/cluster filesystem
sys-cluster / hpx : C++ runtime system for parallel and distributed applications
sys-cluster / pacemaker : Pacemaker CRM
sys-cluster / rdma-core : Userspace components for the Linux Kernel's drivers/infiniband subsystem
sys-cluster / sanlock : shared storage lock manager
sys-devel / crosstool-ng : Versatile (cross-)toolchain generator
sys-devel / distcc : Distribute compilation of C code across several machines on a network
sys-firmware / seabios : Open Source implementation of a 16-bit x86 BIOS
sys-fs / android-file-transfer-linux : Android File Transfer for Linux
sys-fs / bcache-tools : Tools for bcache
sys-fs / mergerfs-tools : Optional tools to help manage data in a mergerfs pool
sys-fs / ubi_reader : Collection of Python scripts for extracting data from UBI and UBIFS images
sys-fs / udiskie : An automatic disk mounting service using udisks
sys-fs / zfs : Userland utilities for ZFS Linux kernel module
sys-kernel / bliss-initramfs : Boot your system's rootfs from Encrypted/OpenZFS
sys-kernel / genkernel : Gentoo automatic kernel building scripts
sys-kernel / kci-dev : Stand alone tool to interact with KernelCI
sys-kernel / kergen : Kernel config generator
sys-kernel / ugrd : Python based POSIX initramfs generator with TOML definitions
sys-kernel / virtme-ng : Quickly build and run kernels inside a virtualized snapshot of your live system
sys-libs / cracklib : Password Checking Library
sys-libs / ldb : LDAP-like embedded database
sys-libs / libapparmor : Library to support AppArmor userspace utilities
sys-libs / libblockdev : A library for manipulating block devices
sys-libs / libcap-ng : POSIX 1003.1e capabilities
sys-libs / libmodulemd : C Library for manipulating Fedora Modularity metadata files
sys-libs / libnbd : NBD client library in userspace
sys-libs / libnvme : C Library for NVM Express on Linux
sys-libs / libseccomp : High level interface to Linux seccomp filter
sys-libs / libselinux : SELinux userland library
sys-libs / libsemanage : SELinux kernel and policy management library
sys-libs / libsmbios : Provide access to (SM)BIOS information
sys-libs / openipmi : Library interface to IPMI
sys-libs / pam_wrapper : A tool to test PAM applications and PAM modules
sys-libs / talloc : Samba talloc library
sys-libs / tdb : Simple database API
sys-libs / tevent : Samba tevent library
sys-power / acpilight : Replacement for xbacklight that uses the ACPI interface to set brightness
sys-power / autosuspend : A daemon to automatically suspend and wake up a system
sys-power / nut : Network-UPS Tools
sys-power / power-profiles-daemon : Makes power profiles handling available over D-Bus
sys-power / switcheroo-control : D-Bus service to check the availability of dual-GPU
sys-power / throttled : Daemon to work around throttling issues on some Intel laptops
sys-process / audit : Userspace utilities for storing and processing auditing records
sys-process / bcron : A new cron system designed with secure operations in mind by Bruce Guenter
sys-process / bpytop : Linux/OSX/FreeBSD resource monitor
sys-process / criu : utility to checkpoint/restore a process tree
sys-process / glances : CLI curses based monitoring tool
sys-process / iotop : Top-like UI used to show which process is using the I/O
www-apache / mod_wsgi : An Apache2 module for running Python WSGI applications
www-apps / cgit : a fast web-interface for git repositories
www-apps / klaus : A simple, easy-to-set-up Git web viewer
www-apps / nikola : A static website and blog generator
www-apps / novnc : noVNC is a VNC client implemented using HTML5 technologies
www-apps / radicale : A simple CalDAV calendar server
www-apps / roundup : Issue-tracking system with command-line, web, and e-mail interfaces
www-client / elinks : Advanced and well-established text-mode web browser
www-client / falkon : Cross-platform web browser using QtWebEngine
www-client / pybugz : Command line interface to (Gentoo) Bugzilla
www-client / qutebrowser : Keyboard-driven, vim-like browser based on Python and Qt
www-misc / buku : Powerful command-line bookmark manager
www-misc / urlwatch : A tool for monitoring webpages for updates
www-plugins / passff-host : Host app for the PassFF WebExtension
www-servers / gunicorn : A WSGI HTTP Server for UNIX
www-servers / nginx-unit : Dynamic web and application server
www-servers / servefile : Serve a single file via HTTP
www-servers / uwsgi : uWSGI server for Python web applications
www-servers / varnish : Varnish is a state-of-the-art, high-performance HTTP accelerator
x11-base / xcb-proto : X C-language Bindings protocol headers
x11-drivers / xf86-video-qxl : QEMU QXL paravirt video driver
x11-libs / xapp : Cross-desktop libraries and common resources
x11-misc / alacarte : Simple GNOME menu editor
x11-misc / arandr : Another XRandR GUI
x11-misc / autorandr : Automatically select a display configuration based on connected devices
x11-misc / dex : DesktopEntry eXecution - tool to manage and launch autostart entries
x11-misc / gammastep : A screen color temperature adjusting software
x11-misc / grub2-theme-preview : Preview a GRUB 2.x theme using KVM/QEMU
x11-misc / libinput-gestures : Actions gestures on your touchpad using libinput
x11-misc / menulibre : Advanced freedesktop.org compliant menu editor
x11-misc / menumaker : Utility that scans through the system and generates a menu of installed programs
x11-misc / mozo : Mozo menu editor for MATE
x11-misc / mugshot : A lightweight user-configuration application
x11-misc / polybar : A fast and easy-to-use tool for creating status bars
x11-misc / py3status : py3status is an extensible i3status wrapper written in python
x11-misc / redshift : A screen color temperature adjusting software
x11-misc / revelation : A password manager for GNOME
x11-misc / safeeyes : Linux alternative to EyeLeo
x11-misc / screenkey : A screencast tool to display your keys inspired by Screenflick
x11-misc / sunflower : Small and highly customizable twin-panel file manager with plugin-support
x11-misc / xflux-gui : A GUI for f.lux
x11-misc / zim : A desktop wiki
x11-terms / guake : Drop-down terminal for GNOME
x11-terms / kitty : Fast, feature-rich, GPU-based terminal
x11-terms / terminator : Multiple GNOME terminals in one window
x11-themes / fvwm-crystal : Configurable FVWM theme with transparency and freedesktop compatible menu
x11-wm / fvwm : An extremely powerful ICCCM-compliant multiple virtual desktop window manager
x11-wm / fvwm3 : A multiple large virtual desktop window manager derived from fvwm
x11-wm / herbstluftwm : A manual tiling window manager for X
x11-wm / marco : MATE default window manager
x11-wm / openbox : Standards compliant, fast, light-weight, extensible window manager
x11-wm / qtile : A full-featured, hackable tiling window manager written in Python
x11-wm / xpra : X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy
xfce-base / xfce4-settings : Configuration system for the Xfce desktop environment
xfce-extra / xfce4-panel-profiles : Simple application to manage Xfce panel layouts
Bugs
- 457990
- dev-lang/python smtplib.SMTP.__init__() fails to catch "Resource temporarily unavailble" unavailable
- 487640
- dev-lang/python: add USE static-libs
- 504828
- sys-apps/portage: --depclean --with-bdeps=n doesn't allow to remove dev-lang/python:3.3 while it's unused
- 634064
- dev-lang/python builds fail with "-fopenmp" in CFLAGS/CXXFLAGS
- 653850
- dev-lang/python fails test_fsize_ismax (test.test_resource.ResourceTest) on alpha
- 675470
- dev-lang/python-3.6.5 - Add conditional support for --with-dtrace for profiling
- 692128
- dev-lang/python-3.6.? USE=ncurses with sys-libs/ncurses[tinfo] - .../work/Python-3.6.5/python: symbol 'LINES': can't resolve symbol
- 697862
- dev-lang/python-3.7.4-r1 fails test_ctypes test
- 704816
- dev-lang/python - Cross-compiled python installs wrong version of lib2to3/Grammar pickle
- 716310
- dev-lang/python-2.7.17-r2 fails test test_bdb - FAIL: test_skip (test.test_bdb.StateTestCase)
- 719026
- dev-lang/python-3.8.2-r1 fails test_ctypes test
- 720050
- dev-lang/python-3.8.2-r2 : hangs at install phase (related to multiprocessing, maybe related to qemu?)
- 722656
- dev-lang/python-3.8.2-r2 fails test test_localtime_timezone
- 731766
- dev-lang/python-3.7.8-r1 fails tests: ERROR: test_session (test.test_ssl.ThreadedTests)
- 731790
- dev-lang/python - add USE=doc and RDEPEND = doc? ( app-doc/python-docs )
- 753302
- dev-lang/python-3.9.0 fails test_ctypes test
- 753359
- dev-lang/python-3.10.0_alpha1 fails tests: ERROR: test_connect_capath (test.test_ssl.SimpleBackgroundTests)
- 775839
- dev-lang/python: find_library broken on macOS
- 793884
- dev-python/imapclient with dev-lang/python-3.9.5_p2 - ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure
- 795960
- dev-lang/python-3.9 - installation failed due to bug in some modules - _abc_collections.py.
- 802345
- dev-lang/python-3.8.10_p2/3.9.5_p2 Default-to-TLS-1.2: break some libs: urllib3/httplib2 cause DH_KEY_TOO_SMALL
- 804894
- dev-lang/python: do not override dev-libs/openssl defaults
- 812794
- dev-libs/openssl: introduce USE=hardened with stronger defaults (based on dev-lang/python)
- 828998
- dev-lang/python-3.10.1 test failures: test_bdb test_doctest test_import test_importlib test_pickle test_runpy test_support
- 835993
- =dev-lang/python-3.10.4 fails to build with "error: inlining failed in call to 'always_inline' 'mpd_del': target specific option mismatch"
- 842255
- dev-lang/python-3.9.12: fails test_flush_return_value test on hppa
- 863077
- dev-lang/python-3.11.0_beta5-r1: Error loading shared library libcrypt.so.2: No such file or directory (needed by _crypt.cpython-311-x86_64-linux-musl.so)
- 865097
- dev-lang/python-3.10.6_p2: test_distutils fails
- 873925
- dev-lang/python-3.11[pgo] does not build without installing compiler-rt-sanitizers
- 880131
- dev-lang/python-3.11.0_p1: test failures in test_posix
- 900410
- dev-lang/python-3.12.0_alpha6 - : error: Incorrect number of arguments. uuid3 requires a namespace and a name. Run python -m uuid
- 909196
- dev-lang/python[lto] compiles in single thread, ignores -flto cflags with -flto-partition=one
- 909747
- [Tracker] >=dev-lang/python-3.11.4 urllib parser fix breaks tests with non-compliant input data
- 911861
- dev-lang/python incomplete LICENSE information
- 913919
- dev-lang/python: installs Makefile at /usr/lib/python3.11/config-3.11-${CHOST}/Makefile with INSTALL path hardcoded (possibly including Portage tmpdir if upgraded itself)
- 914430
- dev-lang/python-3.11.5 does not respect LDFLAGS for _bootstrap_python
- 916952
- portage-3.0.46: emerge --depclean wants to remove dev-lang/python-2.7.18_p16-r1 even though an installed package depends on python:2.7[threads]
- 921713
- [RAP] dev-lang/python-2.7.18_p16-r1 No such file or directory: '/usr/include/sys/types.h'
- 923459
- dev-lang/python-3.12.1_p1[pgo] fails to build: error: Error in reading profile code.profclangd: unsupported instrumentation profile format version
- 928855
- dev-lang/python-3.11.9 - Python/ceval_gil.h: warning: a function declaration without a prototype
- 931773
- dev-lang/python-3.13.0_beta1_p1 5 test failures
- 931921
- dev-lang/python-3.13.0_beta1_p1 - test FAILED
- 932004
- dev-lang/python-3.13.0_beta1_p1 fails [116/423] test_compileall
- 932016
- dev-lang/python-3.11.9: test_interpreters test__xxsubinterpreters hangs
- 932320
- dev-lang/python-3.13.0_beta1_p2 - [ncurses-6.5] find: build: No such file or directory
- 933279
- dev-lang/python-3.13.0_beta1_p3 - ./jit_stencils.h: error: _PyCriticalSection_BeginSlow undeclared (first use in this function)
- 933400
- dev-lang/python-3.13.0_beta1_p3 - OSError: [Errno 14] Bad address
- 935252
- >=dev-lang/python-3.13.0_beta3[-jit] fails to compile on riscv: Python/perf_jit_trampoline.c:375:6: error: #error "Unsupported target architecture"
- 937223
- dev-lang/python-3.12.4_p3 - [ncurses-6.5] [icu-75.1] [gcc-15] sandbox issue
- 938366
- dev-lang/python:2.7, dev-python/pypy: possibly rebase our branch on top of https://github.com/ActiveState/cpython
- 939728
- dev-lang/python-3.12.6 fails test_socket test
- 939851
- dev-lang/python-3.12.6 emerge fails with endian problems
- 941160
- sys-apps/portage+dev-lang/python:3.13[jit]: emerge freezes
- 941296
- dev-lang/python-3.12.6_p4 fails GDB-related tests
- 941433
- dev-lang/yasm: invalid dependency on dev-lang/python (in unused -9999 code)
- 941435
- net-libs/paho-mqtt-c: invalid dependency on dev-lang/python
- 942077
- dev-lang/python: Virtual environment (venv) activation scripts don't quote paths
- 942351
- dev-lang/python-3.13.0 test_processes_terminate timeout
- 942357
- dev-lang/python-3.13.0: sandbox access violation at /usr/lib/pypy3.10/urllib/__pycache__
- 942398
- dev-lang/python-3.13.0 fails tests test_socket and test_curses
- 942401
- dev-lang/python-3.13.0 test failures (test failure : test_posix ; test_math )
- 942439
- dev-lang/python-3.13.0 fails test test_os.TimerfdTests
- 945864
- =dev-lang/python-3.12.8: ModuleNotFoundError: No module named 'gpep517'
- 946238
- hardened profile: dev-lang/python[gdbm] is redundant
- 946313
- dev-lang/python-3.12.8: fails with 'ImportError: /usr/lib64/libcrypto.so.3: version `OPENSSL_3.3.0' not found' if using binhost package with dev-libs/openssl-3.1* installed
- 946596
- dev-lang/python: ebuild's use of CFLAGS_NODIST means `pip install` compiles C extensions without optimization or debugging info
- 949564
- media-gfx/blender with dev-lang/python:3.12 Fatal Python error: PyImport_AppendInittab: PyImport_AppendInittab() may not be called after Py_Initialize()
- 953470
- dev-lang/python-3.12.9[pgo] with sys-apps/util-linux[uuidd] sandbox violation
- 953625
- dev-lang/python-3.12.10 fails test test_peg_generator
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.3 arm64, #953490
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.10 arm64, #953489
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.12 x86, #953488
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.12 amd64, #953488
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.12 arm, #953488
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Skip test_gdb on arm*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p7 hppa, #953485
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 hppa, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.12 hppa, #953488
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.10 hppa, #953489
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.3 hppa, #953490
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 hppa, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.3 ppc, #953490
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.10 ppc, #953489
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.12 ppc, #953488
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.17 ppc, #953487
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.22 ppc, #953486
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p7 x86, #953485
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p7 ppc, #953485
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p7 amd64, #953485
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.13.3 arm, #953490
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.12 sparc, #953488
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 sparc, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p7 sparc, #953485
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p7 arm64, #953485
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.12 arm64, #953488
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.3 sparc, #953490
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.3 amd64, #953490
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.3 x86, #953490
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.3 ppc64, #953490
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.10 sparc, #953489
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.10 arm, #953489
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.10 ppc64, #953489
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.10 amd64, #953489
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.10 x86, #953489
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.12 ppc64, #953488
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 sparc, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 arm, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 ppc64, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 amd64, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 arm64, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.17 x86, #953487
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 arm, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 ppc64, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 amd64, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 arm64, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.22 x86, #953486
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p7 arm, #953485
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p7 ppc64, #953485
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.20_p7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.22
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.17
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.3-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha7-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p2 hppa, #951374
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p2 hppa, #951383
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 ppc, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 ppc, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 amd64, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 amd64, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 ppc64, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 x86, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 sparc, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 arm64, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 sparc, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.16_p2 arm, #951383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 x86, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 arm, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 arm64, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p2 ppc64, #951374
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha6-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.2 arm64, #950064
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.9 arm64, #950063
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.13.2 hppa, #950064
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.9 hppa, #950063
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: build 2.7 w/ -std=gnu17
Not worth digging up which commit fixed this. Closes: https://bugs.gentoo.org/945717 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: drop USE=tk from 2.7
As discussed on IRC. Python 2.7 is on life-support and it needs patching to work w/ Modern C. Closes: https://bugs.gentoo.org/921571 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.13.2 sparc, #950064
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.9 sparc, #950063
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.2 x86, #950064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.2 amd64, #950064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.2 ppc64, #950064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.9 x86, #950063
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.2 ppc, #950064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.9 ppc, #950063
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.9 ppc64, #950063
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.9 amd64, #950063
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.2 arm, #950064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.21_p1 arm, #950065
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.9 arm, #950063
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.16_p2
Backport patches for dev-libs/openssl >= 3.4 test failures. Closes: https://bugs.gentoo.org/949706 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.11_p2
Backport patches for dev-libs/openssl >= 3.4 test failures. Closes: https://bugs.gentoo.org/949706 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Ulrich Müller · gentoo
dev-lang/python: Port to ver_replacing
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha5-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.2-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.8_p1 amd64, #948323
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.1_p1 sparc, #948324
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.1_p1 ppc, #948324
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.1_p1 x86, #948324
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.8_p1 ppc, #948323
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.8_p1 sparc, #948323
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.1_p1 amd64, #948324
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.1_p1 arm, #948324
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.1_p1 ppc64, #948324
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.8_p1 arm, #948323
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.8_p1 x86, #948323
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.8_p1 ppc64, #948323
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha4-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 sparc, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 ppc, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p1 x86, #945851
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 arm64, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 arm64, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 arm, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p6 arm, #945853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p1 arm, #945851
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 arm, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 arm, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p6 hppa, #945853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p1 hppa, #945851
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 hppa, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 hppa, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p2 hppa, #943633
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 hppa, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Sync TMPDIR declarations between all slots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Ignore test failures in profiling run
Closes: https://bugs.gentoo.org/942956 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.1_p1-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.1_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.8_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.21_p1 hppa, #945852
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p1 ppc64, #945851
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.12.8 ppc64, #945850
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha3-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: 3.14.0_alpha2* uses LLVM 19
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p6 ppc64, #945853
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix VERIFY_SIG_METHOD declaration for deps
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip test_gdb on hppa
Fails with permission issues on /proc/*/mem. Running gdb under sandbox is perilous anyway. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 x86, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {sys-devel → llvm-core}/llvm
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
Move {sys-devel → llvm-core}/clang
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.8 amd64, #945850
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.11_p1 amd64, #945851
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 sparc, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p6 sparc, #945853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p1 sparc, #945851
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 sparc, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 amd64, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p6 amd64, #945853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.21_p1 amd64, #945852
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 amd64, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 ppc64, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.21_p1 ppc64, #945852
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 x86, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p6 x86, #945853
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.21_p1 sparc, #945852
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.16_p1 ppc, #945876
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.20_p6 ppc, #945853
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.21_p1 ppc, #945852
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.11.11_p1 ppc, #945851
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.16_p1 arm64, #945876
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p6 arm64, #945853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.21_p1 arm64, #945852
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.16_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.21_p1 x86, #945852
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 x86, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.11_p1 arm64, #945851
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 ppc, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.13.1 ppc64, #945849
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.20_p6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.21_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.11_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.1-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.1
Also switching to using /var/tmp for tests in this bump series. Closes: https://bugs.gentoo.org/942363 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p4 hppa, #943634
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.7_p1 sparc, #942281
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.7_p1 ppc64, #942281
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix the PPC64/SPARC test fix for 3.12.7_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add SPARC test fix to 3.12.7_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p2 hppa, #943632
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha2-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p4 sparc, #943634
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.8.20_p4 amd64, #943634
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.20_p2 amd64, #943633
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.20_p2 sparc, #943633
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.15_p2 amd64, #943632
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.15_p2 sparc, #943632
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.8.20_p4 arm64, #943634
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.20_p2 arm64, #943633
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.15_p2 arm64, #943632
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.12.7_p1 arm, #942281
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.8.20_p4 arm, #943634
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.20_p2 arm, #943633
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.15_p2 arm, #943632
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p2 x86, #943633
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p2 x86, #943632
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p4 x86, #943634
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p4 ppc64, #943634
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p4 ppc, #943634
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20_p2 ppc64, #943633
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20_p2 ppc, #943633
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15_p2 ppc, #943632
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15_p2 ppc64, #943632
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.20_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.20_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.15_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-lang/python: Stabilize 3.13.0 arm, #942282
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Matoro Mahri · gentoo
dev-lang/python: Stabilize 3.13.0 arm64, #942282
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Matoro Mahri · gentoo
dev-lang/python: Stabilize 3.13.0 hppa, #942282
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.13.0 ppc64, #942282
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.13.0 sparc, #942282
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Reenable test_descr on ppc64 & sparc in 3.12+
These seem to pass, now that we have adjusted the recursion limits. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Skip test_multiprocessing_spawn on sparc
Skip the third `test_multiprocessing*` on SPARC, because it hangs like the other two. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Skip test_gdb on ppc64 & sparc
The gdb tests are failing on devboxes. They were previously covered by the unconditional `-x test_gdb` but that's been narrowed to `-x test_pretty_print`, missing that other tests fail on these architectures. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Skip test_perf_profiler because of frequent failures
Bug: https://bugs.gentoo.org/933840 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.7_p1 arm64, #942281
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.0 amd64, #942282
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.7_p1 amd64, #942281
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.7_p1 x86, #942281
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.0 ppc, #942282
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.13.0 x86, #942282
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.7_p1 ppc, #942281
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove obsolete libb2 dep from 3.14.0_alpha1+
Remove the libb2 dep, now that it is replaced by bundled hacl. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Uncomment the python-exec RDEP in 3.13.0-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Override TMPDIR to reduce risk of test failures
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Add freethreaded 3.14.0_alpha1-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Don't hardcode version in 3.13.0-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove stale postinst and sync 3.14.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Skip another test from PGO in 3.14.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix PYTHON_KERNEL_CHECKS to be declared globally
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump 3.14.0_alpha1 patchset to fix test failure
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.14.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Skip test_external_introspection in PGO for 3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix QA_PKGCONFIG_VER for 3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add freethreading variant as a slot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6_p4 arm64, #940840
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove gil flag from 3.13.0
Remove freethreading support from dev-lang/python:3.13. This variant is not binary-compatible with the regular version of Python, and as such needs to be handled separately. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.12.6_p4 amd64, #940840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.12.6_p4 x86, #940840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Run check-reqs for PGO builds too
Extend check-reqs to USE=pgo without FEATURES=test, as we tend to run the same largefile tests in both cases. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6 sparc, #939207
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p2 sparc, #939866
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p4 sparc, #940840
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.10_p1 ppc, #939865
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p4 ppc, #940840
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Wrap all of pkg_setup into MERGE_TYPE check
Put all of pkg_setup calls into the MERGE_TYPE check. This does not really change anything, as both invoked functions do MERGE_TYPE checks of their own, but it streamlines and optimizes the ebuild a bit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p2 arm, #939866
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p1 arm, #939864
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p2 arm, #939862
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.10_p1 arm, #939865
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p4 arm, #940840
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 arm, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20 hppa, #939279
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6 hppa, #939207
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p2 hppa, #939866
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.10 hppa, #939208
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15 hppa, #939209
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p1 hppa, #939864
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p2 hppa, #939862
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.10_p1 hppa, #939865
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p4 hppa, #940840
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 hppa, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove duplicate xz-utils dep
This duplicate dependency is a leftover of enforcing "extra-filters" flag in the past. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix tests in systemd-nspawn
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.7_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.10_p1 sparc, #939865
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p2 sparc, #939862
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 sparc, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p1 sparc, #939864
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Do not remove ensurepip w/ USE=-ensurepip (3.12+)
Change the behavior of USE=-ensurepip in the new patchset bumps not to remove the ensurepip package, but only control the dependency. The flag was originally introduced to remove the package entirely along with its bundled wheels. However, since then we unbundled the wheels, and the removal makes little sense — it's better to keep it functional, so the wheels can be installed independently. This change will be backported to older versions as we update the patchsets there as well. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.6_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc2_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15 sparc, #939209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.10 sparc, #939208
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p2 ppc64, #939866
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.10_p1 ppc64, #939865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6 ppc64, #939207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6_p2 arm64, #939866
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20_p1 arm64, #939863
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.12.6_p2 ppc, #939866
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.11.10_p1 amd64, #939865
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.11.10_p1 x86, #939865
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.10_p1 arm64, #939865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15_p1 arm64, #939864
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15_p1 ppc, #939864
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p2 amd64, #939866
Signed-off-by: Sam James <sam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20_p2 arm64, #939862
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.6_p2 x86, #939866
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p1 amd64, #939864
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.15_p1 x86, #939864
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15_p1 ppc64, #939864
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.20_p2 ppc64, #939862
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p2 ppc, #939862
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 amd64, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 ppc, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 x86, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.20_p1 ppc64, #939863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p2 x86, #939862
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20_p2 amd64, #939862
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.20_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.20_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.15_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.10_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.6_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc2_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Update test skips on 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15 arm64, #939209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15 arm, #939209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15 x86, #939209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.15 amd64, #939209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.10 arm64, #939208
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.10 arm, #939208
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.10 x86, #939208
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.10 amd64, #939208
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6 arm64, #939207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6 arm, #939207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6 x86, #939207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.6 amd64, #939207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20 x86, #939279
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20 arm, #939279
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20 amd64, #939279
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.15 ppc64, #939209
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.15 ppc, #939209
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.10 ppc64, #939208
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.10 ppc, #939208
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.12.6 ppc, #939207
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20 ppc64, #939279
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: remove use ia64 calls
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20 ppc64, #939283
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20 ppc, #939283
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20 ppc, #939279
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove crypt dep leftovers from 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.20 sparc, #939279
Signed-off-by: Sam James <sam@gentoo.org> - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20 arm64, #939283
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.20 sparc, #939283
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.20 arm64, #939279
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.20
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.20
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.15
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p4 hppa, #938431
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.19_p5 hppa, #938430
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.14_p3 hppa, #938429
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.5_p1 hppa, #938427
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.9_p2 hppa, #938428
Signed-off-by: Sam James <sam@gentoo.org> - Matoro Mahri · gentoo
dev-lang/python: skip tests when relevant kernel options missing
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/38417 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Do not install tests in this package
Closes: https://bugs.gentoo.org/531648 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9_p2 amd64, #938428
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.9_p2 ppc64, #938428
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9_p2 arm64, #938428
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.5_p1 ppc, #938427
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.5_p1 arm64, #938427
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.19_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.19_p5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.14_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.9_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.5_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc1_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc1_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.19_p4 sparc, #937145
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p3 sparc, #937146
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.12.4_p3 arm64, #937142
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.9_p1 ppc64, #937143
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.11.9_p1 arm64, #937143
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.11.9_p1 ppc, #937143
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.12.4_p3 ppc, #937142
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.12.4_p3 ppc64, #937142
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip test_asyncio for now for 3.13.0_rc1_p1
Unfortunate but it's clearly flaky and opensuse+fedora are struggling with the same test. I'm watching the upstream bug. Bug: https://github.com/python/cpython/issues/122136 Closes: https://bugs.gentoo.org/936314 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.19_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.19_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.14_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.9_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.4_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc1_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.4_p2 ppc, #936331
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.4_p2 arm64, #936331
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.4_p2 ppc64, #936331
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta3_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.4_p2
Thanks for matoro to finding the fix to backport. Closes: https://bugs.gentoo.org/935323 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.4_p1 ppc, #935073
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.12.4_p1 arm64, #935073
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.4_p1 ppc64, #935073
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 sparc, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 ppc64, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 ppc, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 arm, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 arm64, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 hppa, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport map() signature fix as 3.13.0_beta2_p9
Needed for dev-python/toolz. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport more patches as 3.13.0_beta2_p8
This introduces a cleaner GENTOO_CPYTHON_BUILD approach to removing system site-packages. Effectively, we no longer need to workaround sandbox violations, nor presence of docutils. Also including a build fix for suffixed LLVM versions. Closes: https://bugs.gentoo.org/931838 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip test_repl for now
test_asyncio_repl_is_ok is flaky. Thanks to parona for spotting the bug. Bug: https://github.com/python/cpython/issues/119909 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: cleanup musl test skps for py3.13
For py3.13, we already put the musl skips in COMMON_TEST_SKIPS, so we don't need to repeat the same list for PGO. For <py3.13, we haven't got COMMON_TEST_SKIPS (yet?). Fixes: d44d24e0255a08b27d5aad54f431eabb6ee93df9 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta2_p5
Adds a patch to pass `-s -S` to just-built Python. This should avoid accessing site-packages during the build, and therefore solve sandbox errors. TODO: extend this to tests, so we wouldn't have to `addwrite` at all. Also, add a rebuild postinst warning, like we did before for 3.11. Closes: https://bugs.gentoo.org/934079 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.19_p3 hppa, #933784
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.3-r1 hppa, #933787
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 hppa, #933785
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.9-r1 hppa, #933786
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 x86, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.19_p2 amd64, #933783
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove obsolete postinst from 3.12+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta2_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta2_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.4_p1
Includes a revert to an optimization fix that causes crashes in USE=debug builds. Bug: https://github.com/python/cpython/issues/119897 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: bacpkort wheel-pkg-dir test fix to 3.12.4
As suggested by mgorny, it's from 3.13*. Closes: https://bugs.gentoo.org/933743 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 x86, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 amd64, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 sparc, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 ppc, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 ppc64, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 arm, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 x86, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 amd64, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 sparc, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 ppc, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 ppc64, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 arm, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3-r1 arm64, #933787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 x86, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 amd64, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 sparc, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 ppc, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 ppc64, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 arm, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1-r1 arm64, #933785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 x86, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 amd64, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 sparc, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 ppc, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 ppc64, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 arm, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p3 arm64, #933784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9-r1 arm64, #933786
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Violet Purcell · gentoo
dev-lang/python: backport musl test skips
Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/36926 Signed-off-by: Sam James <sam@gentoo.org> - Violet Purcell · gentoo
dev-lang/python: skip known failing tests on musl
Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/36925 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix appending to COMMON_TEST_SKIPS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Skip test_statistics on alpha
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Use CHOST rather than ARCH for test skips
Use CHOST rather than ARCH+big-endian flag to determine the host. This simplifies the rules for ppc64 (BE). Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36888 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Deduplicate test skip flags
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36886 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-lang/python: arch-specific test skips for alpha
Bug: https://bugs.gentoo.org/931888 Bug: https://bugs.gentoo.org/653850 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/36875 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta1_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-lang/python: skip failing tests for niche arches
Bug: https://bugs.gentoo.org/931888 Closes: https://bugs.gentoo.org/931908 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/36807 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Use system mpdecimal in all 3.x versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Explicitly pass --with-system-libmpdec to 3.13
While this is the default now, explicitly pass it for consistency. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta1_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Default 3.13 to build with assertions for now
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Add a warning for experimental flags
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove 3.13.0_alpha6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Support building without GIL
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-lang/python: make test failures verbose, both pgo & src_test
Test failure logs are very terse otherwise and hard to tell what's going on. Bug: https://bugs.gentoo.org/931888 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/36667 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add a patch to fix jit build (3.13.0_beta1_p1)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Restore ~arch keywords to 3.13.0_beta1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: USE=jit now uses LLVM 18
Closes: https://bugs.gentoo.org/931603 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_beta1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3 arm, #929047
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9 x86, #929046
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9 arm, #929046
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9 amd64, #929046
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.12.3 for hppa, bug #929047
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.11.9 for hppa/sparc, bug #929046
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.8.19_p1 arm hppa, #929050
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.19_p2 arm hppa, #929049
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.14_p1 arm hppa, #929048
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3 x86, #929047
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3 arm64, #929047
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3 amd64, #929047
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3 sparc, #929047
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p1 x86, #929050
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p1 arm64, #929050
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p1 amd64, #929050
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p1 ppc, #929050
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p1 ppc64, #929050
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19_p1 sparc, #929050
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p2 x86, #929049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p2 arm64, #929049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p2 amd64, #929049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p2 ppc, #929049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p2 ppc64, #929049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19_p2 sparc, #929049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1 x86, #929048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1 arm64, #929048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1 amd64, #929048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1 ppc, #929048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1 ppc64, #929048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14_p1 sparc, #929048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.3 ppc, #929047
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.9 arm64, #929046
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.3 ppc64, #929047
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.9 ppc, #929046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.9 ppc64, #929046
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.19_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.19_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.14_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14 sparc, #927315
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14 ppc64, #927315
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14 arm, #927315
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14 x86, #927315
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.14 amd64, #927315
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19 sparc, #927309
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19 ppc64, #927309
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19 arm, #927309
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19 x86, #927309
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.19 amd64, #927309
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19 sparc, #927308
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19 ppc64, #927308
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19 arm, #927308
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19 x86, #927308
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.19 amd64, #927308
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.14
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.19
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.19
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip another flaky test
Every so often, I get: ``` 0:28:02 load avg: 0.00 running (1): test.test_concurrent_futures.test_deadlock (27 min 33 sec) 0:28:32 load avg: 0.00 running (1): test.test_concurrent_futures.test_deadlock (28 min 3 sec) 0:29:02 load avg: 0.00 running (1): test.test_concurrent_futures.test_deadlock (28 min 33 sec) ``` There's a bunch of upstream reports about this test too. Just skip it. Closes: https://bugs.gentoo.org/788022 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.8_p1 hppa, #925245
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: disable make output synchronisation for tests
It makes it look like they're hanging. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.2_p1 hppa, #925246
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.13_p3 hppa, #925244
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.18_p2 hppa, #925243
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.18_p2 hppa, #925242
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 sparc, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 ppc64, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 ppc, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 arm64, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 arm, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 x86, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.2_p1 amd64, #925246
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 sparc, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 ppc64, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 ppc, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 arm64, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 arm, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 x86, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.8_p1 amd64, #925245
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 sparc, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 ppc64, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 ppc, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 arm64, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 arm, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 x86, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13_p3 amd64, #925244
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 sparc, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 ppc64, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 ppc, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 arm64, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 arm, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 x86, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18_p2 amd64, #925243
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 sparc, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 ppc64, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 ppc, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 arm64, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 arm, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 x86, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18_p2 amd64, #925242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-lang/python: Stabilize 3.12.1_p1 arm, #921998
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Matoro Mahri · gentoo
dev-lang/python: Stabilize 3.12.1_p1 x86, #921998
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add USE=jit to 3.13.0_alpha4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha3_p1
Bug: https://bugs.gentoo.org/923951 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Revert dev-python/expat adjustment in 2.7.18_p16
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.18_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.18_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.13_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.8_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.2_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add link to expat bug
Followup to 93480b9b09b2a0c0adfed10a1c9e90c1e38a9040. Bug: https://github.com/python/cpython/issues/115133 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Pin dev-libs/expat due to regression
Not revbumping since the two main versions, 3.11 and 3.12, were just released, and should pin it well enough. Hopefully we'll be having a proper fix soon. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.12.1_p1 for sparc, bug #921998
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.1_p1 ppc, #921998
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.1_p1 hppa, #921998
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {sys-devel → dev-build}/autoconf-archive
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {dev-util → dev-debug}/valgrind
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.1_p1 arm64, #921998
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.1_p1 ppc64, #921998
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1_p1 amd64, #921998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix testing with xz-utils[-extra-filters], tzdata
Skip tests requiring additional filters in app-arch/xz-utils. Also backport the tzdata fix to 3.10.13. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Replace addpretend with addwrite for USE=pgo
Replace addpretend with addwrite, to workaround sandbox not following POSIX permission model. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Detect LTO from CFLAGS
Replace the explicit USE=lto flag with automatic detection from CFLAGS via tc-is-lto function. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.7 x86, #920387
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.7 hppa, #920387
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport expat segfault fix as 3.12.1_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.7 ppc64, #920387
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.7 amd64, #920387
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.7 arm64, #920387
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.7 arm, #920387
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.7 sparc, #920387
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.7 ppc, #920387
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 x86, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 sparc, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 hppa, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.12.1 ppc, #919476
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 arm, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 arm64, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 amd64, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.1 ppc64, #919476
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.12.0_p1 amd64 x86, #918460
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0 hppa, #915944
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0 amd64, #915944
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0 x86, #915944
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.6 x86, #915941
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.6 amd64, #915941
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.6 ppc64, #915941
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.11.6 arm, #915941
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0_p1 sparc, #918460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0_p1 arm, #918460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0_p1 ppc64, #918460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0_p1 ppc, #918460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0_p1 hppa, #918460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0_p1 arm64, #918460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.0 ppc64, #915944
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add a zipfile fix from upstream PR, as 3.12.0_p1
Bug: https://github.com/python/cpython/issues/102956 Pull-Request: https://github.com/python/cpython/pull/103565 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0 sparc, #915944
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.6 sparc, #915941
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0 arm, #915944
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.6 ppc, #915941
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.6 hppa, #915941
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.12.0 ppc, #915944
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.12.0 arm64, #915944
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.6 arm64, #915941
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.13.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0 (final!)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport fixes as 3.12.0_rc3_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
dev-lang/python: Don't lose *FLAGS when cross-compiling
We have to rename the *FLAGS variables before building, but we build twice when cross-compiling, so the values get lost the second time around. Work around this by moving the CBUILD Python build into a separate shell function. This makes the ebuild tidier anyway. Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
dev-lang/python: Set --prefix when building host "mini" Python
Otherwise flags pointing to the target prefix are added to the sysconfigdata, which can break building the native extensions. Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
Revert "dev-lang/python: port older versions to use the same USE disable approach"
This reverts commit 4fefeac023536fdbbc50e7cced091b2ab80013bd. I can only reproduce the linked bug w/ 3.11 so far but I'm not really thinking clearly atm and I don't want to rush a fix for this and get it wrong. Just revert for now so we can try again later. Bug: https://bugs.gentoo.org/913846 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: simplify Setup.local logic w/ usev
3.12 has EAPI 8, so we can do this. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix tests with tzdata installed, 3.12.0_rc2_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Eli Schwartz · gentoo
dev-lang/python: port older versions to use the same USE disable approach
Followup to commit 654f15afd89cab6ce21931c71491c962de67bdfea. It should produce the exact same effective package. [sam: Chuck in revbump to be safe, especially given these older branches tend to only get updates for sec fixes which we want to stable quickly, I'd rather find out about any problems now than later when they're bumped.] Bug: https://bugs.gentoo.org/913596 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
dev-lang/python: fix 3.12 support for USE-disabled modules
python's build system doesn't provide straightforward support for forcing modules to not be built. A couple different approaches have been taken throughout the years, sometimes relying on gentoo-specific patches, which are all broken in python 3.12 as it doesn't use distutils and a setup.py anymore. Adopt a new approach based on semi-documented internals of the CPython build system. Closes: https://bugs.gentoo.org/913596 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: avoid confused LTO configure test w/ cross CBUILD Python
No real need to take care here as it gets thrown away, so just bang in -fno-lto. Bug: https://bugs.gentoo.org/700012 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport weakref fix to 3.12.0_rc1_p6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.5 hppa, #912981
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.13 hppa, #912979
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport more fixes to 3.12.0_rc1_p5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18 hppa, #912980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18 arm, #912980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 sparc, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18 sparc, #912980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.18 ppc64, #912980
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.18 ppc, #912980
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 x86, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 amd64, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 x86, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 amd64, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18 x86, #912980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18 amd64, #912980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 ppc, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 sparc, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 ppc, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 ppc, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 ppc64, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 hppa, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 arm, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 arm, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.5 arm64, #912981
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 arm, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 ppc64, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.18 arm64, #912980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 arm64, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.18 ppc64, #912978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 arm64, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 sparc, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 x86, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.13 amd64, #912979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport fixes to 3.12.0_rc1_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.18
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.18
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport upstream commits to 3.12.0_rc1_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove ppc hack and backport re fix to 3.12.0_rc1_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport binutils TLS workaround as 3.12.0_beta4_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport regression fix to 3.12.0_beta4_p1
Backport a revert that fixes a regression in 3.12.0_beta4, that causes test failures in dev-python/django. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_beta4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Correct dev-python/ensurepip-* dependencies
Make USE=ensurepip depend on dev-python/ensurepip-pip specifically since this is the only package that is actually required by ensurepip. Adjust test dependencies to include dev-python/ensurepip-setuptools and dev-python/ensurepip-wheel as well, as it is required by additional tests required by Python 3.12. Closes: https://bugs.gentoo.org/909151 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add test-dep on ensurepip-wheels
Closes: https://bugs.gentoo.org/909151 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove outdated sandbox blocker
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.4 x86, #908017
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.4 sparc, #908017
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: drop no-op USE=hardened
As reported at https://forums.gentoo.org/viewtopic-t-1163892.html. In 5f58c0be83b23be42aa2e6452c4b4bfd875fcbbb, I explained why USE=hardened wasn't useful anymore for Python but forgot to remove it from IUSE. Fix that. Fixes: 5f58c0be83b23be42aa2e6452c4b4bfd875fcbbb Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.4 ppc, #908017
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.4 arm, #908017
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.4 amd64, #908017
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.17 x86, #908016
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.17 sparc, #908016
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.17 hppa, #908016
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.17 arm, #908016
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.17 amd64, #908016
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.12 arm, #908015
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.12 x86, #908015
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.12 amd64, #908015
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.17 sparc, #908014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.17 arm, #908014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.17 amd64, #908014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.17 x86, #908014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_beta3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.11.4 for hppa, bug #908017
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.10.12 for hppa, bug #908015
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip test_dtrace for pgo
Had a report on IRC of a sandbox failure: ``` F: open_wr S: deny P: /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc.140330861931056 A: /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc.140330861931056 R: /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc.140330861931056 C: /usr/bin/python3.10 /usr/bin/dtrace -q -s /var/tmp/portage/dev-lang/python-3.11.3/work/Python-3.11.3/Lib/test/dtracedata/assert_usable.d ``` This is still fishy and it sounds like some clock problem at the point of installing 3.10 or similar, but it's not like test_dtrace is useful for us during PGO anyway. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.12 sparc, #908015
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.17 hppa, #908014
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.4 ppc64, #908017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.17 arm64, #908014
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.4 arm64, #908017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.12 arm64, #908015
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.17 arm64, #908016
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.17 ppc, #908014
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.17 ppc64, #908016
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.17 ppc, #908016
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.12 ppc64, #908015
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.12 ppc, #908015
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.17 ppc64, #908014
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_beta2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.17
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.17
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix version number in 3.12.0_beta1_p4
Revert the upstream commit appending "+" to the Python version number. Apparently using a non-PEP 440 version breaks a number of packages (Poetry, argparse-manpage). Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Sync to 3.12 tip as 3.12.0_beta1_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - YiFei Zhu · gentoo
dev-lang/python: Fix configure in Prefix for 3.12
Upstream removed setup.py in 3.12 [1]. Attempting to use hprefixify on this now non-existent file causes: >>> Configuring source in /prefix/var/tmp/portage/dev-lang/python-3.12.0_beta1_p1/work/Python-3.12.0b1 ... * Adjusting to prefix /prefix * ERROR: dev-lang/python-3.12.0_beta1_p1::gentoo failed (configure phase): * setup.py does not exist I also removed inherit on prefix.eclass now that it is unused. Tested this patch on an aarch64 prefix and it created no QA warnings. [1] https://github.com/python/cpython/commit/81dca70d704d0834d8c30580e648a973250b2973 Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31232 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport all patches from 3.12 to 3.12.0_beta1_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add USE=debug to control assertions
Note that we don't do pydebug for this as it forces optimisations to be disabled (-O0, not just some). For newer Pythons, fwiw, pydebug is ABI compatible with release pythons, but still not worth it. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_beta1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 arm, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.11 sparc, #905811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.11 arm64, #905811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.11 hppa, #905811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 arm64, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.11 arm, #905811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 sparc, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 hppa, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 amd64, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.3 x86, #905812
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.11 x86, #905811
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.11 amd64, #905811
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 ppc, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.3 ppc64, #905812
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.11 ppc, #905811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.11 ppc64, #905811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: conditionalise util-linux dep
We don't use ::gentoo python on macOS prefix yet but this is worth doing anyway given it was wrong before & it makes the diff smaller. Bug: https://bugs.gentoo.org/905618 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove python-exec dep from 3.9*
Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add timeout for PGO task for >= 3.10
Add a timeout matching the upstream default PROFILE_TASK given how often we've seen hangs here. Bug: https://bugs.gentoo.org/828535 Bug: https://bugs.gentoo.org/850154 Bug: https://bugs.gentoo.org/900429 Bug: https://bugs.gentoo.org/903890 Thanks-to: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: skip test_tools for PGO
Skip the 'test_tools' test when running PGO for now to avoid hanging the build (and also kind of fork-bombing the system with recursive cpython build attempts). Interestingly, not seen this when running the actual regular testsuite, but I suppose far fewer people actually run that, so could just be a frequency thing. Bug: https://bugs.gentoo.org/828535 Bug: https://bugs.gentoo.org/850154 Bug: https://bugs.gentoo.org/903890 Closes: https://bugs.gentoo.org/900429 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport deadlock fix as 3.8.16_p4
Closes: https://bugs.gentoo.org/897746 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport deadlock fix as 3.9.16_p3
Closes: https://bugs.gentoo.org/897746 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport deadlock fix as 3.10.10_p3
Closes: https://bugs.gentoo.org/897746 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport deadlock fix as 3.11.2_p2
Closes: https://bugs.gentoo.org/897746 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16_p3 sparc, #898002
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16_p3 ppc, #898002
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16_p2 ppc, #898000
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16_p2 ppc64, #898000
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 sparc, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16_p2 hppa, #898000
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16_p2 arm, #898000
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16_p3 arm, #898002
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 ppc, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 x86, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 hppa, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 amd64, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 arm, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 arm64, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 ppc64, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.2_p1 sparc, #898624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Silence/fix implicit func decl in 2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Silence implicit func decl false positives
Closes: https://bugs.gentoo.org/898308 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 hppa, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16_p3 hppa, #898002
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 ppc64, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 ppc, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 arm64, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 arm, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.10_p2 x86, #897998
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16_p3 ppc64, #898002
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16_p2 arm64, #898000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16_p2 sparc, #898000
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16_p3 x86, #898002
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16_p3 arm64, #898002
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16_p3 amd64, #898002
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16_p2 x86, #898000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16_p2 amd64, #898000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.10_p2 amd64, #897998
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport CVE-2023-24329 fix to 3.8.16_p3
Bug: https://bugs.gentoo.org/897958 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2023-24329 fix to 3.9.16_p2
Bug: https://bugs.gentoo.org/897958 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2023-24329 fix to 3.10.10_p2
Bug: https://bugs.gentoo.org/897958 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport fixes to 3.8.16_p2
Closes: https://bugs.gentoo.org/894130 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport fixes to 3.9.16_p1
Closes: https://bugs.gentoo.org/894130 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport musl xattr fix to 3.10.10_p1
Closes: https://bugs.gentoo.org/894130 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport musl xattr fix to 3.11.2_p1
Closes: https://bugs.gentoo.org/894130 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 hppa, #891817
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Mark the packages as EXTERNALLY-MANAGED, PEP 668
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
dev-lang/python: Fix cross-compiling, particularly 3.11
Despite efforts to avoid needing the same version of Python installed on the build host, this was still required due to libpython.so not being found. Even when it was found, it was erroneously looking under /usr rather than ${S} for the Python modules. For some unknown reason, this caused 3.11 to fail. The easiest solution is to just build a static Python with no libpython.so. This also ensures modules are loaded from ${S}. Closes: https://bugs.gentoo.org/889874 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 ppc64, #891817
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16-r3 sparc, #891819
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16-r3 hppa, #891819
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16-r3 arm, #891819
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16-r3 ppc, #891819
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16-r3 ppc64, #891819
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 ppc, #891817
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 arm, #891817
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 arm64, #891817
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16-r3 amd64, #891819
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16-r3 x86, #891819
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16-r3 arm64, #891819
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 amd64, #891817
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 sparc, #891817
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p16-r1 x86, #891817
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-lang/python: remove dev-lang/python-exec dep (3.8)
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove obsolete --with-system-ffi in 3.12.0_alpha4
System libffi is now used unconditionally, so stop passing the relevant option. Closes: https://bugs.gentoo.org/890455 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Haelwenn (lanodan) Monnier · gentoo
dev-lang/python: Remove wininst blobs in src_prepare
This allows to use tools such as https://hacktivis.me/projects/deblob at post_src_prepare to proactively remove executables. Might also be worth it to remove in 3.9 with lacks USE=wininst but still has the wininst blobs in the tarball. Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/29037 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
dev-lang/python: Fix cross-compiling for prefixed systems
Cross-compiling Python involves doing a native build first. The prefix profile prefixifies setup.py, but this has been done before the native build when it needs to be done after. Handle this in the ebuild with hprefixify instead of with sed in the profile. Also drop some other obsolete Python prefix hacks from the profile. Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix installing lib-dynload in 3.12
The Makefile rules are broken and fail to create the necessary directories in DESTDIR if they are already present on the live system. They also fail to handle install(1) errors. Therefore, if Python 3.12 was already installed in the system, the ebuild did not create lib-dynload directory in DESTDIR, then failed to install extension modules there and happily created a broken Python distribution. Just create the directory early in the ebuild to workaround the problem until upstream figures out how to fix the problem. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16 hppa, #884651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16 hppa, #884649
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.9 hppa, #884647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.1 hppa, #884645
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.1 sparc, #884645
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.1 ppc, #884645
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.1 arm, #884645
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.9 x86, #884647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.9 ppc64, #884647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.9 sparc, #884647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.9 ppc, #884647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.9 arm, #884647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16 sparc, #884651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16 ppc, #884651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.16 arm, #884651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16 ppc, #884649
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.16 arm, #884649
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16 ppc64, #884651
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16 amd64, #884651
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16 x86, #884651
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.16 arm64, #884651
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16 ppc64, #884649
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16 x86, #884649
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16 arm64, #884649
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16 amd64, #884649
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.16 sparc, #884649
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.9 amd64, #884647
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.9 arm64, #884647
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.1 ppc64, #884645
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.1 amd64, #884645
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.1 x86, #884645
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.1 arm64, #884645
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.16
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.16
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: drop leftover debugging append-flags
Fixes: 3478cabb5f94e9d90ae1ed9e3f7909a1146aa471 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: disable _ctypes, _crypt for cross (CBUILD) Python
* Use a hack to deduce libdir to nudge the build system in the right direction because get_libdir can't handle BROOT/CBUILD right now. * Disable _ctypes (libffi) and _crypt (lib(x)crypt) modules for cross (CBUILD) Python as they're not needed and Python struggles to find the libraries correctly. This avoids an issue where setup.py can't handle deducing libdir (or even being passed it) for cross-compilation. Fortunately, cpython is migrating away from setup.py to autotools. Note that this isn't the same as what bug 633712 would've been at the time it was reported, but it certainly showed up the same way on more modern Pythons since we introduced the CBUILD part a few months ago. Bug: https://bugs.gentoo.org/633712 Bug: https://bugs.gentoo.org/794181 Bug: https://bugs.gentoo.org/864911 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {virtual → app-alternatives}/awk
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jonas Jelten · gentoo
dev-lang/python: add valgrind support
When the valgrind useflag is enabled, Python performs a runtime check if it is run in the Valgrind VM, and adjusts its memory allocator to not use pymalloc. Valgrind then does a much better job in tracking the memory reachability. Closes: https://bugs.gentoo.org/610816 Signed-off-by: Jonas Jelten <jj@sft.lol> Closes: https://github.com/gentoo/gentoo/pull/11012 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 hppa, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p3 sparc, #880637
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p3 sparc, #880641
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p3 hppa, #880641
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p3 hppa, #880639
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p3 sparc, #880639
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.0_p2 hppa, #880643
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.11.0_p2 sparc, #880643
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8_p3 ppc, #880641
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15_p3 ppc, #880639
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 ppc, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p2 ppc, #880643
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8_p3 arm, #880641
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15_p3 arm, #880639
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 arm, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p2 arm, #880643
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8_p3 x86, #880641
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15_p3 x86, #880639
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 x86, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p2 x86, #880643
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p2 amd64, #880643
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 amd64, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15_p3 amd64, #880639
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8_p3 amd64, #880641
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add more test skip patches from Sam James
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8_p3 arm64, #880641
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15_p3 arm64, #880639
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 arm64, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p2 arm64, #880643
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p2 ppc64, #880643
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8_p3 ppc64, #880641
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15_p3 ppc64, #880639
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15_p3 ppc64, #880637
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport IDNA dec secfix to 3.8.15_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport IDNA dec secfix to 3.9.15_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport IDNA dec secfix to 3.10.8_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport IDNA dec secfix to 3.11.0_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport IDNA dec secfix to 3.12.0_alpha1_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 hppa, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 x86, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 ppc, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix *FLAGS_FOR_BUILD in 3.12.0_alpha1_p1
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: append ncurses include path after CBUILD Python is built
We don't want to contaminate the mini CBUILD Python cross build with paths in SYSROOT. Bug: https://bugs.gentoo.org/880059 Bug: https://bugs.gentoo.org/880137 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 arm64, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 arm, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 amd64, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.11.0_p1 ppc64, #879959
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport docutils test hack
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Use PYVER for addwrite/addpredict calls
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport configure check fix to 2.7.18_p16
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport configure check fix to 3.8.15_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport configure check fix to 3.9.15_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport configure check fix to 3.10.8_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport configure check fix to 3.11.0_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport configure check fix to 3.12.0_alpha1_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add keywords to 3.12.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.8_p1 x86, #878379
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.15_p1 amd64, #878381
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.10.8_p1 amd64, #878379
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.15_p1 x86, #878383
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.15_p1 x86, #878381
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.15_p1 amd64, #878383
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p1 ppc64, #878383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p1 hppa, #878383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p1 sparc, #878383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p1 ppc, #878383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p1 arm, #878383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15_p1 arm64, #878383
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p1 hppa, #878381
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p1 ppc, #878381
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p1 arm, #878381
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p1 hppa, #878379
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p1 ppc, #878379
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p1 arm, #878379
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p1 sparc, #878381
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p1 ppc64, #878381
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15_p1 arm64, #878381
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p1 sparc, #878379
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p1 ppc64, #878379
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8_p1 arm64, #878379
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.8.15_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.9.15_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.10.8_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix py3.9 CFLAGS too
Bug: https://bugs.gentoo.org/878211 Fixes: ddbae51c4cfc2f579deb0294f82f20e0609c4353 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix CFLAGS for cross-compilation
My CFLAGS for sparc etc were the same (generic) as for CBUILD, so didn't notice before. Closes: https://bugs.gentoo.org/878211 Fixes: 29d2314810bd8e1de73df5c3ebe30c826281c253 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.12.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.15 amd64, #876811
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.15 amd64, #876809
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.8 amd64, #876813
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 x86, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 hppa, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 sparc, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 arm, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 arm64, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 x86, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 hppa, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 sparc, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 arm, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 arm64, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 ppc, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.8 ppc64, #876813
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 x86, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 hppa, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 sparc, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 arm, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 arm64, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 ppc, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.15 ppc64, #876809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 ppc64, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.15 ppc, #876811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_rc2_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.15
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.15
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: build CBUILD Python for cross in older versions
See bug 864911 for details. Bug: https://bugs.gentoo.org/847910 Closes: https://bugs.gentoo.org/864911 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.14 ppc, #876115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.14 ppc64, #876115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.14 arm, #876115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.14 arm64, #876115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.14 hppa, #876115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.14 sparc, #876115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 amd64, #876106
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 x86, #876106
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 hppa, #876106
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 sparc, #876106
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 ppc64, #876106
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 arm64, #876106
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 ppc, #876106
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.14 ppc64, #876112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.7 ppc64, #876109
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.7 ppc, #876109
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.14 arm64, #876112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.14 arm, #876112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.14 ppc, #876112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15-r1 arm, #876106
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p8 hppa, #868555
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13_p6 hppa, #868558
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.6_p4 hppa, #868561
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-lang/python: Stabilize 3.9.13_p6 sparc, #868558
Closes: https://github.com/gentoo/gentoo/pull/27216 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-lang/python: Stabilize 3.8.13_p8 sparc, #868555
Closes: https://github.com/gentoo/gentoo/pull/27215 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.13_p6 amd64, #868558
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.6_p4 x86, #868561
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.6_p4 amd64, #868561
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport clang+musl build fix to 3.11.0_rc1_p2
Closes: https://bugs.gentoo.org/862888 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump 3.8.14
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.13_p6 x86, #868558
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p8 x86, #868555
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p8 amd64, #868555
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.13_p8 arm64, #868555
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.6_p4 sparc, #868561
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.13_p6 arm64, #868558
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump 3.9.14
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump 3.10.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p8 ppc64, #868555
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p8 ppc, #868555
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport more bignum fixes to 3.8.13_p8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport more bignum fixes to 3.9.13_p6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport more bignum fixes to 3.10.6_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport more bignum fixes to 3.11.0_rc1_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.13_p7 arm64, #868246
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p7 amd64, #868246
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p7 ppc, #868246
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p7 ppc64, #868246
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.13_p5 arm64, #868243
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.6_p3 arm64, #868240
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix pkgcheck warnings for 2.7.18_p15-r1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport bignum vuln. fix to 3.8.13_p7
Bug: https://bugs.gentoo.org/868150 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport bignum vuln. fix to 3.9.13_p5
Bug: https://bugs.gentoo.org/868150 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport bignum vuln. fix to 3.10.6_p3
Bug: https://bugs.gentoo.org/868150 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport bignum vuln. fix to 3.11.0_rc1_p1
Bug: https://bugs.gentoo.org/868150 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Modernize and cleanup 2.7.18_p15 ebuild
Copy changes from newer versions. General cleanup and fixes. Remove python-exec wrapping support. Remove the static library. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.13_p4 arm, #864743
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.6_p2 amd64, #864741
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-lang/python: Stabilize 3.8.13_p6 sparc, #864745
Closes: https://github.com/gentoo/gentoo/pull/26971 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.6_p2 x86, #864741
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.13_p6 amd64, #864745
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.13_p4 amd64, #864743
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.13_p6 x86, #864745
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.13_p4 x86, #864743
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.6_p2 hppa, #864741
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13_p4 hppa, #864743
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
dev-lang/python: stabilize 3.10.6_p2 for arm64, bug #864741
Signed-off-by: John Helmert III <ajak@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
dev-lang/python: stabilize 3.9.13_p4 for arm64, bug 864743
Signed-off-by: John Helmert III <ajak@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.6_p2 arm, #864741
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p6 arm, #864745
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13_p4 sparc, #864743
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.6_p2 sparc, #864741
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.6_p2 ppc, #864741
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13_p4 ppc, #864743
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13_p4 ppc64, #864743
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.6_p2 ppc64, #864741
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p6 ppc64, #864745
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p6 ppc, #864745
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p6 hppa, #864745
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p6 arm64, #864745
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport *CookieJar secfix to 3.8.13_p6
Bug: https://bugs.gentoo.org/864747 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport *CookieJar secfix to 3.9.13_p4
Bug: https://bugs.gentoo.org/864747 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport *CookieJar secfix to 3.10.6_p2
Bug: https://bugs.gentoo.org/864747 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.8.13_p5
Bug: https://bugs.gentoo.org/834533 Bug: https://bugs.gentoo.org/838250 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.9.13_p2
Bug: https://bugs.gentoo.org/834533 Bug: https://bugs.gentoo.org/838250 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport mailcap secfix to 3.10.6_p1
Bug: https://bugs.gentoo.org/838250 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add 3.11.0_rc1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport ensurepip unbundling to 3.8.13_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport ensurepip unbundling to 3.9.13_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Sync 3.10.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Reformat 3.11.0_beta5-r1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Use external ensurepip wheels in 3.10.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Use external ensurepip wheels in 3.11.0_beta5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Support disabling ensurepip in 3.10.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Support disabling ensurepip in 3.11.0_beta5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_beta5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: drop versions
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.13 x86, #852599
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.5 arm, #852602
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.13_p2 arm, #852596
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Report ABI breakage in postinst
Python 3.11.0b4 has changed module ABI, so warn the users about the necessity of module recompiling. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Install epython.py into stdlib
Install epython.py directly into stdlib rather than into site-packages directory. This makes it possible to rebuild all Python packages using path without getting CPython itself into the rebuild graph. It also simplifies the ebuild a fair bit since the build system takes care of byte-compiling the module. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix disabling dependencies/modules
Thanks to Ionen for spotting the commit. Closes: https://bugs.gentoo.org/857771 Closes: https://bugs.gentoo.org/857756 Thanks-to: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_beta4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-lang/python: Stabilize 3.8.13_p2 sparc, #852596
Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26341 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: add 3.11.0_beta3_p2
Closes: https://bugs.gentoo.org/850151 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport sqlite and re fixes to 3.11.0_beta3_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.5 x86, #852602
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13 sparc, #852599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13 ppc64, #852599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13 ppc, #852599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13 arm64, #852599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13 arm, #852599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.13 hppa, #852599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.5 hppa, #852602
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.5 amd64, #852602
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.5 arm64, #852602
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p2 arm64, #852596
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p2 ppc, #852596
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.5 sparc, #852602
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p2 ppc64, #852596
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p2 x86, #852596
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13_p2 amd64, #852596
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13_p2 hppa, #852596
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.13 amd64, #852599
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: grammar nit
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.5 ppc, #852602
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.5 ppc64, #852602
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: drop versions
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: use --with-build-python for cross builds for 3.11
Tested with sparc64-unknown-linux-gnu. Closes: https://bugs.gentoo.org/847910 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: drop long-obsolete SSP / -O3 workaround
Everyone in Gentoo (unless they unforce defaults) had, for years now, -fstack-protector-all on, or nowadays, -fstack-protector-strong. This means that it won't have been explicitly in *FLAGS and hence the replacement won't have been triggered anyway. Plus, the hardened conditional is irrelevant given the above (it uses no more SSP than the default, because the default is what hardened used to be, many years ago). Bug: https://bugs.gentoo.org/50309 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix LD_LIBRARY_PATH leaking into Portage internals
Move setting LD_LIBRARY_PATH for just-built Python invocation to a wrapper, to avoid it incidentally leaking into Python used inside Portage helpers. Currently, this could result in mixing system Python executable with just-built libpython. Closes: https://bugs.gentoo.org/849311 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_beta3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport end_lineno fix to 3.11.0_beta2_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_beta2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-lang/python: keyword 2.7.18_p15 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.12 x86, #841269
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove 3.7.13
Remove the last version of Python 3.7. The eclass support has been removed almost a year ago, on 2021-06-01. This version is no longer receiving bug fixes, has known regressions related to OpenSSL 3.x and GCC 12.x and the backports do not apply cleanly. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport AC_C_CHAR_UNSIGNED removal to 3.8.13_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: [QA] drop (very) stale GCC version checks
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport OpenSSL 3 fixes to 3.8.13_p1
Bug: https://bugs.gentoo.org/844148 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport hashlib algo fix to 3.10.4_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix automagic b2 dep; force pkg-config usage
wrt pkg-config: we already depend on it but let's force usage so we know if something goes wrong rather than silently failing. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add -j1 in install to 3.11.0_beta1
Not doing it just for PGO as I don't know if it's exclusive to that, or just more likely there. Obviously just a temporary thing. Bug: https://bugs.gentoo.org/843458 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Add python-exec dep to 3.11.0_beta1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-lang/python: keyword 3.11.0_beta1 for ~loong
Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_beta1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: set QA_PKGCONFIG_VERSION
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15 hppa, #839942
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.10.4 for hppa, bug #841272
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.12 hppa, #841269
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.4 ppc, #841272
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.12 amd64, #841269
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.4 amd64, #841272
Signed-off-by: Sam James <sam@gentoo.org> - WANG Xuerui · gentoo
dev-lang/python: keyword 3.8.13 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-lang/python: keyword 3.10.4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.4 x86, #841272
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.4 ppc64, #841272
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.12 sparc, #841269
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.12 arm, #841269
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.12 ppc64, #841269
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.12 ppc, #841269
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.4 arm64, #841272
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.12 arm64, #841269
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.4 arm, #841272
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.4 sparc, #841272
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - WANG Xuerui · gentoo
dev-lang/python: keyword 3.9.12 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 2.7.18_p15 x86, #839942
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 2.7.18_p15 amd64, #839942
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15 ppc, #839942
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15 sparc, #839942
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15 arm, #839942
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13 ppc, #835446
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15 arm64, #839942
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p15 ppc64, #839942
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.3 ppc, #835444
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.3 arm, #835444
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13 arm, #835446
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.11 ppc, #835445
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.11 arm, #835445
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.7.13 hppa, #835447
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.7.13 arm, #835447
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.11 x86, #835445
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.11 amd64, #835445
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.3 amd64, #835444
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: drop 3.6.15, 3.6.15-r1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0a7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.13 for hppa, bug #835446
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.7.13 ppc, #835447
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.7.13 ppc64, #835447
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13 ppc64, #835446
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.11 ppc64, #835445
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.3 ppc64, #835444
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.3 sparc, #835444
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.11 for hppa, bug #835445
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.10.3 for hppa, bug #835444
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.11 for sparc, bug #835445
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.13 for sparc, bug #835447
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13 sparc, #835446
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.7.13 amd64, #835447
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13 amd64, #835446
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.7.13 x86, #835447
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.13 x86, #835446
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.3 x86, #835444
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.7.13 arm64, #835447
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.8.13 arm64, #835446
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: save/restore PYTHONDONTWRITEBYTECODE for USE=pgo
This avoids writing bytecode when we call has_version (or make any other calls). But we do need it on for the 'emake' call when building w/ USE=pgo. Save & restore the value from the environment before/after emake if building with PGO. Closes: https://bugs.gentoo.org/831897 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24642 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport auth bypass fix to 2.7.18
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.11 arm64, #835445
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.10.3 arm64, #835444
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p14 for hppa, bug #834842
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.12_p2 for hppa, bug #834646
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.12_p2 for hppa, bug #834645
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.10_p1 for hppa, bug #834644
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.10.2_p1 for hppa, bug #834643
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.10_p1 ppc64, #834644
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p14 sparc, #834842
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p14 arm64, #834842
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 2.7.18_p14 arm, #834842
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.10_p1 sparc, #834644
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.10_p1 arm64, #834644
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.10_p1 arm, #834644
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p14 ppc, #834842
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p14 ppc64, #834842
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.10_p1 x86, #834644
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 2.7.18_p14 x86, #834842
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 2.7.18_p14 amd64, #834842
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.7.12_p2 arm64, #834646
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.12_p2 arm64, #834645
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.2_p1 arm64, #834643
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.12_p2 for sparc, bug #834645
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_alpha6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.7.12_p2 x86, #834646
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.12_p2 x86, #834645
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.2_p1 x86, #834643
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.7.12_p2 amd64, #834646
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.8.12_p2 amd64, #834645
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.2_p1 amd64, #834643
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: skip hanging tests on sparc
Both of these hang and have for a while: - multiprocessing_fork - multiprocessing_forkserver Bug: https://bugs.gentoo.org/788022 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport expat test fixes to 2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.2_p1 sparc, #834643
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p2 ppc64, #834646
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p2 ppc64, #834645
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.2_p1 ppc64, #834643
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p2 ppc, #834646
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p2 ppc, #834645
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.10_p1 ppc, #834644
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.2_p1 ppc, #834643
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport expat test fixes to 3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport expat test fixes to 3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport expat test fixes to 3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport expat test fixes to 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport expat test fixes to 3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_alpha5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove obsolete db versions from py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix hardcoding C/FLAGS in Python 3.6
Closes: https://bugs.gentoo.org/831901 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix hardcoding C/FLAGS in Python 3.7
Closes: https://bugs.gentoo.org/831901 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix hardcoding C/FLAGS in Python 3.8
Closes: https://bugs.gentoo.org/831901 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix hardcoding C/FLAGS in Python 3.9
Closes: https://bugs.gentoo.org/831901 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix hardcoding C/LDFLAGS in Python 3.10
Closes: https://bugs.gentoo.org/831901 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix hardcoding C/LDFLAGS in Python 3.11
Closes: https://bugs.gentoo.org/831901 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0_alpha4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add future python-exec dep to py3.11
Add a conditional dev-lang/python-exec dep to Python 3.11 that will be enabled once it leaves alpha stage. This will make sure we won't forget to add it. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove 3.11.0a2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-lang/python: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
dev-lang/python: Restore ~m68k keywords to 3.9 and 3.10
The failures seen earlier were seemingly due to glibc 2.34. Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Depend on respective python-exec flags
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-crypt → sec-keys}/openpgp-keys-python
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Support linking against libedit
Python 3.10 introduced an explicit configure switch to control linking the readline extension against libedit vs. readline. Add IUSE=libedit to expose this support to users, as it may be useful for applications that link against libedit itself and embed Python (e.g. LLDB). Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.10.0_p1 for hppa, bug #823176
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0a3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix installing 3.11.0a2 with USE=-sqlite
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.10.0_p1 sparc, #823176
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.0_p1 ppc64, #823176
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.0_p1 ppc, #823176
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.0_p1 arm, #823176
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.0_p1 x86, #823176
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip known-hanging/fragile tests for PGO
test_socket was the one reported originally here but others have reported hangs with: - test_asyncio - test_httpservers - test_logging - test_multiprocessing_fork - test_xmlrpc This is consistent with some of the odd hangs I've seen in src_test sporadically. Let's just skip them for PGO for now in lieu of more information. (--verbose for the test suite lives up to its name but isn't necessarily enough to get us what we need?) Bug: https://bugs.gentoo.org/828535 Bug: https://bugs.gentoo.org/788022 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.9 ppc, #827860
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.9 x86, #827860
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.9 arm, #827860
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.9 for hppa, bug #827860
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.9 sparc, #827860
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-lang/python: drop ~m68k from 3.10.0_p1, dumps core on build
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-lang/python: drop ~m68k from 3.9.9, dumps core on build
The futex facility returned an unexpected error code. qemu: uncaught target signal 6 (Aborted) - core dumped make: *** [Makefile:639: sharedmods] Aborted (core dumped) * ERROR: dev-lang/python-3.9.9::gentoo failed (compile phase): * emake failed Command Line: /usr/bin/qemu-m68k ./python -E ./setup.py build Executable: [...]/stage1-m68k-openrc-20211201T170547Z/usr/bin/qemu-m68k Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.9 ppc64, #827860
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.9 amd64, #827860
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.9 arm64, #827860
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.10.0_p1 arm64, #823176
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.15 arm64, #818973
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.10.0_p1 amd64, #823176
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.8 arm64, #823738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-lang/python: Stabilize 3.9.8 arm, #823738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.8 x86, #823738
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.8 ppc64, #823738
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: skip test_distutils with PGO if rpm is installed
Leads to sandbox errors as it tries to write to /var/lib/rpm; couldn't seem to refine this further yet. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: backport PGO, LTO to 3.9.x and 3.10.x
Bug: https://bugs.gentoo.org/615412 Bug: https://bugs.gentoo.org/700012 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: use 'addpredict'
The issue requiring the use of 'addwrite' seems to be fixed now. Bug: https://bugs.gentoo.org/775416 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: add LTO
Bug: https://bugs.gentoo.org/615412 Bug: https://bugs.gentoo.org/700012 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22853 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: add PGO
Closes: https://bugs.gentoo.org/615412 Closes: https://github.com/gentoo/gentoo/pull/20077 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.8 ppc, #823738
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/python: Stabilize 3.9.8 amd64, #823738
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.8 sparc, #823738
Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.8 for hppa, bug #823738
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.15 arm, #818973
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Force stdlib distutils for build
Closes: https://bugs.gentoo.org/823728 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add 3.11.0_alpha2
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: add 3.9.8
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.11.0a1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
dev-lang/python: add awk virtual bdep to the rest
as in 037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd for 3.10 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
dev-lang/python: add virtual/awk BDEPEND to 3.10*
./config.status: line 1508: awk: command not found config.status: error: could not create Makefile.pre !!! Please attach the following file when seeking support: !!! /var/tmp/portage/dev-lang/python-3.10.0_p1/work/Python-3.10.0/config.log * ERROR: dev-lang/python-3.10.0_p1::gentoo failed (configure phase) not sure if it's needed in other versions. Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.15 for hppa, bug #818973
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.15 for sparc, bug #818973
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.15 amd64, #818973
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.15 x86, #818973
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.15 ppc, #818973
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.15 ppc64, #818973
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.7_p1 for hppa, bug #818046
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.12_p1 for hppa, bug #818046
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.12_p1 for hppa, bug #818046
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.7_p1 ppc64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p1 ppc64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p1 ppc64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.7_p1 ppc, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p1 ppc, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p1 ppc, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.7_p1 arm64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p1 arm64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p1 arm64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.7_p1 arm, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p1 arm, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p1 arm, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.7_p1 x86, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p1 x86, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p1 x86, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.7_p1 amd64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12_p1 amd64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.12_p1 amd64, #818046
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.7_p1 for sparc, bug #818046
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.12_p1 for sparc, bug #818046
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.12_p1 for sparc, bug #818046
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: avoid overlinking libcrypt
Also drops crypt.h from Python.h. Bug: https://bugs.gentoo.org/802210 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: add 3.10.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p13 for hppa, bug #811231
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Revert "stable 3.10.0_rc1_p2 for sparc, ..."
This package is not supposed to be stabilized. Reverts: f60ffa7d0fe3565db5b017cae1ed96f2a7f7a17b Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.14_p1 for hppa, bug #811225
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.11_p1 for hppa, bug #811222
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.12 for hppa, bug #811219
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.6_p2 for hppa, bug #811213
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6_p2 ppc64, #811213
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.10.0_rc1_p2 for sparc, bug #811939
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12 x86, #811219
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11_p1 x86, #811222
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14_p1 x86, #811225
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6_p2 x86, #811213
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p13 x86, #811231
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12 arm, #811219
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11_p1 arm, #811222
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14_p1 arm, #811225
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6_p2 arm, #811213
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p13 arm, #811231
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12 amd64, #811219
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11_p1 amd64, #811222
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14_p1 amd64, #811225
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6_p2 amd64, #811213
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p13 amd64, #811231
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p13 ppc64, #811231
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p13 ppc, #811231
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6_p2 ppc, #811213
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p13 arm64, #811231
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14_p1 arm64, #811225
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11_p1 arm64, #811222
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12 arm64, #811219
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6_p2 arm64, #811213
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.15
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p13 for sparc, bug #811231
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.14_p1 for sparc, bug #811225
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.11_p1 for sparc, bug #811222
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.12 for sparc, bug #811219
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.6_p2 for sparc, bug #811213
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14_p1 ppc, #811225
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11_p1 ppc, #811222
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12 ppc, #811219
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14_p1 ppc64, #811225
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11_p1 ppc64, #811222
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.12 ppc64, #811219
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Apply trivial fix to 2.7.18_p13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Force wide-unicode on 2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Enable threads unconditionally in <3.7 too
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Enable ipv6 unconditionally
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 2.7.18_p12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.6.14_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.7.11_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.9.6_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.10.0_rc1_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-lang/python: keyword 2.7.18_p11 for ~riscv
Doesn't work with two-level libdirs but on a profile with only one level it builds, tests and installs fine. Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add concurrency hack-fix to 3.10
Add a concurrency hack-patch to fix (or at least make much less likely) errors during installation. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Add concurrency hack-fix to 3.9
Add a concurrency hack-patch to fix (or at least make much less likely) errors during installation. Closes: https://bugs.gentoo.org/806446 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.7.11 x86, #804279
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.6.14 x86, #804276
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.9.6 x86, #804273
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.11 x86, #804282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14 ppc64, #804276
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.11 for sparc, bug #804282
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.11 for sparc, bug #804279
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.11 for hppa, bug #804282
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.11 ppc64, #804282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11 ppc64, #804279
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6 arm, #804273
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.11 arm, #804282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11 arm, #804279
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14 arm, #804276
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6 arm64, #804273
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.11 arm64, #804282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11 arm64, #804279
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14 arm64, #804276
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14 amd64, #804276
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11 amd64, #804279
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.11 amd64, #804282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6 amd64, #804273
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6 ppc64, #804273
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.11 ppc, #804282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.11 ppc, #804279
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.14 ppc, #804276
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.14 for hppa/sparc, bug #804276
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.11 for hppa, bug #804279
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.6 ppc, #804273
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.6 for hppa/sparc, bug #804273
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 2.7.18_p11 x86, #793833
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 2.7.18_p11 amd64, #793833
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: depend on newer OpenSSL (>= 1.1.1)
Upstream dropped compatibility and we don't have the capacity to maintain backports to an unsupported version of OpenSSL. The last version to work is ~3.8.6. No revision bump required given this is a build-time failure and we already depend on OpenSSL with a subslot operator (which handles upgrades/downgrades correctly). Bug: https://bugs.python.org/issue43669 Closes: https://bugs.gentoo.org/796374 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0b4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove eselect-python dep
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
*/*: s/pax_kernel/pax-kernel/g
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.14
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p11 for hppa, bug #793833
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p11 ppc64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p11 ppc, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p11 arm, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p11 arm64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p11 for sparc, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfix to 2.7.18_p11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0b3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.5_p2 ppc64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.10_p2 ppc64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p6 ppc64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p5 ppc64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p10 ppc64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.5_p2 x86, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.10_p2 x86, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p6 x86, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p5 x86, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p10 x86, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.5_p2 amd64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.10_p2 amd64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p6 amd64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p5 amd64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p10 amd64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.5_p2 ppc, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.10_p2 ppc, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p6 ppc, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p5 ppc, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p10 ppc, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.5_p2 for hppa, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.10_p2 for hppa, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10_p6 for hppa, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13_p5 for hppa, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p10 for hppa, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.5_p2 for sparc, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.10_p2 for sparc, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10_p6 for sparc, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13_p5 for sparc, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p10 for sparc, bug #793833
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.5_p2 arm64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.10_p2 arm64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p6 arm64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p5 arm64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p10 arm64, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: fix BadDefaultUseFlags
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.5_p2 arm, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.10_p2 arm, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p6 arm, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p5 arm, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p10 arm, #793833
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport sec fixes to 3.6.13_p5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport sec fixes to 3.7.10_p6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport sec fixes to 3.8.10_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport sec fixes to 3.9.5_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0b2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Disable SSLv3 via 2.7.18_p10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Disable SSLv3 via 3.6.13_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Disable SSLv3 via 3.7.10_p4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Disable SSLv3 via 3.9.5_p1
Closes: https://bugs.gentoo.org/789441 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Disable SSLv3 via 3.8.10_p1
Closes: https://bugs.gentoo.org/789441 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Bug: https://bugs.gentoo.org/787260 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.4_p1 ppc, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.9_p2 ppc, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p3 ppc, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p3 ppc, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p9 ppc, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.4_p1 arm64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.9_p2 arm64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p3 arm64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p3 arm64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p9 arm64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.4_p1 arm, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.9_p2 arm, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p3 arm, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p3 arm, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p9 arm, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.4_p1 x86, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.9_p2 x86, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p3 x86, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p3 x86, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p9 x86, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.4_p1 amd64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.9_p2 amd64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p3 amd64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p3 amd64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p9 amd64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.4_p1 for sparc, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.9_p2 for sparc, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0b1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.4_p1 for hppa, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.9_p2 for hppa, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10_p3 for hppa/sparc, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13_p3 for hppa/sparc, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p9 for hppa/sparc, bug #787260
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.4_p1 ppc64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.9_p2 ppc64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p3 ppc64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p3 ppc64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p9 ppc64, #787260
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 2.7.18_p9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.6.13_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.7.10_p3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.8.9_p2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.9.4_p1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Bug: https://bugs.gentoo.org/779841 Bug: https://bugs.gentoo.org/779844 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2_p1 arm, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8_p1 arm, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p1 arm, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p1 arm, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p8 amd64, #779844
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p8 arm, #779844
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.9.2_p1 amd64, #779841
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.6.13_p1 amd64, #779841
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.7.10_p1 amd64, #779841
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.8.8_p1 amd64, #779841
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2_p1 ppc64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8_p1 ppc64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p1 ppc64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p1 ppc64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p8 arm64, #779844
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2_p1 arm64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8_p1 arm64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p1 arm64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p1 arm64, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2_p1 ppc, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8_p1 ppc, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10_p1 ppc, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13_p1 ppc, #779841
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0a7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p8 for hppa, bug #779844
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.2_p1 for hppa, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.8_p1 for hppa, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10_p1 for hppa, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13_p1 for hppa, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #779844)
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #779841)
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p8 for sparc, bug #779844
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p8 ppc, #779844
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p8 ppc64, #779844
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.2_p1 for sparc, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.8_p1 for sparc, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10_p1 for sparc, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13_p1 for sparc, bug #779841
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Piotr Karbowski · gentoo
dev-lang/python/: 3.{8,9}: BDEPEND on sys-devel/autoconf-archive
Fixes configure crashing on systems where autoconf-archive was not already pulled in by another package. Reproducible with simply upgrading latest amd64 stage3 to ~amd64 keyword with high emerge jobs paralelism. No revbump, does not change in any way installed artifacts. Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 2.7.18
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.6.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.7.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.8.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.9.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p7 arm, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10 arm, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8 arm, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13 arm, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2 arm, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p7 arm64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10 arm64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8 arm64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13 arm64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2 arm64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p7 for sparc, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10 for sparc, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.8 for sparc, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13 for sparc, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.2 for sparc, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Enable sqlite by default
SQLite3 is a common dependency of many programs written in Python. Enable it by default to improve the standard user experience. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18_p7 for hppa, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.10 for hppa, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.8 for hppa, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.13 for hppa, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.2 for hppa, bug #770853
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2 ppc, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8 ppc, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10 ppc, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13 ppc, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p7 ppc, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #770853)
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.8.8 amd64, #770853
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.7.10 amd64, #770853
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 2.7.18_p7 amd64, #770853
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.9.2 amd64, #770853
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.6.13 amd64, #770853
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.2 ppc64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.8 ppc64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.10 ppc64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.13 ppc64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18_p7 ppc64, #770853
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add a workaround for another sandbox bug
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Reenable vfork() after fixing sandbox
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Disable vfork() to workaround sandbox bug
Bug: https://bugs.gentoo.org/774054 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0a6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #766189)
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.8rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.2rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-23336 fix to 2.7
Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-23336 fix to 3.6
Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-23336 fix to 3.7
Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-23336 fix to 3.8
Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-23336 fix to 3.9
Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-23336 fix to 3.10
Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove obsolete -L. hack
Closes: https://bugs.gentoo.org/770076 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r2 s390, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.7-r1 s390, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.1-r1 s390, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r6 s390, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r2 s390, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0a5
The patchset now force-disables SSLv3. Bug: https://bugs.gentoo.org/767886 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.1-r1 ppc, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r6 ppc, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r2 ppc, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.7-r1 ppc, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r2 ppc, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: Readd check for failed semaphore checks in 3.10
Bug: https://bugs.gentoo.org/496328 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Readd check for failed semaphore checks in 3.7+
Reintroduce the check for failing semaphore checks that result in broken multiprocessing in Python. This check has been mistakenly removed while removing support for USE=-threads. Closes: https://bugs.gentoo.org/496328 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.1-r1 ppc64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r6 ppc64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.7-r1 ppc64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r2 ppc64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r2 ppc64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r6 amd64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.1-r1 amd64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.7-r1 amd64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r2 amd64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r2 amd64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.1-r1 for hppa, bug #766189
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r6 arm, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.1-r1 arm, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r2 arm, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.7-r1 arm, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r2 arm, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r6 arm64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.7-r1 arm64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.1-r1 arm64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r2 arm64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r2 arm64, #766189
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.12-r2 for hppa, bug #766189
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Restore prematurely removed eselect-python PDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport verify-sig & BDEPEND to 2.7.18
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport verify-sig & BDEPEND to 3.6.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport verify-sig & BDEPEND to 3.7.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport verify-sig & BDEPEND to 3.8.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport verify-sig & BDEPEND to 3.9.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0a4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r6 for sparc, bug #766189
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r6 for hppa, bug #766189
Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.1-r1 for sparc, bug #766189
Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.7-r1 for hppa/sparc, bug #766189
Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.9-r2 for hppa/sparc, bug #766189
Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.12-r2 for sparc, bug #766189
Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-3177 fix to 2.7.18
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-3177 fix to 3.6.12
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-3177 fix to 3.7.9
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-3177 fix to 3.8.7
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-3177 fix to 3.9.1
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport CVE-2021-3177 fix to 3.10.0a3
Bug: https://bugs.gentoo.org/766189 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove eselect-python bits
Now that python-exec.conf is generated from PYTHON_TARGETS, there should be no real reason to call 'eselect python' to update the config. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6-r1 s390, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0-r1 s390, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r1 s390, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r1 s390, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r5 s390, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old
Bug: https://bugs.gentoo.org/759928 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0-r1 ppc64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r1 ppc64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6-r1 ppc64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r5 ppc64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r1 ppc64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0-r1 amd64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r1 amd64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6-r1 amd64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r5 amd64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r1 amd64, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add a dep on autoconf-archive in 3.10
Closes: https://bugs.gentoo.org/760579 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r5 for sparc, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12 ppc, #743232
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0-r1 ppc, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12-r1 ppc, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9-r1 ppc, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6-r1 ppc, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r5 ppc, #759928
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.0-r1 for hppa, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.6-r1 for hppa, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.9-r1 for hppa, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.12-r1 for hppa, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r5 for hppa, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: arm64 stable (bug #759928)
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: arm stable (bug #759928)
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.0-r1 for sparc, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.6-r1 for sparc, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.9-r1 for sparc, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.12-r1 for sparc, bug #759928
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #759928)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport security fixes to 2.7.18-r5
Bug: https://bugs.gentoo.org/759928 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Skip hanging faulthandler test in 3.6.12-r1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport security fixes to 3.6.12
Bug: https://bugs.gentoo.org/759928 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport security fixes to 3.9.0
Bug: https://bugs.gentoo.org/759928 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport security fixes to 3.8.6-r1
Bug: https://bugs.gentoo.org/759928 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport security fixes to 3.7.9-r1
Bug: https://bugs.gentoo.org/759928 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0a3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.7rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.7.9 s390, #743235
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12 s390, #743232
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0 s390, #753215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6 s390, #754786
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.5 s390, #736854
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.9.0 for hppa, bug #753215
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.6 for hppa, bug #754786
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.8.6 for sparc
stable wrt bug #754786 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #754786)
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6 amd64, #754786
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6 arm, #754786
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.8.6 arm64, #754786
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: ppc64 stable (bug #753215)
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0 ppc, #753215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0 x86, #753215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.9.0 for sparc
stable wrt bug #753215 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0 amd64, #753215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0 arm, #753215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 3.9.0 arm64, #753215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.6.12 amd64, #743232
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: Stabilize 3.7.9 amd64, #743235
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove old 2.7 versions
Bug: https://bugs.gentoo.org/749339 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove 3.9.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 2.7.18-r4 ALLARCHES, #746863
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r4 sparc, #746863
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r4 x86, #746863
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: ppc stable (bug #746863)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: ppc64 stable (bug #746863)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r4 amd64, #746863
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r4 arm, #746863
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r4 arm64, #746863
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.10.0a1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r2 ppc
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r2 ppc, #741502
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Move py2 symlinks from python-exec to python:2.7
Closes: https://bugs.gentoo.org/745975 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.9 for hppa/sparc, bug #743235
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.12 for hppa/sparc, bug #743232
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.6.12 arm64, #743232
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: arm64 stable (bug #743235)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #743235
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #743232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: arm stable wrt bug #743235
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: arm stable wrt bug #743232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #741502
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #741502
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #741502)
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r2 for hppa, bug #741502
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Refactor 2.7.18 patches for more consistency
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r2 arm64, #741502
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-lang/python: Stabilize 2.7.18-r2 arm, #741502
Signed-off-by: Sam James <sam@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r2 for sparc, bug #741502
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport two more secfixes from 3.6 to 2.7.18
Bug: https://bugs.gentoo.org/741502 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: ppc64 stable (bug #736854)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.12
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Respect MAKEOPTS throughout the build
Closes: https://bugs.gentoo.org/737660 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove 3.9.0 betas
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.5 for hppa, bug #736854
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #736854
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #736854
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.8.5 for sparc
stable wrt bug #736854 Package-Manager: Portage-3.0.2, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.5 arm, #736854
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: Stabilize 3.8.5 arm64, #736854
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: drop vulnerable
Bug: https://bugs.gentoo.org/732498 Bug: https://bugs.gentoo.org/728668 Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.3-r1 for hppa, bug #728668
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.11-r1 for hppa, bug #728668
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.4-r1 for hppa, bug #732498
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.8-r2 for hppa, bug #732498
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.11-r2 for hppa, bug #732498
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18-r1 for hppa, bug #732498
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0b5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: arm64 stable (bug #732498)
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: sparc stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #728668
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: arm stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #732498
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport security fixes
Bug: https://bugs.gentoo.org/732498 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: arm stable (bug #728668)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Skip hanging RDS socket tests
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/python: arm64 stable (bug #728668)
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #728668
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.8.3-r1 for ppc
stable wrt bug #728668 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.7.8-r1 for ppc
stable wrt bug #728668 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.6.11-r1 for ppc
stable wrt bug #728668 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.3-r1 for sparc, bug #728668
Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.8-r1 for sparc, bug #728668
Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.11-r1 for sparc, bug #728668
Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.8.3-r1 for ppc64
stable wrt bug #728668 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.7.8-r1 for ppc64
stable wrt bug #728668 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.6.11-r1 for ppc64
stable wrt bug #728668 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Stabilize 3.8.3-r1 amd64, #728668
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.7.8-r1 amd64, #728668
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Stabilize 3.6.11-r1 amd64, #728668
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Backport CVE-2020-14422 & emailaddr CRLF fixes
Bug: https://bugs.gentoo.org/728668 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Sam James (sam_c) · gentoo
dev-lang/python: arm64 stable (bug #730662)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0b4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.10-r2 for hppa, bug #707822
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0b3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0b2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.2-r2 for sparc, bug #707822
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18 for sparc, bug #707822
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0b1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.2-r2 for hppa, bug #707822
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.7-r2 for hppa, bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove redundant
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0a6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.18 for hppa, bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sam James (sam_c) · gentoo
dev-lang/python: arm64 stable (bug #707822)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #707822)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: arm stable wrt bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.7-r2 for sparc, bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.10-r2 for sparc, bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix 3.8.2 patchset, sigh
Closes: https://bugs.gentoo.org/719086 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: amd64 stable wrt bug #707822
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.8.2-r1 for hppa, bug #718588
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #718588
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: arm stable wrt bug #718588
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: amd64 stable wrt bug #718588
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.9.0a5, redo patchset
Bug: https://bugs.gentoo.org/707822 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.8.2, redo patchset
Bug: https://bugs.gentoo.org/707822 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.7.7, redo patchset
Bug: https://bugs.gentoo.org/707822 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Replace python_export usage
Closes: https://bugs.gentoo.org/716332 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Backport secfixes to 3.6.10, redo patchset
Bug: https://bugs.gentoo.org/707822 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 2.7.18
Bug: https://bugs.gentoo.org/707822 Closes: https://bugs.gentoo.org/716332 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
dev-lang/python: arm64 stable (bug #718588)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #718588
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove 3.7.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix test failure due to importing numpy in 3.8+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: ignore EACCES instead of EPERM
Fixes: 212bc8ce91237d28de326e84ff8607863602d1f7 Closes: https://bugs.gentoo.org/679628 Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: revert unnecessary 3.9.0_alpha5 revbump
Bug: https://bugs.gentoo.org/699668 Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
dev-lang/python: revbumps for stropts.h removal
Bug: https://bugs.gentoo.org/699668 Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.7 for hppa, bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: ignore EPERM in test.support.unlink()
Closes: https://bugs.gentoo.org/679628 Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: arm stable wrt bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.7 for sparc, bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
dev-lang/python: arm64 stable (bug #715124)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: amd64 stable wrt bug #715124
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0a5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix extraneous empty line
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Force-fail stropts.h check for future glibc upgrade
Bug: https://bugs.gentoo.org/699668 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Roy Bamford · gentoo
dev-lang/python: stable on arm64
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Bug: https://bugs.gentoo.org/710782 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Roy Bamford · gentoo
dev-lang/python: stable on arm64
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Bug: https://bugs.gentoo.org/710782 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Roy Bamford · gentoo
dev-lang/python: stable on arm64
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Bug: https://bugs.gentoo.org/710782 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.7.6 for hppa, bug #710782
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.10 for hppa, bug #710782
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.17-r1 for hppa, bug #710782
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0a4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: ia64 stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: sparc stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: arm stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #710782
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Depend on dev-libs/libffi
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
dev-lang/python: Add deps on virtual/libcrypt:=
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-lang/python: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: also match '-flto=*'
Bug: https://bugs.gentoo.org/700012 Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix 3.8.1 patchset (again)
Fix leftover merge in h2py. This tool is only used during bootstrap and tests, so no revbump. Closes: https://bugs.gentoo.org/704836 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: fix build with -flto in CFLAGS
Bug: https://bugs.gentoo.org/700012 Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Add check-reqs for tests to 3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.9.0a2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove 2.7.16
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove 3.5*
Python 3.5 is no longer supported. A clean ebuild for the interpreter now resides in ::python. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Fix accidentally mangled case in 3.8.1 patch
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Redo patchset for 3.6.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Revert "Bump 2.7.17 to EAPI 7, unify"
Accidentally mixed two commits. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Revert "Redo patchset for 2.7.17-r1"
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Redo patchset for 2.7.17-r1
Include additional patches from FILESDIR. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Redo patchset for 2.7.17-r1
Include additional patches from FILESDIR. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump 2.7.17 to EAPI 7, unify
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump 2.7.17 to EAPI 7, unify
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Redo patchset for 3.7.6
Rebase patches against v3.7.6 and move hashlib patch inside. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove 3.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Redo 3.8.1 patchset
Rebase patchset on top of v3.8.1 and move hashlib patch inside. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: alpha stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: arm stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove static lib in 3.7.6 as well
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.17 for hppa, bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove stale sandbox blocker
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Fix line wrapping in 3.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: sparc stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.7.5-r1 for ia64, bug #701116
Package-Manager: Portage-2.3.81, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.17 for ia64, bug #701116
Package-Manager: Portage-2.3.81, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #701116
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: arm64 stable (bug #701116)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20 - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: arm64 stable wrt bug #695826
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: arm64 stable version 3.7.5-r1
Signed-off-by: Aaron Bauman <bman@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13859 Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: amd64 stable version 3.7.5-r1
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.9 for hppa, bug #695826
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.16 for hppa, bug #695826
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.8.0
Closes: https://bugs.gentoo.org/697842 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 2.7.17
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Bump to 3.5.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: sh stable wrt bug #695826
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: m68k stable wrt bug #695826
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="m68k" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
dev-lang/python: arm stable wrt bug #695826
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: re-enable all openssl algorithms
Package-Manager: Portage-2.3.77_p5, Repoman-2.3.17_p81 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-lang/python-3.6.9: alpha stable, bug 695826
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
dev-lang/python-3.5.7: alpha stable, bug 695826
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
dev-lang/python-2.7.16: alpha stable, bug 695826
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: sparc stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: s390 stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ia64 stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #695826
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: update patchset for 3.7.4
Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: bump to 3.7.4
Closes: https://bugs.gentoo.org/689832 Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.6.9
Bug: https://bugs.gentoo.org/689822 Bug: https://bugs.gentoo.org/680246 Bug: https://bugs.gentoo.org/676700 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Force-off -OPT:Olimit=0 in 2.7 to unbreak clang+gcc
Bug: https://bugs.gentoo.org/596798 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-lang/python: strip ~riscv in 3.6, is b0rken. 3.7 is ok
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
dev-lang/python: Fix implicit ncurses declarations in 3.7.3
Closes: https://bugs.gentoo.org/674070 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: remove 3.4*
Closes: https://bugs.gentoo.org/673960 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Bump to 3.7.3
Bug: https://bugs.gentoo.org/676700 Bug: https://bugs.gentoo.org/680298 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: remove old
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Sec-bump to 3.4.10
Bug: https://bugs.gentoo.org/676700 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Revert "Sec-bump to 3.5.7"
Committed prematurely. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
package.mask: Revert "Mask net-print/magicfilter as well"
Accidentally included part of local changes. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
package.mask: Mask net-print/magicfilter as well
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Sec-bump to 3.5.7
Bug: https://bugs.gentoo.org/676700 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Sec-bump to 3.5.7
Bug: https://bugs.gentoo.org/676700 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: depend on util-linux
Closes: https://bugs.gentoo.org/673912 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
dev-lang/python: bump to 3.5.6
Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: bump to 2.7.16
Closes: https://bugs.gentoo.org/671590 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.8
Bug: https://bugs.gentoo.org/671590 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
dev-lang/python: bump to 3.7.2
Bug: https://bugs.gentoo.org/671590 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: fix slot/subslot operators
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-lang/python: drop vulnerable
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.15 for ia64, bug #647862
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: subscribe to virtual/libffi sub slot
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: s390/sh/m68k stable wrt bug #647862
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.15 for ppc64, bug #647862
Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.15 for ppc, bug #647862
Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.15 for hppa, bug #647862
Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: arm stable wrt bug #647862
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-lang/python: stable 2.7.15 for sparc, bug #647862
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" - Repository mirror & CI · gentoo
Merge updates from master - Tobias Klausmann · gentoo
dev-lang/python-2.7.15-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/647862 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #647862)
Package-Manager: Portage-2.3.49, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: amd64 stable wrt bug #647862
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
dev-lang/python-2.17.15: arm64 stable (bug #647862)
Package-Manager: Portage-2.3.49, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-lang/python: Remove support for non-existent deps - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
dev-lang/python: Stable for HPPA too.
Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --ignore-arches - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: m68k/sh stable wrt bug #653440
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: remove threads USE flag
Threads are always enabled in Python 3.7. Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: bump to 3.7.0
Closes: https://bugs.gentoo.org/659578 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: work around bug in test_help_with_metavar
Bug: https://bugs.gentoo.org/660358 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.6
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
dev-lang/python: bump to 2.7.15
Bug: https://bugs.gentoo.org/654836 Package-Manager: Portage-2.3.40_p14, Repoman-2.3.9_p246 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-lang/python: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Mart Raudsepp · gentoo
dev-lang/python-3.6.5: arm64 stable (bug #653440)
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Mart Raudsepp · gentoo
dev-lang/python-3.4.8: arm64 stable (bug #653440)
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Mart Raudsepp · gentoo
dev-lang/python-3.5.5: arm64 stable (bug #653440)
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Matt Turner · gentoo
dev-lang/python-3.6.5: ppc64 stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.5.5: ppc64 stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.4.8: ppc64 stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.6.5: ppc stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.5.5: ppc stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.4.8: ppc stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.6.5: alpha stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.5.5: alpha stable, bug 653440 - Matt Turner · gentoo
dev-lang/python-3.4.8: alpha stable, bug 653440 - Michał Górny · gentoo
dev-lang/python: Fix automagic dep on bluetooth headers
Add IUSE=bluetooth to control the support for AF_BLUETOOTH. When enabled, pull net-wireless/bluez to provide headers necessary to build it. When disabled, explicitly make the configure test for appropriate headers fail for consistency. Closes: https://bugs.gentoo.org/479576 - Michał Górny · gentoo
dev-lang/python: Move readline dep outside 'ncurses?'
Move the dependency on readline to be independent of ncurses. Looking at the code, there is no apparent reason for putting it inside 'ncurses?' block. Furthermore, it is inconsistent with how the readline module build is controlled. Closes: https://bugs.gentoo.org/401651 - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.6.5 for sparc
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.5.5 for sparc
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Rolf Eike Beer · gentoo
dev-lang/python: stable 3.4.8 for sparc
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.6.5 for ia64, bug #653440
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.5.5 for ia64, bug #653440
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.4.8 for ia64, bug #653440
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Mikle Kolyada · gentoo
dev-lang/python: arm stable wrt bug #653440
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Mike Gilbert · gentoo
dev-lang/python: fix unaligned memory access
Thanks to Rolf Eike Beer for the patches. Closes: https://bugs.gentoo.org/636400 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 - Aaron Bauman · gentoo
dev-lang/python: amd64 stable wrt bug #653440
Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.29, Repoman-2.3.9 - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #653440)
Package-Manager: Portage-2.3.30, Repoman-2.3.9 - Aaron Bauman · gentoo
dev-lang/python: compatibility patch for libressl
This patch fixes building with >=dev-libs/libressl-2.7. Additionally, the slot and subslot modifier have been updated to ensure rebuilds are properly triggered. Bug: https://bugs.gentoo.org/651162 Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7978 - Aaron Bauman · gentoo
dev-lang/python: compatibility patch for libressl
This patch fixes building with >=dev-libs/libressl-2.7. Additionally, the slot and subslot modifier have been updated to ensure rebuilds are properly triggered. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7977 - Aaron Bauman · gentoo
dev-lang/python: compatibility patch for libressl
This patch fixes building with >=dev-libs/libressl-2.7. Additionally, the slot and subslot modifier have been updated to ensure rebuilds are properly triggered. Patch is from upstream commit 4ca0739c9d97ac7cd45499e0d31be68dc659d0e1. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7971 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.5
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.5.5
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 - Manuel Rüger · gentoo
dev-lang/python: Version bump to 3.4.8
Package-Manager: Portage-2.3.27, Repoman-2.3.9 - Michał Górny · gentoo
*/*: Remove sparc-fbsd keywords - Markus Meier · gentoo
dev-lang/python: arm stable, bug #639070
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" - Mike Frysinger · gentoo
dev-lang/python: mark 3.6.3-r1 arm64/m68k/s390/sh stable - Mike Frysinger · gentoo
dev-lang/python: mark 3.5.4-r1 arm64/m68k/s390/sh stable - Mike Gilbert · gentoo
dev-lang/python: depend on app-arch/xz-utils[extra-filters] for tests
Closes: https://bugs.gentoo.org/643744 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.4
Closes: https://bugs.gentoo.org/643516 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 - Mike Gilbert · gentoo
dev-lang/python: remove old
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 - Mike Gilbert · gentoo
dev-lang/python: disable nis for 3.4.5
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 - Mike Gilbert · gentoo
dev-lang/python: stabilize nis disablement for 2.7 and 3.5
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 - Mike Gilbert · gentoo
dev-lang/python: 3.6.3-r1 stable on amd64, bug 363070
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.6.3-r1 for hppa/ia64, bug #639070
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa ia64" - Tobias Klausmann · gentoo
dev-lang/python-3.6.3-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/639070 - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.6.3-r1 for sparc, bug #639070 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #639070)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.6.3-r1 for ppc/ppc64, bug #639070
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64" - Tobias Klausmann · gentoo
dev-lang/python-3.5.4-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/620940 - Anthony G. Basile · gentoo
dev-lang/python: 2.7.14 stable on arm, bug #635944
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Anthony G. Basile · gentoo
dev-lang/python: 3.5.4 stable on arm and ppc, bug #620940
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.14 for sparc, bug #635944 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc" - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.5.4 for hppa/sparc, bug #620940 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa sparc" - Mike Gilbert · gentoo
dev-lang/python: disable the nis module
This fails to build with glibc-2.26. Bug: https://bugs.gentoo.org/631488 Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81 - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.14 for hppa, bug #635944
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa" - Tobias Klausmann · gentoo
dev-lang/python-2.7.14-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/635944 - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #635944)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Manuel Rüger · gentoo
dev-lang/python: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Mike Gilbert · gentoo
dev-lang/python: 3.4: disable getentropy() on linux
Closes: https://bugs.gentoo.org/635534 Package-Manager: Portage-2.3.13, Repoman-2.3.3_p80 - Mike Gilbert · gentoo
dev-lang/python: remove old
Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75 - Mike Gilbert · gentoo
dev-lang/python: use absolute path in LD_LIBRARY_PATH
Closes: https://bugs.gentoo.org/608312 Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75 - Mike Gilbert · gentoo
dev-lang/python: use absolute path in LD_LIBRARY_PATH
Closes: https://bugs.gentoo.org/608312 Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75 - Sergei Trofimovich · gentoo
dev-lang/python: stable 2.7.14 for ia64/ppc/ppc64, bug #635944
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64 ppc ppc64" - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.5.4 for ppc64, bug #620940
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc64" - Manuel Rüger · gentoo
dev-lang/python: Stable on amd64
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Thomas Deutschmann · gentoo
dev-lang/python: x86 stable (bug #620940)
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Sergei Trofimovich · gentoo
dev-lang/python: stable 3.5.4 for ia64, bug #620940
Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.3
Package-Manager: Portage-2.3.10_p4, Repoman-2.3.3_p52 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.5.4
Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38 - Mike Gilbert · gentoo
dev-lang/python: bump to 2.7.14
Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38 - Mike Gilbert · gentoo
dev-lang/python: replace http urls
Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 - Mike Gilbert · gentoo
dev-lang/python: fix build failure in blake2 module
Thanks to Johannes Hirte for the simple solution. Bug: https://bugs.gentoo.org/608586 Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 - Mike Gilbert · gentoo
dev-lang/python: backport test fix
Bug: https://bugs.gentoo.org/617028 Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61 - Michał Górny · gentoo
dev-lang/python: Forward-port the distutils -OO patch to 3.6, #616594 - Michał Górny · gentoo
dev-lang/python: Clean old versions up - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.1
Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32 - Mike Gilbert · gentoo
dev-lang/python: force TZ=UTC for tests in 2.7
Bug: https://bugs.gentoo.org/610628 Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32 - Mike Gilbert · gentoo
dev-lang/python: remove dbhash.py* when berkdb is disabled
dbhash.pyc and dbhash.pyo might not exist when cross-compiling. Bug: https://bugs.gentoo.org/612250 Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Gilbert · gentoo
dev-lang/python: remove dbhash.py[co] when berkdb is disabled - Mike Gilbert · gentoo
dev-lang/python: whitespace - Mike Gilbert · gentoo
dev-lang/python: bump to 3.5.3
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.4.6
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49 - Mike Gilbert · gentoo
dev-lang/python: bump to 2.7.13
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Mike Frysinger · gentoo
dev-lang/python: mark 2.7.12 & 3.4.5 arm64/m68k/s390/sh stable - Michał Górny · gentoo
dev-lang/python: Sec cleanup, #585946 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.6.0
Package-Manager: Portage-2.3.3_p19, Repoman-2.3.1_p12 - Jeroen Roovers · gentoo
dev-lang/python: Stable for HPPA (bug #585946).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - Agostino Sarubbo · gentoo
dev-lang/python: ia64 stable wrt bug #585946
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: sparc stable wrt bug #585946
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc64 stable wrt bug #585946
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #585946
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Mike Gilbert · gentoo
dev-lang/python: restore eselect python set --python2 call
This broke Funtoo stage building since it relies on the python2 symlink. Package-Manager: portage-2.3.2_p11 - Markus Meier · gentoo
dev-lang/python: arm stable, bug #585946
Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" - Tobias Klausmann · gentoo
dev-lang/python-3.4.5-r0: stable on alpha
Gentoo-Bug: 585946 - Agostino Sarubbo · gentoo
dev-lang/python: x86 stable wrt bug #585946
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #585946
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
dev-lang/python-2.7.12-r0: stable on alpha
Gentoo-Bug: 592658 - Markus Meier · gentoo
dev-lang/python: arm stable, bug #592658
Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" - Mike Gilbert · gentoo
dev-lang/python: remove 3.3
Package-Manager: portage-2.3.2 - Mike Gilbert · gentoo
dev-lang/python: set LC_ALL=C in src_compile
Package-Manager: portage-2.3.0_p43 - Mike Gilbert · gentoo
dev-lang/python: LC_COLLATE=C
Bug: https://bugs.gentoo.org/594768 Package-Manager: portage-2.3.0_p43 - Mike Gilbert · gentoo
dev-lang/python: remove obsolete ebuilds
Package-Manager: portage-2.3.0_p43 - Gerhard Bräunlich · gentoo
dev-lang/python: Fix cross-compilation support for 3.4.5
Gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=590530 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2247 - Michał Górny · gentoo
dev-lang/python: Backport gcc[-libffi(-)] blocker fix to all versions - Mike Gilbert · gentoo
Revert "dev-lang/python: disable MPROTECT"
This reverts commit b8cb87b5af9ab23e60864a4c66988c0f595f5b77. - Mike Gilbert · gentoo
dev-lang/python: disable MPROTECT
The hardened team can figure this shit out. Package-Manager: portage-2.3.0_p16 - Michał Górny · gentoo
dev-lang/python: Remove remnants of python-updater
Remove the remaining dependencies on deprecated python-updater, and update the postinst messages appropriately. For Python 2.7, the message has been removed altogether since it is the oldest version supported by PYTHON_TARGETS. For the remaining versions, just inform about potential PYTHON_TARGETS changes necessary. The modified versions are not revision-bumped to avoid unnecessary rebuilds due to a minor change. The versions that are still newest-visible (i.e. not replaced by another version or revision bump) will be bumped when python-updater is lastrited. - Mike Gilbert · gentoo
dev-lang/python: bump to 2.7.12
Package-Manager: portage-2.3.0_p15 - Mike Gilbert · gentoo
dev-lang/python: fix SRC_URI - Mike Gilbert · gentoo
dev-lang/python: bump to 3.4.5
Package-Manager: portage-2.3.0_p15 - Mike Gilbert · gentoo
dev-lang/python: bump to 3.5.2
Package-Manager: portage-2.3.0_p15 - Michał Górny · gentoo
dev-lang/python: Bump to 3.4.4 - Michał Górny · gentoo
dev-lang/python: Fix distutils to compile .opt-1 & .opt-2 in 3.5 - Matt Turner · gentoo
dev-lang/python: Drop append-flags -fPIC alpha workaround.
Unknown what it was working around. The same existed for amd64 and hppa but both were removed more than ten years ago. - Mike Gilbert · gentoo
dev-lang/python: fix cross-compiles for 3.5.1
Bug: https://bugs.gentoo.org/581304 Package-Manager: portage-2.2.28_p106 - Michał Górny · gentoo
dev-lang/python: Remove obsolete process_data patch from 3.3, #580242
Remove the obsolete process_data patch from both 3.3 versions. The patch was only needed for some packages using python.eclass, it is no longer carried by any other Python version (including stable ebuilds) and breaks the build on musl. Bug: https://bugs.gentoo.org/show_bug.cgi?id=580242 - Michał Górny · gentoo
dev-lang/python: Lower eselect-python deps due to pythonX.Y-config fix
Lower the dependency on app-eselect/eselect-python to 20140125-r1 since that version got a fix to support pythonX.Y-config. This should make a good stable candidate and starting point for migration to newer python-exec versions. - Alexis Ballier · gentoo
dev-lang/python:{2.7,3.4,3.5}: Move epatch_user call before sedding libdir. Bug #574962.
This allows sharing patches between different architectures where libdir differ. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Michał Górny · gentoo
dev-lang/python:2.7: Do not update meaningless Python 2 preference
Python 2 preference is meaningless since we only support one version of Python 2, and it causes Python 2 to be preferred over non-selected versions of Python 3. - Mike Gilbert · gentoo
dev-lang/python: pax-mark the python binary in src_install
Bug: https://bugs.gentoo.org/569908 Package-Manager: portage-2.2.27_p47 - Michał Górny · gentoo
dev-lang/python: Revbump to propagate PYVER fixes - Michał Górny · gentoo
dev-lang/python: Drop meaningless intermediate revisions - Michał Górny · gentoo
dev-lang/python: Fix invalid PYVER references, #570542 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/fwknop-2.6.8-bump'
Pull request: https://github.com/gentoo/gentoo/pull/520 - Michał Górny · gentoo
dev-lang/python: Install a wrapper to fix python-config paths, #569506 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/axelgenus/man-pages-it'
Pull request: https://github.com/gentoo/gentoo/pull/488 - Michał Górny · gentoo
dev-lang/python: Ensure python-config & .pc ABI symlinks, idle wrapping
Fix the pythonX.Y-config symlink creation to be only applied when ABIFLAGS are not empty, and add additional python-X.Ym.pc symlink for pkg-config. Make both official as they are created as part of regular upstream 'make install' (but not 'make altinstall' used by Gentoo). Install python-exec wrapping symlink for the idle executable when USE=tk is enabled. - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/478'. - Mike Gilbert · gentoo
dev-lang/python: Depend on ncurses slot 0 in stable ebuilds
Package-Manager: portage-2.2.26_p32 - Mike Gilbert · gentoo
dev-lang/python: Bump to 3.5.1
Package-Manager: portage-2.2.26_p27 - Mike Gilbert · gentoo
dev-lang/python: Add compat symlink for pythonX.Y-config
Package-Manager: portage-2.2.26_p25 - Mike Gilbert · gentoo
dev-lang/python: Adjust eselect-python dep
Package-Manager: portage-2.2.26_p25 - Dirkjan Ochtman · gentoo
dev-lang/python: version bump to 2.7.11
Package-Manager: portage-2.2.20.1 - Mike Frysinger · gentoo
dev-lang/python: mark 3.4.3/2.7.10r1 arm64/m68k/s390/sh stable - Mike Frysinger · gentoo
dev-lang/python: fix system libffi handling - Mike Gilbert · gentoo
dev-lang/python: Revbump 2.7.10
This ensures nobody gets bitten by f1d0291c. Package-Manager: portage-2.2.24_p19 - Michał Górny · gentoo
dev-lang/python: Remove more old versions - Agostino Sarubbo · gentoo
dev-lang/python: alpha stable wrt bug #561524
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="alpha" - Michał Górny · gentoo
dev-lang/python: Copy the 2.7 EPYTHON fix to older versions - Michał Górny · gentoo
dev-lang/python: Fix py version ref for python_export in 2.7 - Michał Górny · gentoo
dev-lang/python: Add symlinks for python-exec wrapping of execs
Add symlinks to make it possible to wrap Python executable aliases (python, python-config, pydoc...) via python-exec. - Michał Górny · gentoo
dev-lang/python: Fix epython.py module first install
Fix the issues in obtaining sitedir for epython.py module install when dev-lang/python is not yet installed. - Michał Górny · gentoo
dev-lang/python: Remove redundant ebuilds - Mike Gilbert · gentoo
dev-lang/python: Set PYTHON_SITEDIR manually
The eclass change in fd4001e9 causes python_export to call ${PYTHON} to obtain PYTHON_SITEDIR. This returns an empty string if ${PYTHON} has not yet been merged. Package-Manager: portage-2.2.23_p26 - Michał Górny · gentoo
dev-lang/python: Correct SLOT use after subslot introduction - Michał Górny · gentoo
dev-lang/python: Clean up whitespace in 3.4.3-r3 for consistency - Michał Górny · gentoo
dev-lang/python: Backport EAPI=5 and slot operators in deps - Michał Górny · gentoo
dev-lang/python: Replace python3.x executables with symlinks
Replace python3.X executables (duplicate to python3.Xm) installed by the build system with symlinks to the ABIFLAGS-enabled variants. - Mikle Kolyada · gentoo
dev-lang/python: ia64 stable wrt bug #561524
Package-Manager: portage-2.2.20.1 - Michał Górny · gentoo
dev-lang/python: Remove python-config-X.Y compatibility
Remove the python-config-X.Y symlinks that were added as the Gentoo divergence compatibility. - Mike Gilbert · gentoo
dev-lang/python: Restore keywords on latest python 2.7, 3.4 ebuilds
Package-Manager: portage-2.2.23_p18 - Michał Górny · gentoo
dev-lang/python: Re-enable ABIFLAGS on python3.3+
Disable the ABIFLAGS removal that was introduced on python3.2+ for 'aesthetic reasons'. This caused Gentoo Python installations to unnecessarily diverge from upstream and promote bad development practices. - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #561524
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" - Agostino Sarubbo · gentoo
dev-lang/python: ppc stable wrt bug #530858
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" - Markus Meier · gentoo
dev-lang/python: arm stable, bug #530858
Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" - Markus Meier · gentoo
dev-lang/python: arm stable, bug #561524
Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" - Mike Frysinger · gentoo
dev-lang/python: fix cross-compiling checks w/-Wformat - Mikle Kolyada · gentoo
dev-lang/python: sparc stable wrt bug #561524
Package-Manager: portage-2.2.20.1 - Mikle Kolyada · gentoo
dev-lang/python: sparc stable wrt bug #530858
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
dev-lang/python: Stable for PPC64 (bug #530858).
Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches - Jeroen Roovers · gentoo
dev-lang/python: Stable for PPC64 (bug #561524).
Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches - Mike Gilbert · gentoo
dev-lang/python: Add KEYWORDS for 3.5
Package-Manager: portage-2.2.22_p5 - Mike Frysinger · gentoo
dev-lang/python: add upstream fix for testing w/gcc-5 #547626 - Mikle Kolyada · gentoo
dev-lang/python: ia64 stable wrt bug #530858
Package-Manager: portage-2.2.20.1 - Tobias Klausmann · gentoo
dev-lang/python: add alpha keyword
Gentoo-Bug: 530858 Package-Manager: portage-2.2.22 - Mikle Kolyada · gentoo
dev-lang/python: x86 stable wrt bug #530858
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
dev-lang/python: Stable for HPPA (bug #530858).
Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches - Jeroen Roovers · gentoo
dev-lang/python: Stable for HPPA (bug #561524).
Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches - Mikle Kolyada · gentoo
dev-lang/python: x86 stable wrt bug #561524
Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #561524
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Agostino Sarubbo · gentoo
dev-lang/python: amd64 stable wrt bug #530858
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Julian Ospald · gentoo
dev-lang/python: add libressl support
This only affects ~arch or unkeyworded ebuilds. - Mike Gilbert · gentoo
dev-lang/python: Fix cross-compiling for 3.5
Package-Manager: portage-2.2.20_p169_p6532 - Mike Gilbert · gentoo
dev-lang/python: Add 3.5.0 without keywords
Package-Manager: portage-2.2.20 - Mike Gilbert · gentoo
dev-lang/python: Remove logic for USE=build
Added without keywords so releng can do some testing. Package-Manager: portage-2.2.20 - Mike Gilbert · gentoo
dev-lang/python: Do not forcably disable xml support with USE=build
This is breaking stages when portage has the xattr USE flag enabled. This pulls in dev-python/setuptools, which needs pyexpat. Package-Manager: portage-2.2.20 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Michał Górny · gentoo
dev-lang/python: Move 2.6 to ::python
Package-Manager: portage-2.2.20 - Michał Górny · gentoo
Move 3.2 to ::python. Remove old patches.
Package-Manager: portage-2.2.20 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed