Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/veusz/
Date: Wed, 13 Jun 2018 08:52:06
Message-Id: 1528879854.9a81c046d52330878083fa80264b289230828c30.grozin@gentoo
1 commit: 9a81c046d52330878083fa80264b289230828c30
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 08:50:54 2018 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 08:50:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a81c046
7
8 sci-visualization/veusz: bump to 3.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sci-visualization/veusz/Manifest | 1 +
13 sci-visualization/veusz/veusz-3.0.ebuild | 79 ++++++++++++++++++++++++++++++++
14 2 files changed, 80 insertions(+)
15
16 diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest
17 index b56edf1fc37..6158f56152b 100644
18 --- a/sci-visualization/veusz/Manifest
19 +++ b/sci-visualization/veusz/Manifest
20 @@ -1,2 +1,3 @@
21 DIST veusz-2.1.1.tar.gz 2440253 BLAKE2B 1bfbe3bf6a026fbbd4acf5d722a1d2282331d71548650606c474c81399e8f0e8dcef643e0ab61a3eff62e111392a0668e1ae3d0bb2a76d7abc1f57e10a6e0506 SHA512 894dd12ea89671d71bd1abb2367c19d76c599c59edd302c29e5f99bbd1798fea8cb1489ca3446e8f88fedaf287fb48ee63617f928c77e4bd366a4f00a878b994
22 DIST veusz-2.2.2.tar.gz 2451495 BLAKE2B 1d6672b932092c9645faaf0f081026963c99fdecb7844270fd674ee30e6257377e2e468cd4590efcaacb255035dfa2dfc61c1db6b4aff72366b374859e2e8601 SHA512 1851a4da9566498bc2eda65a2417e021e7089c0b73cad600c021be9f5561e66a084f92ad18a18d1bd0c0e5eae742500b9e8b313e10e7948ee6a434b40f430b49
23 +DIST veusz-3.0.tar.gz 2550683 BLAKE2B 72f0da8d9b993d8a3252fbb93314a53832fbf319287946e9ebc9317ebdab3f10ef2071012b88a1ff3d31d4732f367ded0b217dfa9766f5a09abe90e96b769e45 SHA512 a740d5677e8f23245e54573de0faaa66b659b54e289b256dc344f5aa0cc2a05db26efce57ff31b19c1235e04a9aa22cfa12125a784d27b0e3725277cbfae1b06
24
25 diff --git a/sci-visualization/veusz/veusz-3.0.ebuild b/sci-visualization/veusz/veusz-3.0.ebuild
26 new file mode 100644
27 index 00000000000..1526a285be1
28 --- /dev/null
29 +++ b/sci-visualization/veusz/veusz-3.0.ebuild
30 @@ -0,0 +1,79 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
37 +
38 +inherit eutils distutils-r1 virtualx xdg-utils gnome2-utils
39 +
40 +DESCRIPTION="Qt scientific plotting package with good Postscript output"
41 +HOMEPAGE="https://veusz.github.io/"
42 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
43 +
44 +SLOT="0"
45 +LICENSE="GPL-2"
46 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 +IUSE="dbus doc emf fits hdf5 minuit"
48 +
49 +CDEPEND="dev-python/PyQt5[widgets,svg,printsupport,${PYTHON_USEDEP}]
50 + dev-python/numpy[${PYTHON_USEDEP}]"
51 +RDEPEND="${CDEPEND}
52 + dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
53 + emf? ( dev-python/pyemf[$(python_gen_usedep 'python2*')] )
54 + fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
55 + hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
56 + minuit? ( || ( dev-python/iminuit[${PYTHON_USEDEP}] dev-python/pyminuit[${PYTHON_USEDEP}] ) )"
57 +DEPEND="${CDEPEND}
58 + dev-python/setuptools[${PYTHON_USEDEP}]
59 + dev-python/sip[${PYTHON_USEDEP}]
60 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
61 +
62 +python_test() {
63 + distutils_install_for_testing
64 + cd tests || die
65 + VIRTUALX_COMMAND="${EPYTHON}" \
66 + VEUSZ_RESOURCE_DIR="${S}" \
67 + virtualmake runselftest.py
68 +}
69 +
70 +python_install() {
71 + distutils-r1_python_install
72 + # symlink the license, bug #341653
73 + rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
74 + mkdir -p "${D}/$(python_get_sitedir)" || die
75 + cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
76 + Please visit
77 +
78 + https://www.gnu.org/licenses/gpl-2.0.html
79 +
80 + for the full license text.
81 + EOF
82 +}
83 +
84 +python_install_all() {
85 + distutils-r1_python_install_all
86 +
87 + if use doc; then
88 + dodoc Documents/manual/pdf/${PN}.pdf
89 + docinto html
90 + dodoc -r Documents/manual/html
91 + fi
92 +
93 + doicon icons/veusz.png
94 + domenu "${FILESDIR}"/veusz.desktop
95 + insinto /usr/share/mime/packages
96 + doins "${FILESDIR}"/veusz.xml
97 +}
98 +
99 +pkg_postinst() {
100 + xdg_desktop_database_update
101 + xdg_mimeinfo_database_update
102 + gnome2_icon_cache_update
103 +}
104 +
105 +pkg_postrm() {
106 + xdg_desktop_database_update
107 + xdg_mimeinfo_database_update
108 + gnome2_icon_cache_update
109 +}