public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/crashtest/
Date: Wed,  3 Aug 2022 17:30:29 +0000 (UTC)	[thread overview]
Message-ID: <1659547651.509e54057cd8e3951516103c7367a2e34c8afb3c.arthurzam@gentoo> (raw)

commit:     509e54057cd8e3951516103c7367a2e34c8afb3c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 16:25:12 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 17:27:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509e5405

dev-python/crashtest: add 0.4.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/crashtest/Manifest               |  1 +
 dev-python/crashtest/crashtest-0.4.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
index 901bd190262b..bc111d81c131 100644
--- a/dev-python/crashtest/Manifest
+++ b/dev-python/crashtest/Manifest
@@ -1 +1,2 @@
 DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
+DIST crashtest-0.4.0.gh.tar.gz 13564 BLAKE2B 9c29694f5c96a981e19cce16853460cfed7277a2a933c14be9bdefcac9f79e9d835454fd79b3da2fb5f62946f933452202eee05199dfa048b919a3fc3dd93f40 SHA512 98d9623eeef584baed7bd336a3846af9b4f3aa55662b643e915b17b0a7dce4968785052ce3d37f55fc0217dbb6662b6f5d34efeb4d45dbace876551871be4e4a

diff --git a/dev-python/crashtest/crashtest-0.4.0.ebuild b/dev-python/crashtest/crashtest-0.4.0.ebuild
new file mode 100644
index 000000000000..b0ba80fce8eb
--- /dev/null
+++ b/dev-python/crashtest/crashtest-0.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="Python library that makes exceptions handling and inspection easier"
+HOMEPAGE="https://github.com/sdispater/crashtest"
+SRC_URI="
+	https://github.com/sdispater/crashtest/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-08-03 17:30 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 17:30 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 17:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/crashtest/ Michał Górny
2024-06-18 17:22 Michał Górny
2023-10-01 18:18 Arthur Zamarin
2023-10-01 18:18 Arthur Zamarin
2023-10-01 18:18 Arthur Zamarin
2023-09-10  5:27 WANG Xuerui
2023-08-20 17:53 Arthur Zamarin
2023-08-17  8:42 Arthur Zamarin
2023-08-14 17:57 Jakov Smolić
2023-08-13 19:34 Arthur Zamarin
2023-08-13 16:07 Arthur Zamarin
2023-08-13 16:07 Arthur Zamarin
2023-06-23  9:26 Michał Górny
2023-05-31 14:48 Michał Górny
2022-12-10 15:46 Michał Górny
2022-11-03  5:32 Michał Górny
2022-09-03 14:36 Jakov Smolić
2022-09-03 14:14 Jakov Smolić
2022-06-27  9:29 Michał Górny
2022-06-27  7:34 Agostino Sarubbo
2022-05-25 18:01 Arthur Zamarin
2022-05-25 18:01 Arthur Zamarin
2022-03-25 19:41 Jakov Smolić
2021-11-17  6:57 Arthur Zamarin
2021-11-05  3:17 Sam James
2021-10-24  1:09 Sam James
2021-05-06 11:38 Michał Górny
2021-02-18 17:12 Sam James
2021-02-16 12:26 Sam James
2021-01-17 20:38 Michał Górny
2021-01-16  8:33 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1659547651.509e54057cd8e3951516103c7367a2e34c8afb3c.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox