dev-python/standard-aifc - 3.13.0 (home-assistant)

Search

Package Information

Description:
Standard library aifc redistribution \"dead battery\".
Homepage:
https://github.com/youknowone/python-deadlib https://pypi.org/project/standard-aifc/
License:
PSF-2

Ebuild Details

Version EAPI Keywords Slot
3.13.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{13..14} )

inherit distutils-r1 pypi

DESCRIPTION="Standard library aifc redistribution \"dead battery\"."
HOMEPAGE="
	https://github.com/youknowone/python-deadlib
	https://pypi.org/project/standard-aifc/
"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/audioop-lts[${PYTHON_USEDEP}]
"

pkg_postinst() {
	elog "Python is moving forward! Python finally started to remove"
	elog "dead batteries. For more information, see PEP 594. If your"
	elog "project depends on a module that has been removed from the"
	elog "standard, here is the redistribution of the dead batteries."
}

Dependencies

RDEPEND

	dev-python/audioop-lts[${PYTHON_USEDEP}]