public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/veusz/
Date: Sun, 10 Nov 2019 10:34:25 +0000 (UTC)	[thread overview]
Message-ID: <1573381963.de19362345dd075952bd68a9e4deeed10109fff4.grozin@gentoo> (raw)

commit:     de19362345dd075952bd68a9e4deeed10109fff4
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 10:31:49 2019 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 10:32:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de193623

sci-visualization/veusz: bump to 3.1

Suggested-by: Torokhov Sergey <torokhov-s-a <AT> yandex.ru>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-visualization/veusz/Manifest         |  1 +
 sci-visualization/veusz/veusz-3.1.ebuild | 71 ++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest
index 255f56aa435..b31b125897d 100644
--- a/sci-visualization/veusz/Manifest
+++ b/sci-visualization/veusz/Manifest
@@ -1,2 +1,3 @@
 DIST veusz-3.0.1.tar.gz 2554401 BLAKE2B 6e5649eef94ce0bd7fcdfa8325b35de144aaecd792f32c149f5a6f16c7c35f10d29bebeb37531d726e1b87f6d46855d7cdb2af402ec8fd0a2c1af91844d12c03 SHA512 99766c0fee70c12bba7b2ee8434224649763323aa9278d2116159f18257e1e1c5a491d591efb779c1bbb9dba1fb524ad8185fa2e91429ba1cc594fd632cb6238
 DIST veusz-3.0.tar.gz 2550683 BLAKE2B 72f0da8d9b993d8a3252fbb93314a53832fbf319287946e9ebc9317ebdab3f10ef2071012b88a1ff3d31d4732f367ded0b217dfa9766f5a09abe90e96b769e45 SHA512 a740d5677e8f23245e54573de0faaa66b659b54e289b256dc344f5aa0cc2a05db26efce57ff31b19c1235e04a9aa22cfa12125a784d27b0e3725277cbfae1b06
+DIST veusz-3.1.tar.gz 2524607 BLAKE2B ca5c5a75e02c9461e1d81dc4d2cc09865ebd4424f072616bf0a231a1f592a5c1c5aad93f713ed9ec1d9e2ad39b877a36c236b615d904295608d7990eaf59d5fb SHA512 9b940d1cc224f4729f788abe1e29352d35e69d2f78bae7f072a783d339198a8171b0f0b0a5f5af82ef0f0693550a42409956a9cc3888aa46d110d777e81941a4

diff --git a/sci-visualization/veusz/veusz-3.1.ebuild b/sci-visualization/veusz/veusz-3.1.ebuild
new file mode 100644
index 00000000000..4eddb89c7f6
--- /dev/null
+++ b/sci-visualization/veusz/veusz-3.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit desktop distutils-r1 virtualx xdg
+
+DESCRIPTION="Qt scientific plotting package with good Postscript output"
+HOMEPAGE="https://veusz.github.io/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="dbus doc emf fits hdf5 minuit"
+
+CDEPEND="dev-python/PyQt5[widgets,svg,printsupport,${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+	dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+	emf? ( dev-python/pyemf[$(python_gen_usedep 'python2*')] )
+	fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
+	hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
+	minuit? ( || ( dev-python/iminuit[${PYTHON_USEDEP}] dev-python/pyminuit[${PYTHON_USEDEP}] ) )"
+DEPEND="${CDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/sip[${PYTHON_USEDEP}]
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+src_prepare() {
+	distutils-r1_src_prepare
+	xdg_environment_reset
+}
+
+python_test() {
+	distutils_install_for_testing
+	VIRTUALX_COMMAND="${EPYTHON}" \
+		VEUSZ_RESOURCE_DIR="${S}" \
+		virtx tests/runselftest.py
+}
+
+python_install() {
+	distutils-r1_python_install
+	# symlink the license, bug #341653
+	rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
+	mkdir -p "${D}/$(python_get_sitedir)" || die
+	cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
+	Please visit
+
+	https://www.gnu.org/licenses/gpl-2.0.html
+
+	for the full license text.
+	EOF
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	if use doc; then
+		dodoc Documents/manual/pdf/${PN}.pdf
+		docinto html
+		dodoc -r Documents/manual/html
+	fi
+
+	doicon icons/veusz.png
+	domenu "${FILESDIR}"/veusz.desktop
+	insinto /usr/share/mime/packages
+	doins "${FILESDIR}"/veusz.xml
+}


             reply	other threads:[~2019-11-10 10:38 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 10:34 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-18  9:54 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/veusz/ Andrey Grozin
2024-04-18  9:40 Andrey Grozin
2023-04-12 15:18 Andrey Grozin
2023-02-16  6:35 Andrey Grozin
2023-02-16  6:34 Andrey Grozin
2022-10-06 10:08 Andrew Ammerlaan
2021-10-06  8:33 Jakov Smolić
2021-06-02  7:38 Andrew Ammerlaan
2021-05-06 10:43 Andrey Grozin
2021-01-08  0:00 Andreas Sturmlechner
2021-01-01  1:56 Michał Górny
2020-10-14 10:43 Alexey Shvetsov
2020-03-17 15:17 Andrey Grozin
2020-02-09 10:09 Andrey Grozin
2019-12-04 17:15 Michał Górny
2019-11-10 15:27 Michał Górny
2018-08-08 13:23 Andrey Grozin
2018-06-13  8:52 Andrey Grozin
2018-04-22 20:51 Andrey Grozin
2018-01-14 16:09 Andreas Sturmlechner
2018-01-04 15:46 Andrey Grozin
2017-07-26 15:14 Andrey Grozin
2017-03-18  7:33 Michał Górny
2017-01-11 16:17 Agostino Sarubbo
2017-01-01 14:20 Michael Palimaka
2016-12-31  6:08 Andrey Grozin
2016-07-31 15:55 David Seifert
2016-06-09 20:01 Sebastien Fabbro
2016-05-08 11:19 Andrey Grozin
2016-03-04 13:33 Andrey Grozin
2016-03-02  7:44 Andrey Grozin
2015-11-23 10:05 Justin Lecher
2015-10-22  8:32 Justin Lecher
2015-10-22  8:32 Justin Lecher
2015-10-22  8:32 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573381963.de19362345dd075952bd68a9e4deeed10109fff4.grozin@gentoo \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox