commit:     9380ea026a4fc3f28234a465443697cb2562269d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 06:16:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 07:24:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9380ea02

dev-python/aiounittest: Bump to 1.5.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
index 3490865377ba..d9ca13fa5bcf 100644
--- a/dev-python/aiounittest/Manifest
+++ b/dev-python/aiounittest/Manifest
@@ -1,2 +1,3 @@
 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
+DIST aiounittest-1.5.0.gh.tar.gz 15848 BLAKE2B 
4ef88fa7f05694e9d5f9ec7f34043213b490056f5854c9b911195637d14251fe4fc72ce2d6fe94098a590fe6d9e33b9fff08a5b095644e603d8e561af8da5e65
 SHA512 
e17c5f939cff863de54a73c3aec3e5c80c037a53ee033ec8528665a6fe39bf004a2ce26a509c31e7bf6ba3e4abadb0ead908274147f010bbcd17b27c250f4ebf

diff --git a/dev-python/aiounittest/aiounittest-1.5.0.ebuild 
b/dev-python/aiounittest/aiounittest-1.5.0.ebuild
new file mode 100644
index 000000000000..a4cc0f6113dd
--- /dev/null
+++ b/dev-python/aiounittest/aiounittest-1.5.0.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 pypy3_11 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