public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ddt/
Date: Tue,  5 Oct 2021 08:27:31 +0000 (UTC)	[thread overview]
Message-ID: <1633422438.d167f91b9ed1b51455b69cb3890f86d4d191d300.mgorny@gentoo> (raw)

commit:     d167f91b9ed1b51455b69cb3890f86d4d191d300
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 07:09:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 08:27:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d167f91b

dev-python/ddt: Bump to 1.4.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ddt/Manifest         |  1 +
 dev-python/ddt/ddt-1.4.4.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
index 4800f9aebf4..90b9cb0dc53 100644
--- a/dev-python/ddt/Manifest
+++ b/dev-python/ddt/Manifest
@@ -1,2 +1,3 @@
 DIST ddt-1.4.2.tar.gz 17802 BLAKE2B c6ee061c48f5954f22bce20c255fa4c52aed9b756a22ec3678108abd78e66294c3f1e0316c4fcf2cc4fd6337915efbadf7bd123a2144ea38151079b85f2905a5 SHA512 f494c266af0f018d0c354309674cbf8c98bd8ba31ceb1820243ec1d92449ce712a21d22340fbfb4b1d850f4496a4cfcb4c24b346e88587c3dc025e2ef9496ad2
 DIST ddt-1.4.3.tar.gz 17862 BLAKE2B f19bbf282180614e1c8e3967a6af4e4696e1a9fce90c07a4438c7b2415ff1e85caf9c113ef3b4d89c11b2afd5ebb66b23c58b18e91a6416bfc1fc85851e75861 SHA512 ac66dd0d20c49df6fae6e86dfa1dce6d4326f985f17ad955ec2c7bdb2e411bf633baf2d3b244cd49ac45eb91e976a33460e73e4d155e17fbf90418062c6ca187
+DIST ddt-1.4.4.tar.gz 18527 BLAKE2B d83df38dc54197063418eacad242269bbc130a8dbac61a9b0dcf473ca1e9fe0f4101f8f96839d81acd1e16d9386870c108dc4aa2c3e206670360fee6066e9e59 SHA512 a7cb4565254d47aeaccaa98cc1bf5a605d5dc323b7f15130d16f6322af3d084e5fae34da5e793be1d197b1ca6213306ab1a907277982766ba38bdfd20f53ea59

diff --git a/dev-python/ddt/ddt-1.4.4.ebuild b/dev-python/ddt/ddt-1.4.4.ebuild
new file mode 100644
index 00000000000..2af68433163
--- /dev/null
+++ b/dev-python/ddt/ddt-1.4.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A library to multiply test cases"
+HOMEPAGE="
+	https://pypi.org/project/ddt/
+	https://github.com/datadriventests/ddt/"
+SRC_URI="
+	https://github.com/datadriventests/ddt/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/six[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-10-05  8:27 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05  8:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 17:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/ddt/ Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-26  4:35 Michał Górny
2024-01-25  4:43 Michał Górny
2024-01-25  0:42 Sam James
2024-01-23 15:08 Sam James
2024-01-18 19:48 Sam James
2024-01-18 19:48 Sam James
2024-01-18 18:52 Arthur Zamarin
2024-01-18 18:52 Arthur Zamarin
2024-01-18 18:37 Arthur Zamarin
2024-01-18 18:03 Arthur Zamarin
2024-01-03  8:35 Michał Górny
2023-12-16  2:45 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-12-08 12:54 Arthur Zamarin
2023-12-02 11:06 Arthur Zamarin
2023-12-02  9:24 Arthur Zamarin
2023-12-01  3:30 Sam James
2023-11-30 21:43 James Le Cuirot
2023-11-29 14:42 Arthur Zamarin
2023-11-29 14:08 Arthur Zamarin
2023-11-29 11:15 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 10:04 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-08 13:49 Sam James
2023-11-08 13:49 Sam James
2023-11-08 13:49 Sam James
2023-11-08 13:37 Jakov Smolić
2023-11-08  8:08 Arthur Zamarin
2023-11-08  8:08 Arthur Zamarin
2023-11-08  6:38 Michał Górny
2023-05-31 16:05 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-09-11  5:31 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-08-11  8:50 Michał Górny
2022-06-24 11:33 Arthur Zamarin
2022-06-24 11:32 Arthur Zamarin
2022-05-24  6:16 Michał Górny
2022-05-16 14:23 Andrew Ammerlaan
2022-01-08 13:39 Arthur Zamarin
2022-01-05 17:57 Arthur Zamarin
2022-01-04  3:22 Sam James
2022-01-03 18:28 Arthur Zamarin
2021-11-27  9:38 James Le Cuirot
2021-11-26 15:33 Arthur Zamarin
2021-10-31 20:09 Arthur Zamarin
2021-10-31 17:55 Sam James
2021-09-27 22:16 Michał Górny
2021-09-23 15:35 Marek Szuba
2021-09-07 17:04 Sam James
2021-07-25  3:16 Matt Turner
2021-05-26  6:49 Agostino Sarubbo
2021-05-24  1:34 Joshua Kinard
2021-05-18 16:02 Michał Górny
2021-04-25  9:18 Sergei Trofimovich
2021-04-25  9:18 Sergei Trofimovich
2021-04-25  9:18 Sergei Trofimovich
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-03-13  7:41 Michał Górny
2021-02-16  8:25 Sergei Trofimovich
2021-01-24  0:07 Sam James
2020-05-31 21:00 Michał Górny
2020-04-28 16:01 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2019-12-07  1:54 Patrick McLean
2018-01-27 23:33 Matt Thode
2018-01-03  9:11 Michał Górny
2017-06-02  2:59 Matt Thode
2017-05-11 13:09 Manuel Rüger
2017-03-22 16:03 Matt Thode
2016-07-18  9:32 Patrick Lauer
2016-02-18 15:23 Patrick Lauer
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo

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=1633422438.d167f91b9ed1b51455b69cb3890f86d4d191d300.mgorny@gentoo \
    --to=mgorny@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