Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ddt/
Date: Fri, 24 Jun 2022 11:33:29
Message-Id: 1656070369.dff6b81b90b5cdaa6e15ab921006f16e7dc808e4.arthurzam@gentoo
1 commit: dff6b81b90b5cdaa6e15ab921006f16e7dc808e4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 11:32:49 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 11:32:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff6b81b
7
8 dev-python/ddt: drop 1.4.4
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/ddt/Manifest | 1 -
13 dev-python/ddt/ddt-1.4.4.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
17 index 8f6b47427c4c..10f6e392a1f8 100644
18 --- a/dev-python/ddt/Manifest
19 +++ b/dev-python/ddt/Manifest
20 @@ -1,2 +1 @@
21 -DIST ddt-1.4.4.tar.gz 18527 BLAKE2B d83df38dc54197063418eacad242269bbc130a8dbac61a9b0dcf473ca1e9fe0f4101f8f96839d81acd1e16d9386870c108dc4aa2c3e206670360fee6066e9e59 SHA512 a7cb4565254d47aeaccaa98cc1bf5a605d5dc323b7f15130d16f6322af3d084e5fae34da5e793be1d197b1ca6213306ab1a907277982766ba38bdfd20f53ea59
22 DIST ddt-1.5.0.tar.gz 19609 BLAKE2B 8986a7e3df8212dbd5ec6fd15e5cc73c5da65db56cf9234acd83649fc5fb988eccb9605a7fa09188ff9499e759c84ff076d86fbba2e3eeda054224acc8382626 SHA512 91faba2bed66df5cf366011343886e3f0059d4e0f44ca46ffcfed7288068ba43a94a426bd692717b3ea735437ee6c0339d42b5c15f75221386153c035597ae5c
23
24 diff --git a/dev-python/ddt/ddt-1.4.4.ebuild b/dev-python/ddt/ddt-1.4.4.ebuild
25 deleted file mode 100644
26 index a18d168f4781..000000000000
27 --- a/dev-python/ddt/ddt-1.4.4.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..11} 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 ~m68k ~mips ppc 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