From d42200bec37eef2a7478d88988ff00addd0a9202 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Jan 2020 11:50:47 +0000 Subject: gentoo resync : 25.01.2020 --- dev-python/gnuplot-py/Manifest | 2 +- dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild | 35 -------------------------- dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild | 35 ++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild create mode 100644 dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild (limited to 'dev-python/gnuplot-py') diff --git a/dev-python/gnuplot-py/Manifest b/dev-python/gnuplot-py/Manifest index bbd92c4ce540..fcce2917f7da 100644 --- a/dev-python/gnuplot-py/Manifest +++ b/dev-python/gnuplot-py/Manifest @@ -1,4 +1,4 @@ AUX gnuplot-py-1.7-mousesupport.patch 2596 BLAKE2B f3fa9063718d6d3ce9ad847c8517f6728f7f32064cc5c13165a993aca556257e600371542f5b2bb34b868cd5a07196ffd7587b852c266229fada49b1288358f7 SHA512 5dee0dcb4b24aef830a9c65678dcb4ca1a831a7dff04723e2248219883e578cdc136b668f05ab95d13c7bbd7da47b20012e0b3d1149342bb64336325c2f1dbbd DIST gnuplot-py-1.8.tar.gz 118828 BLAKE2B 880062169b2fa047d60318cc7dc556c60794bfd81317681395329a56712506f7e406efecb79f37cd98103e76a6feb8b635e55fe056c3ce5bee0c670c8bcaf7a8 SHA512 748dc95ea53acd362f67c821a3cc7cf23b6329c2dd13c130c91e1c9f89afe1ffd84619ed321923c65455adf86ee58976dd6dd187881ee3ede5e0f5f551fb027d -EBUILD gnuplot-py-1.8-r1.ebuild 897 BLAKE2B 2b824e39fc85f26f893afd46140a81a79b91d353e3b107df00b741c0d8ffef35b74837dbaee229b940df9553ff002633325e03b1d96bee89aea3d33d50579cb2 SHA512 ad3c7b490aee00282f0292381747c4b712b9c630b2bfdefd2dd7850daa27680c9002b6419ff67bb898447da7a5bf7f703826d076d6cd155b1f94686f2461dbfa +EBUILD gnuplot-py-1.8-r2.ebuild 897 BLAKE2B 2b824e39fc85f26f893afd46140a81a79b91d353e3b107df00b741c0d8ffef35b74837dbaee229b940df9553ff002633325e03b1d96bee89aea3d33d50579cb2 SHA512 ad3c7b490aee00282f0292381747c4b712b9c630b2bfdefd2dd7850daa27680c9002b6419ff67bb898447da7a5bf7f703826d076d6cd155b1f94686f2461dbfa MISC metadata.xml 903 BLAKE2B d642116ef411d7556dffe4486d5360d7dce68927ccead0e3c00261cd89be47fab812ef9fc9455489dd79251f0a16f3c2ce5c1e9b826871f35a2e09b47da61988 SHA512 a007d4c76b4c868757567a8c37d95a825a95b2d21c4a19d050834c3e36753014f2ef8d69e3b99c7eaa52d8e8a5e6ecaca5a9bc4e23079367b055af62447aca69 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild deleted file mode 100644 index 921b7992021f..000000000000 --- a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_SINGLE_IMPL=true - -inherit distutils-r1 - -DESCRIPTION="A python wrapper for Gnuplot" -HOMEPAGE="http://gnuplot-py.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc" - -DEPEND=" - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - )" -RDEPEND="${DEPEND} - sci-visualization/gnuplot" - -DOCS=( ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt TODO.txt ) - -PATCHES=( "${FILESDIR}"/${PN}-1.7-mousesupport.patch ) - -python_install_all() { - use doc && local HTML_DOCS=( doc/Gnuplot/. ) - distutils-r1_python_install_all -} -# testsuite does NOT run unattended, so left out here diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild new file mode 100644 index 000000000000..921b7992021f --- /dev/null +++ b/dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_SINGLE_IMPL=true + +inherit distutils-r1 + +DESCRIPTION="A python wrapper for Gnuplot" +HOMEPAGE="http://gnuplot-py.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc" + +DEPEND=" + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + )" +RDEPEND="${DEPEND} + sci-visualization/gnuplot" + +DOCS=( ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt TODO.txt ) + +PATCHES=( "${FILESDIR}"/${PN}-1.7-mousesupport.patch ) + +python_install_all() { + use doc && local HTML_DOCS=( doc/Gnuplot/. ) + distutils-r1_python_install_all +} +# testsuite does NOT run unattended, so left out here -- cgit v1.2.3