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-mpl/
Date: Sat, 06 Jan 2018 00:44:39
Message-Id: 1515199464.df6bfb0b9eae5f34c5ef8ce047320082dae6d331.mgorny@gentoo
1 commit: df6bfb0b9eae5f34c5ef8ce047320082dae6d331
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 23:32:50 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 00:44:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6bfb0b
7
8 dev-python/pytest-mpl: Clean old up
9
10 dev-python/pytest-mpl/Manifest | 2 --
11 dev-python/pytest-mpl/pytest-mpl-0.5.ebuild | 31 -----------------------------
12 dev-python/pytest-mpl/pytest-mpl-0.7.ebuild | 31 -----------------------------
13 3 files changed, 64 deletions(-)
14
15 diff --git a/dev-python/pytest-mpl/Manifest b/dev-python/pytest-mpl/Manifest
16 index b5b67d4dedd..3a0c1405e5f 100644
17 --- a/dev-python/pytest-mpl/Manifest
18 +++ b/dev-python/pytest-mpl/Manifest
19 @@ -1,3 +1 @@
20 -DIST pytest-mpl-0.5.tar.gz 112523 BLAKE2B 02ab9e02ddb4e208cfa50abb6344e3d76b34e6658ea59c1711c0e453810f592094853ca9242c67cd9a2a8c6791d6c5ded9e34160d879445769915f1a1d329c9e SHA512 9056982403994572a33c861ebe0d7bbcb48579ef95f7cf93f716f06510fa09c187a8daad0ed4a55667444b74461a5a02d7f9217d89de57f3cc10116c88aaa662
21 -DIST pytest-mpl-0.7.tar.gz 243763 BLAKE2B c1662bfcdb92352b25046c4f9dd51cefebe7fbda84c512e68b6c87bfe6fc937c12395179a6a2f2c29e0cdc478e985cff11ee0b2522b2687e8193071a77647978 SHA512 90cb30b21286a87fbb08286ea80ec8278cffb7cae4be626bac2712c056f75e497767a425b1b657387bfac107ece6cf3035e4ff3d5676d85bc9dd327feb739063
22 DIST pytest-mpl-0.8.tar.gz 194633 BLAKE2B b21b26ef95ca3d83d429348a639365d19eacce298ecb2cd5964a8be47970d077bff40692ee992a1cd412572623f1cc2a8a502c5b59f526b4f9830d89973f23cb SHA512 4f5f1316d0f545383b9125281b91d9077b52bfa7d91b4eb2f64c6f9642b1abe86c52c9b88171a521d806e579ab9279f49d1405b3f4fcae58a9e75ec5518bacca
23
24 diff --git a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild
25 deleted file mode 100644
26 index 902888dd5f7..00000000000
27 --- a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
36 -
37 -inherit distutils-r1 virtualx
38 -
39 -DOCS=( README.md CHANGES.md )
40 -
41 -DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib figures"
42 -HOMEPAGE="https://github.com/astrofrog/pytest-mpl/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-python/matplotlib[${PYTHON_USEDEP}]
52 - dev-python/nose[${PYTHON_USEDEP}]
53 - dev-python/pytest[${PYTHON_USEDEP}]"
54 -DEPEND="${RDEPEND}
55 - dev-python/setuptools[${PYTHON_USEDEP}]"
56 -
57 -python_test() {
58 - echo "backend : Agg" > matplotlibrc || die
59 - MPLCONFIGDIR=. virtx py.test -v || die
60 -}
61
62 diff --git a/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild
63 deleted file mode 100644
64 index 5c48b37e1a8..00000000000
65 --- a/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild
66 +++ /dev/null
67 @@ -1,31 +0,0 @@
68 -# Copyright 1999-2017 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
74 -
75 -inherit distutils-r1 virtualx
76 -
77 -DOCS=( README.rst CHANGES.md )
78 -
79 -DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib figures"
80 -HOMEPAGE="https://github.com/astrofrog/pytest-mpl/"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="BSD"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
86 -IUSE=""
87 -
88 -RDEPEND="
89 - dev-python/matplotlib[${PYTHON_USEDEP}]
90 - dev-python/nose[${PYTHON_USEDEP}]
91 - dev-python/pytest[${PYTHON_USEDEP}]"
92 -DEPEND="${RDEPEND}
93 - dev-python/setuptools[${PYTHON_USEDEP}]"
94 -
95 -python_test() {
96 - echo "backend : Agg" > matplotlibrc || die
97 - MPLCONFIGDIR=. virtx py.test -v || die
98 -}