dev-python/pysnooper: add 1.2.3, drop 1.2.0

Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
This commit is contained in:
YiFei Zhu
2025-06-21 09:06:11 -07:00
parent 87e4e6fcaf
commit d586c5989a
2 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="PySnooper"
inherit distutils-r1 pypi
DESCRIPTION="Never use print for debugging again"
HOMEPAGE="
https://pypi.org/project/pysnooper/
https://github.com/cool-RR/PySnooper
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest