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: Thu, 11 Aug 2022 08:50:22 +0000 (UTC)	[thread overview]
Message-ID: <1660207817.679de3b0db79a7b579baf5e5386f1ed0108d207e.mgorny@gentoo> (raw)

commit:     679de3b0db79a7b579baf5e5386f1ed0108d207e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 08:44:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 08:50:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679de3b0

dev-python/ddt: Bump to 1.6.0

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

 dev-python/ddt/Manifest         |  1 +
 dev-python/ddt/ddt-1.6.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
index 10f6e392a1f8..c28180c713c4 100644
--- a/dev-python/ddt/Manifest
+++ b/dev-python/ddt/Manifest
@@ -1 +1,2 @@
 DIST ddt-1.5.0.tar.gz 19609 BLAKE2B 8986a7e3df8212dbd5ec6fd15e5cc73c5da65db56cf9234acd83649fc5fb988eccb9605a7fa09188ff9499e759c84ff076d86fbba2e3eeda054224acc8382626 SHA512 91faba2bed66df5cf366011343886e3f0059d4e0f44ca46ffcfed7288068ba43a94a426bd692717b3ea735437ee6c0339d42b5c15f75221386153c035597ae5c
+DIST ddt-1.6.0.gh.tar.gz 19615 BLAKE2B f79e25e9da39615d85f000c1029babef64725b159a2b77003efe9f9c5869fb26087fa20e1a58eea485479b12ee89c602076613a9d50711347a775a09c4bbb180 SHA512 c5ea14d3f60384676d9631c84d938b774dd360cea9b0ee1b111692dc2bc06238b5ffd3ab8950207b77aa007bac0ac79b290533a2532be4bee68b642629843a82

diff --git a/dev-python/ddt/ddt-1.6.0.ebuild b/dev-python/ddt/ddt-1.6.0.ebuild
new file mode 100644
index 000000000000..01c20fb5b0e5
--- /dev/null
+++ b/dev-python/ddt/ddt-1.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Data-Driven/Decorated Tests"
+HOMEPAGE="
+	https://pypi.org/project/ddt/
+	https://github.com/datadriventests/ddt/
+"
+SRC_URI="
+	https://github.com/datadriventests/ddt/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/six[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-08-11  8:50 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11  8:50 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-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-10-05  8:27 Michał Górny
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=1660207817.679de3b0db79a7b579baf5e5386f1ed0108d207e.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