Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/crashtest/
Date: Fri, 08 Oct 2021 19:46:17
Message-Id: 1633722338.db1c38cd4de9d0408f861fb44d2579cd26f42e80.smaniotto.nicola@gentoo
1 commit: db1c38cd4de9d0408f861fb44d2579cd26f42e80
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 8 19:42:59 2021 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Fri Oct 8 19:45:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db1c38cd
7
8 dev-python/crashtest: new package (0.3.1)
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/crashtest/Manifest | 1 +
14 dev-python/crashtest/crashtest-0.3.1.ebuild | 20 ++++++++++++++++++++
15 dev-python/crashtest/metadata.xml | 8 ++++++++
16 3 files changed, 29 insertions(+)
17
18 diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
19 new file mode 100644
20 index 000000000..901bd1902
21 --- /dev/null
22 +++ b/dev-python/crashtest/Manifest
23 @@ -0,0 +1 @@
24 +DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
25
26 diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild b/dev-python/crashtest/crashtest-0.3.1.ebuild
27 new file mode 100644
28 index 000000000..a33ac5eeb
29 --- /dev/null
30 +++ b/dev-python/crashtest/crashtest-0.3.1.ebuild
31 @@ -0,0 +1,20 @@
32 +# Copyright 2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..9} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Manage Python errors with ease"
42 +HOMEPAGE="https://github.com/sdispater/crashtest"
43 +SRC_URI="https://github.com/sdispater/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
50 +
51 +distutils_enable_tests pytest
52
53 diff --git a/dev-python/crashtest/metadata.xml b/dev-python/crashtest/metadata.xml
54 new file mode 100644
55 index 000000000..cbe3c6a53
56 --- /dev/null
57 +++ b/dev-python/crashtest/metadata.xml
58 @@ -0,0 +1,8 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>smaniotto.nicola@×××××.com</email>
64 + <name>Nicola Smaniotto</name>
65 + </maintainer>
66 +</pkgmetadata>