diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest new file mode 100644 index 0000000000000..e88607cfad012 --- /dev/null +++ b/dev-python/aiounittest/Manifest @@ -0,0 +1 @@ +DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6 diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild new file mode 100644 index 0000000000000..0fb0a6c0046bb --- /dev/null +++ b/dev-python/aiounittest/aiounittest-1.4.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Test asyncio code more easily" +HOMEPAGE=" + https://github.com/kwarunek/aiounittest/ + https://pypi.org/project/aiounittest/ +" +SRC_URI=" + https://github.com/kwarunek/aiounittest/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/wrapt[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml new file mode 100644 index 0000000000000..cdd7b4c658c7d --- /dev/null +++ b/dev-python/aiounittest/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + kwarunek/aiounittest + aiounittest + +