commit:     fe470ba0176f6ddc496188babe96948c42f66f91
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 16:42:10 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 16:42:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe470ba0

dev-python/aiounittest: add 1.4.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/aiounittest/Manifest                 |  1 +
 dev-python/aiounittest/aiounittest-1.4.3.ebuild | 29 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
index e88607cfad01..3490865377ba 100644
--- a/dev-python/aiounittest/Manifest
+++ b/dev-python/aiounittest/Manifest
@@ -1 +1,2 @@
 DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 
7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45
 SHA512 
358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6
+DIST aiounittest-1.4.3.gh.tar.gz 15828 BLAKE2B 
f3abd87d77f27f3a29b392e3e5518ad5062c930e1884522c40aa8b4c54d27feddd86a50df6272b5a47a4edf0b7f3bc503fd4f67aaef92d885670fc20c74f32da
 SHA512 
398fcf071660bfc38cb68dc01bed83c6d2320a8a1b8e8ade921a7616f7fe70534203b28630532a287da98cbbefcc8b6cf8c97d5a35fe5c63e7e143f8c619c1bb

diff --git a/dev-python/aiounittest/aiounittest-1.4.3.ebuild 
b/dev-python/aiounittest/aiounittest-1.4.3.ebuild
new file mode 100644
index 000000000000..f2954bc5d074
--- /dev/null
+++ b/dev-python/aiounittest/aiounittest-1.4.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+       dev-python/wrapt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to