# 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 telnetlib redistribution. \"dead battery\"." HOMEPAGE=" https://github.com/youknowone/python-deadlib https://pypi.org/project/standard-telnetlib/ " LICENSE="PSF-2" SLOT="0" KEYWORDS="~amd64" 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." }