summaryrefslogtreecommitdiff
path: root/dev-python/crashtest
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-19 00:09:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-19 00:09:54 +0100
commite8df704cf9b5e9e517317b8912377c0a8ca0d11e (patch)
treeab3f43045fb1d37471f8217c8547d2120bb3d1da /dev-python/crashtest
parentccaccfe4f1da8c11d9fa110f6e4eb847358769d7 (diff)
gentoo auto-resync : 19:06:2024 - 00:09:54
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r--dev-python/crashtest/Manifest4
-rw-r--r--dev-python/crashtest/crashtest-0.4.1.ebuild8
-rw-r--r--dev-python/crashtest/metadata.xml2
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
index c4cc7b2cfc8d..0488a04f1f58 100644
--- a/dev-python/crashtest/Manifest
+++ b/dev-python/crashtest/Manifest
@@ -1,3 +1,3 @@
DIST crashtest-0.4.1.gh.tar.gz 19114 BLAKE2B aa46efb2dbabfeaab54f9149da42cb033f5dca3ab1c75032ca2542018058cf16775f56450cadf3e1272e738d602f32f21b9a6668a99f2733cd53d23c1754a0bc SHA512 83faf66fb422c8fb13780ac5a8ddd4c47ebb77f248bea0eb94962caff24265b107fd8bbc0d577853969c4aecedd83977e9c74c81dc7e772b7684e09a832a0a2f
-EBUILD crashtest-0.4.1.ebuild 614 BLAKE2B 9ba032ab643d2bbd5554a7774677d9c1f04593d1b9d0d44f2b55704597aa6f596bde243caedd7d94c27b56282ba655acd5e649a83d1c810d86caf98c52504ad8 SHA512 50fe153c84042c7f5b24e9c3add78be8675eb15d130dab8409c3f118e80433a22c5950f3fbd3cae1386e8bc516c170b3a62586c5a218049fe577c7b992696413
-MISC metadata.xml 416 BLAKE2B f6b8728929c04221908904b4e43f0fa00c480b193537b519558a1f9e83bd99ab131c3b28d03a624690c4891feee71b6b90bbed6fdc0aa89a4f14dabe282c8343 SHA512 55c2a10cf5611aad9461b1aef9ec28f699a46237a7616e1a834769d20a00f9e4477e2910cc3117a71acd7512ee9812b7658010234387560445c484ce3feabe84
+EBUILD crashtest-0.4.1.ebuild 622 BLAKE2B f9f4884a0c09bb50e9b37fb4c10f9805821c0bc19acc9afd0367b9b97525730de044ec7e18f29e3d2072d21e091df14818ec0b3a816e00fc1396407cccf18a73 SHA512 12410749662a7c168358cb48439ff4988d1359d504d5fef3437b1528a9dc8b472db4c901c99811a3bd8e66083177c68f9251ab75cdb0b363052e4dfd3ef0809c
+MISC metadata.xml 420 BLAKE2B 32a5f22be6348a69b8c76a8be12905bfd4ecdc33873596ffc4c39fda214d4804678842bf17f97a7539d6e96c1bb08d70bcd12a63d588648d44262ca787238906 SHA512 b1b19c5e62f5fc1aafea4f2d70bcf940861f366937a325927c56a91fd29d55a4d9201552f3a4f751b17a3f505d8148c8012c783814b29ba56ffe7c8e2493dc88
diff --git a/dev-python/crashtest/crashtest-0.4.1.ebuild b/dev-python/crashtest/crashtest-0.4.1.ebuild
index 8cee0b49029a..e0f9e032a72b 100644
--- a/dev-python/crashtest/crashtest-0.4.1.ebuild
+++ b/dev-python/crashtest/crashtest-0.4.1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Python library that makes exceptions handling and inspection easier"
HOMEPAGE="
- https://github.com/sdispater/crashtest/
+ https://github.com/python-poetry/crashtest/
https://pypi.org/project/crashtest/
"
SRC_URI="
- https://github.com/sdispater/crashtest/archive/${PV}.tar.gz
+ https://github.com/python-poetry/crashtest/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
diff --git a/dev-python/crashtest/metadata.xml b/dev-python/crashtest/metadata.xml
index 4738d157afa9..f68da96047b6 100644
--- a/dev-python/crashtest/metadata.xml
+++ b/dev-python/crashtest/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="github">sdispater/crashtest</remote-id>
+ <remote-id type="github">python-poetry/crashtest</remote-id>
<remote-id type="pypi">crashtest</remote-id>
</upstream>
</pkgmetadata>