diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:13:57 +0000 |
commit | a8b0d35ab742f31538d515dea39716e566d533c0 (patch) | |
tree | 40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /dev-python/pytest-mpl | |
parent | 8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff) |
gentoo resync : 06.01.2018
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r-- | dev-python/pytest-mpl/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.5.ebuild | 31 | ||||
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.7.ebuild | 31 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/pytest-mpl/Manifest b/dev-python/pytest-mpl/Manifest index edce4ba3dbb7..120a1f853c99 100644 --- a/dev-python/pytest-mpl/Manifest +++ b/dev-python/pytest-mpl/Manifest @@ -1,7 +1,3 @@ -DIST pytest-mpl-0.5.tar.gz 112523 BLAKE2B 02ab9e02ddb4e208cfa50abb6344e3d76b34e6658ea59c1711c0e453810f592094853ca9242c67cd9a2a8c6791d6c5ded9e34160d879445769915f1a1d329c9e SHA512 9056982403994572a33c861ebe0d7bbcb48579ef95f7cf93f716f06510fa09c187a8daad0ed4a55667444b74461a5a02d7f9217d89de57f3cc10116c88aaa662 -DIST pytest-mpl-0.7.tar.gz 243763 BLAKE2B c1662bfcdb92352b25046c4f9dd51cefebe7fbda84c512e68b6c87bfe6fc937c12395179a6a2f2c29e0cdc478e985cff11ee0b2522b2687e8193071a77647978 SHA512 90cb30b21286a87fbb08286ea80ec8278cffb7cae4be626bac2712c056f75e497767a425b1b657387bfac107ece6cf3035e4ff3d5676d85bc9dd327feb739063 DIST pytest-mpl-0.8.tar.gz 194633 BLAKE2B b21b26ef95ca3d83d429348a639365d19eacce298ecb2cd5964a8be47970d077bff40692ee992a1cd412572623f1cc2a8a502c5b59f526b4f9830d89973f23cb SHA512 4f5f1316d0f545383b9125281b91d9077b52bfa7d91b4eb2f64c6f9642b1abe86c52c9b88171a521d806e579ab9279f49d1405b3f4fcae58a9e75ec5518bacca -EBUILD pytest-mpl-0.5.ebuild 770 BLAKE2B 37df64beea1d4c65c2ab2d540dba478d2303d9cba62c1af6e9828d22cd07c99875da74ae90597c63507e83b6b3a4d47073ce6d70ba84169ac2dd736df6ae92eb SHA512 63e3a4b1569be7794e4bafbe6c466cb6c5e5ab6795f530a7d3dad0986439b01aabeb0f8688303266694930f25762de450d846924cc31121395e6aae445556959 -EBUILD pytest-mpl-0.7.ebuild 773 BLAKE2B 43888ef00eef47bd0235b5ece09f4a1ab9d12fc2b6dbd4f6a238794e37df12c044f7ec04318c66571941ef9878e97df4c1fd521343e78ad7aefaef6c2f7d5c25 SHA512 5fc07128e7dc31596c01c0709a377a3ebed2bde8f2a31ec50b924068a24a6b3f6ea82b4ccebbd5282bad22f683703ed5844c5f60c3d1544bd9e094b923010fb2 EBUILD pytest-mpl-0.8.ebuild 785 BLAKE2B b16718169b90311ec83b725bc39b12e0be559fb6caf73eeca1bca1862cb083edd1017045f9d7ecd341fe4c65cceb71c148963499cda02f6dd85a5dbaba79f398 SHA512 79084ee11406af61338d478bef8626003cdce333c932dba35b2ed6d4a565ede53d7d2db881e0090015998912db964467a9a22c6645f2d294824349ae2881f13d MISC metadata.xml 521 BLAKE2B 152f49e9eb75c777ad953a6090feb9e3415e19400a6c1de71c99529fbdc48f6073f189af8292ccd61ccad2be9d91849eb6091d315b20e3d01408bf614052d514 SHA512 5b8552f0e0a0c96577e14c8ec98bbdc0f1577d7d25cc41a2fc9d173b0fb45b4c74a9bd66e6357f665c0947c237feceb2d276ef3058046054598804acc6d4430b diff --git a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild deleted file mode 100644 index 902888dd5f7d..000000000000 --- a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 virtualx - -DOCS=( README.md CHANGES.md ) - -DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib figures" -HOMEPAGE="https://github.com/astrofrog/pytest-mpl/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echo "backend : Agg" > matplotlibrc || die - MPLCONFIGDIR=. virtx py.test -v || die -} diff --git a/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild deleted file mode 100644 index 5c48b37e1a87..000000000000 --- a/dev-python/pytest-mpl/pytest-mpl-0.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit distutils-r1 virtualx - -DOCS=( README.rst CHANGES.md ) - -DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib figures" -HOMEPAGE="https://github.com/astrofrog/pytest-mpl/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echo "backend : Agg" > matplotlibrc || die - MPLCONFIGDIR=. virtx py.test -v || die -} |