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: Thu, 04 Jan 2018 15:46:56
Message-Id: 1515080782.9e7a1931ae6b1debbae8ea59e99c0ea2fd43a930.grozin@gentoo
1 commit: 9e7a1931ae6b1debbae8ea59e99c0ea2fd43a930
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 15:45:02 2018 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 15:46:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7a1931
7
8 sci-visualization/veusz: bump to 2.1.1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-visualization/veusz/Manifest | 1 +
13 sci-visualization/veusz/veusz-2.1.1.ebuild | 79 ++++++++++++++++++++++++++++++
14 2 files changed, 80 insertions(+)
15
16 diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest
17 index a35eaa92fb1..f96a35b7465 100644
18 --- a/sci-visualization/veusz/Manifest
19 +++ b/sci-visualization/veusz/Manifest
20 @@ -1,2 +1,3 @@
21 DIST veusz-1.25.1.tar.gz 1883416 BLAKE2B 5c8b23fa12b7718f32bfd0dced5cb416151002c145b2ad126b119ee422940d22ea9c97df0262f8828d17374e9c35786772225cab7ecdbf9337aa22aad7f16134 SHA512 0820d2a2d30dd525656b4aad4d39eef1d24c7b98fd93d263974ba2dfb13e4c0d3914f4cb94b016aa1780f20f653df10ce5bf5ee59e9532f26471947565f0a560
22 DIST veusz-1.26.1.tar.gz 1904197 BLAKE2B 57aebb9ec62b255153f67cd6866cf935adf59874234dbf878f432276b080f052675de7b969b30738a2426c854f2faa9f54db0e475bd51acc4cd56a49878d565f SHA512 eba9382e91c2653ded0ed409874b7c4db6309c93f5b2ff1b7d5c15fb88ab330f1d626f0a110055c7647a929bf8cad9c78886c2035a1cb5b8cc27159ae7bf481d
23 +DIST veusz-2.1.1.tar.gz 2440253 BLAKE2B 1bfbe3bf6a026fbbd4acf5d722a1d2282331d71548650606c474c81399e8f0e8dcef643e0ab61a3eff62e111392a0668e1ae3d0bb2a76d7abc1f57e10a6e0506 SHA512 894dd12ea89671d71bd1abb2367c19d76c599c59edd302c29e5f99bbd1798fea8cb1489ca3446e8f88fedaf287fb48ee63617f928c77e4bd366a4f00a878b994
24
25 diff --git a/sci-visualization/veusz/veusz-2.1.1.ebuild b/sci-visualization/veusz/veusz-2.1.1.ebuild
26 new file mode 100644
27 index 00000000000..1526a285be1
28 --- /dev/null
29 +++ b/sci-visualization/veusz/veusz-2.1.1.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 +}