summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-04 05:54:58 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-04 06:04:07 +0100
commitcf010bb078c8b340122f9d6b65034450d282e42e (patch)
tree85666049dce310590a9e50770d1c220b282c78d9 /dev-python/kgb
parentdev-python/moto: Bump to 5.0.19 (diff)
downloadgentoo-cf010bb078c8b340122f9d6b65034450d282e42e.tar.gz
gentoo-cf010bb078c8b340122f9d6b65034450d282e42e.tar.bz2
gentoo-cf010bb078c8b340122f9d6b65034450d282e42e.zip
dev-python/kgb: Bump to 7.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kgb')
-rw-r--r--dev-python/kgb/Manifest1
-rw-r--r--dev-python/kgb/kgb-7.2.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/kgb/Manifest b/dev-python/kgb/Manifest
index 93b93f260d23..3cfd2242ced0 100644
--- a/dev-python/kgb/Manifest
+++ b/dev-python/kgb/Manifest
@@ -1 +1,2 @@
DIST kgb-7.1.1.tar.gz 61504 BLAKE2B 37aa4c78e0e74c2ad10db047453229d903c72dc9f359ce916f66b24ddc390e89126869e8e52942854911952e995b45f9a304e48574c7c79319f388d0f70d148f SHA512 29e5d78270f55b82b917a1e448307397f813502cc3a262fd6af082417f3875c88732b3f7c11c6001120bb0cba4079c2c6351b2b24287b1f5a3b3c891cf3f8d55
+DIST kgb-7.2.tar.gz 61228 BLAKE2B 3c4d922629fb40792b0a37e7390a468f3b2ec71fd197846f25081dff799d7b2bb6fb0c298a1251e32b5142923fffa26dc2516ddee96c6c1829bd2345ff6beac2 SHA512 2311a524d4e5266399fddbf8c12644dd6d265b4a0538cd820421a7fb4f8d291f662209b6642daf3777bfca16b8eb976ead12e063dad1242f897619070e5cfd27
diff --git a/dev-python/kgb/kgb-7.2.ebuild b/dev-python/kgb/kgb-7.2.ebuild
new file mode 100644
index 000000000000..b57ac9341dee
--- /dev/null
+++ b/dev-python/kgb/kgb-7.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2024 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 pypi
+
+DESCRIPTION="Python function spy support for unit tests"
+HOMEPAGE="
+ https://github.com/beanbaginc/kgb/
+ https://pypi.org/project/kgb/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest