dev-python/py - 1.11.0-r1 (gentoo)

Search

Deprecated: This version is deprecated.

Reason: Qt5 upstream OSS support ended on 2020-12-08. Public availability of commercial 5.15 LTS releases is delayed by 1 year since then. The final release happened on 2025-05-19, which means a) we will not get it until 2026-06-19, b) any bugs discovered since last May will not be fixed and c) no bugs since 2020-12-08 that haven't also been affecting Qt6 were fixed at all. Bug 948836

Deprecated by Andreas Sturmlechner on 2025-08-20

Package Information

Description:
library with cross-python path, ini-parsing, io, code, log facilities
Homepage:
https://py.readthedocs.io/ https://github.com/pytest-dev/py/ https://pypi.org/project/py/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.11.0-r1 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )

inherit distutils-r1 pypi

DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
HOMEPAGE="
	https://py.readthedocs.io/
	https://github.com/pytest-dev/py/
	https://pypi.org/project/py/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
# This package is unmaintained and keeps being broken periodically.
RESTRICT=test

BDEPEND="
	dev-python/setuptools-scm[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Dependencies

BDEPEND

	dev-python/setuptools-scm[${PYTHON_USEDEP}]