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/pytest-metadata/
Date: Sat, 28 Mar 2020 18:49:17
Message-Id: 1585421323.6a477fdcc63c34e8d0a34a7b3350a520cd1cfad1.mgorny@gentoo
1 commit: 6a477fdcc63c34e8d0a34a7b3350a520cd1cfad1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:40:46 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a477fdc
7
8 dev-python/pytest-metadata: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-metadata/Manifest | 2 --
13 .../pytest-metadata/pytest-metadata-1.3.0.ebuild | 24 ----------------------
14 .../pytest-metadata/pytest-metadata-1.7.0.ebuild | 24 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-python/pytest-metadata/Manifest b/dev-python/pytest-metadata/Manifest
18 index b3b061f2a2a..04483d3c2dc 100644
19 --- a/dev-python/pytest-metadata/Manifest
20 +++ b/dev-python/pytest-metadata/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-metadata-1.3.0.tar.gz 4604 BLAKE2B 78987d2c28438b4942caae33d6c56b789d7859085074ae39549d0666cb725e0dc70c889ebce7bd7ff0b3846ba0c06e82cb85641c29bd0ee46b675813f1885492 SHA512 94af4defb1115d87fc456db80dbe16da01662d0b87325e433d4d1b30f35f210b7750bbaba091ac73d158296070c87054ce9f4c0687dfe5dfec3f02df56261d98
23 -DIST pytest-metadata-1.7.0.tar.gz 8254 BLAKE2B a7c5d7237ac6cf44122ff4af6f44aff8d3227a54dd340b3a5574161123319be1380410599a29920aaab41868ef89030a731a389232685e9e3885617d7dd9586f SHA512 85f86f1eb7486f19904bb513f1ba3212667e0ca2d74080621ffd2ef1cddb0ab9d6c01cc1c8eb69058d86ccad0974830bf1d6ad3b291fe0dbeb6196c06331e66f
24 DIST pytest-metadata-1.8.0.tar.gz 9227 BLAKE2B ccc8d1ffa1f10540bb312bdc3a2e0342829935a108adaafd562efd75497768653a5eb452393b56eb97c624f4622a0b6ef5cbf860057d28ae340c28aeb5d7de2d SHA512 04871fe0c4c30bc23eba80a58919841cf45045b91d501e67630426cbac88a16005657eaccb1d2587263d4fcd940d37382f3a5649f142b1aab327f1f1c5d61963
25
26 diff --git a/dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild b/dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild
27 deleted file mode 100644
28 index 3ce6c44a57f..00000000000
29 --- a/dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python3_6 pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A plugin for pytest that provides access to test session metadata"
41 -HOMEPAGE="https://github.com/davehunt/pytest-metadata/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MPL-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -RDEPEND=">=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
52 -
53 -python_test() {
54 - py.test || die
55 -}
56
57 diff --git a/dev-python/pytest-metadata/pytest-metadata-1.7.0.ebuild b/dev-python/pytest-metadata/pytest-metadata-1.7.0.ebuild
58 deleted file mode 100644
59 index 3ce6c44a57f..00000000000
60 --- a/dev-python/pytest-metadata/pytest-metadata-1.7.0.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -PYTHON_COMPAT=( python3_6 pypy3 )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="A plugin for pytest that provides access to test session metadata"
72 -HOMEPAGE="https://github.com/davehunt/pytest-metadata/"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MPL-2.0"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE=""
79 -RDEPEND=">=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]"
80 -DEPEND="${RDEPEND}
81 - dev-python/setuptools[${PYTHON_USEDEP}]
82 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
83 -
84 -python_test() {
85 - py.test || die
86 -}