diff --git a/dev-python/pysnooper/Manifest b/dev-python/pysnooper/Manifest new file mode 100644 index 0000000000..596c81a152 --- /dev/null +++ b/dev-python/pysnooper/Manifest @@ -0,0 +1 @@ +DIST PySnooper-1.1.1.tar.gz 45534 BLAKE2B d3adea166bda59a6b5691ccfd2952381b3d5e199944eaa3b1789fc4188711bcfa6040cae9f0f2d8ea35db1ed1d3d04859a606315bb3e9c771fae090de099c783 SHA512 9170b558d8ea00a359c27855e3eee3c2852bb11aaff534e40f8a8c3a95ceb79f58f2102f8d68c9b4f5c0045a65d0910bc44b0409921fff1706ee93c9b5e2c698 diff --git a/dev-python/pysnooper/metadata.xml b/dev-python/pysnooper/metadata.xml new file mode 100644 index 0000000000..d2a07d8730 --- /dev/null +++ b/dev-python/pysnooper/metadata.xml @@ -0,0 +1,13 @@ + + + + + zhuyifei1999@gmail.com + YiFei Zhu + + + https://github.com/cool-RR/PySnooper/issues + PySnooper + cool-RR/PySnooper + + diff --git a/dev-python/pysnooper/pysnooper-1.1.1.ebuild b/dev-python/pysnooper/pysnooper-1.1.1.ebuild new file mode 100644 index 0000000000..42ae009fab --- /dev/null +++ b/dev-python/pysnooper/pysnooper-1.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_PN="PySnooper" +PYPI_NO_NORMALIZE=1 +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