Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/crashtest/
Date: Wed, 03 Aug 2022 17:30:35
Message-Id: 1659547651.509e54057cd8e3951516103c7367a2e34c8afb3c.arthurzam@gentoo
1 commit: 509e54057cd8e3951516103c7367a2e34c8afb3c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 16:25:12 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 17:27:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509e5405
7
8 dev-python/crashtest: add 0.4.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/crashtest/Manifest | 1 +
13 dev-python/crashtest/crashtest-0.4.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
17 index 901bd190262b..bc111d81c131 100644
18 --- a/dev-python/crashtest/Manifest
19 +++ b/dev-python/crashtest/Manifest
20 @@ -1 +1,2 @@
21 DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
22 +DIST crashtest-0.4.0.gh.tar.gz 13564 BLAKE2B 9c29694f5c96a981e19cce16853460cfed7277a2a933c14be9bdefcac9f79e9d835454fd79b3da2fb5f62946f933452202eee05199dfa048b919a3fc3dd93f40 SHA512 98d9623eeef584baed7bd336a3846af9b4f3aa55662b643e915b17b0a7dce4968785052ce3d37f55fc0217dbb6662b6f5d34efeb4d45dbace876551871be4e4a
23
24 diff --git a/dev-python/crashtest/crashtest-0.4.0.ebuild b/dev-python/crashtest/crashtest-0.4.0.ebuild
25 new file mode 100644
26 index 000000000000..b0ba80fce8eb
27 --- /dev/null
28 +++ b/dev-python/crashtest/crashtest-0.4.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=poetry
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python library that makes exceptions handling and inspection easier"
40 +HOMEPAGE="https://github.com/sdispater/crashtest"
41 +SRC_URI="
42 + https://github.com/sdispater/crashtest/archive/${PV}.tar.gz
43 + -> ${P}.gh.tar.gz
44 +"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49 +
50 +distutils_enable_tests pytest