Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ddt/
Date: Mon, 27 Sep 2021 22:16:16
Message-Id: 1632780956.3e4e205ee6d137bbbdd072ff4c8be0f6d30bda3b.mgorny@gentoo
1 commit: 3e4e205ee6d137bbbdd072ff4c8be0f6d30bda3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 21:23:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 22:15:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4e205e
7
8 dev-python/ddt: Bump to 1.4.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ddt/Manifest | 1 +
13 dev-python/ddt/ddt-1.4.3.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
17 index 5ae63a494f6..4800f9aebf4 100644
18 --- a/dev-python/ddt/Manifest
19 +++ b/dev-python/ddt/Manifest
20 @@ -1 +1,2 @@
21 DIST ddt-1.4.2.tar.gz 17802 BLAKE2B c6ee061c48f5954f22bce20c255fa4c52aed9b756a22ec3678108abd78e66294c3f1e0316c4fcf2cc4fd6337915efbadf7bd123a2144ea38151079b85f2905a5 SHA512 f494c266af0f018d0c354309674cbf8c98bd8ba31ceb1820243ec1d92449ce712a21d22340fbfb4b1d850f4496a4cfcb4c24b346e88587c3dc025e2ef9496ad2
22 +DIST ddt-1.4.3.tar.gz 17862 BLAKE2B f19bbf282180614e1c8e3967a6af4e4696e1a9fce90c07a4438c7b2415ff1e85caf9c113ef3b4d89c11b2afd5ebb66b23c58b18e91a6416bfc1fc85851e75861 SHA512 ac66dd0d20c49df6fae6e86dfa1dce6d4326f985f17ad955ec2c7bdb2e411bf633baf2d3b244cd49ac45eb91e976a33460e73e4d155e17fbf90418062c6ca187
23
24 diff --git a/dev-python/ddt/ddt-1.4.3.ebuild b/dev-python/ddt/ddt-1.4.3.ebuild
25 new file mode 100644
26 index 00000000000..2af68433163
27 --- /dev/null
28 +++ b/dev-python/ddt/ddt-1.4.3.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A library to multiply test cases"
39 +HOMEPAGE="
40 + https://pypi.org/project/ddt/
41 + https://github.com/datadriventests/ddt/"
42 +SRC_URI="
43 + https://github.com/datadriventests/ddt/archive/${PV}.tar.gz
44 + -> ${P}.tar.gz"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
49 +
50 +BDEPEND="
51 + test? (
52 + dev-python/six[${PYTHON_USEDEP}]
53 + dev-python/pyyaml[${PYTHON_USEDEP}]
54 + )"
55 +
56 +distutils_enable_tests pytest