From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/Orange/
Date: Mon, 27 Aug 2018 16:19:40 +0000 (UTC) [thread overview]
Message-ID: <1535386765.6b69f7ec522c00ddc43052d82f0e0baf6d5ec58f.amynka@gentoo> (raw)
commit: 6b69f7ec522c00ddc43052d82f0e0baf6d5ec58f
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 16:02:25 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 16:19:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b69f7ec
dev-util/Orange: version bump 3.14.0
Suggested-by: Nils Freydank <holgersson <AT> posteo.de>
Closes: https://bugs.gentoo.org/661018
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-util/Orange/Manifest | 1 +
dev-util/Orange/Orange-3.14.0.ebuild | 55 ++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-util/Orange/Manifest b/dev-util/Orange/Manifest
index 60d63cc9036..fb60473f98d 100644
--- a/dev-util/Orange/Manifest
+++ b/dev-util/Orange/Manifest
@@ -1 +1,2 @@
+DIST Orange-3.14.0.tar.gz 22537651 BLAKE2B 253a9bf69856f9167fdc9cf001310982441450a93f3caaa74ed91ae2afbefb421734fda1561aff9e4aa1e3dd786c82c324ced07fcbd97a507197cad28778e27e SHA512 eed1e50826ea0ca7c96ad302eb8fe65f997810786f8c9ad3b3c90e085dd77f61ca75535294b3f0244a237d6ff7fe7d0b4cd9bdbd5bb5f489e45d7b1549ead55f
DIST Orange-3.4.5.tar.gz 32999331 BLAKE2B a334da0d55096a8b3a6092cab4b79891c085e6faed8ddc738aa720ff97bf4bc70e215814a0770f284f5d34fe6ce58081b916477262ec62cb28dd246a923b589e SHA512 327c99f17b5c6a83c48c1826cf34624aaf620d84a2f566f22e394cfd0f1b9c7863cecde0ea7344f16b706efb6a4581adad90b59872db9f0be355495971aedd58
diff --git a/dev-util/Orange/Orange-3.14.0.ebuild b/dev-util/Orange/Orange-3.14.0.ebuild
new file mode 100644
index 00000000000..39ffafd703e
--- /dev/null
+++ b/dev-util/Orange/Orange-3.14.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Open source data visualization and analysis for novice and experts."
+HOMEPAGE="https://orange.biolab.si/"
+SRC_URI="https://github.com/biolab/orange3/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc postgres"
+
+RDEPEND="
+ >=dev-python/anyqt-0.0.8[${PYTHON_USEDEP}]
+ >=dev-python/bottleneck-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/CommonMark-0.5.5[${PYTHON_USEDEP}]
+ >=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]
+ >=dev-python/joblib-0.9.4[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/keyrings_alt[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ >=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
+ dev-python/pylint[${PYTHON_USEDEP}]
+ >=dev-python/pyqtgraph-0.10.0[${PYTHON_USEDEP}]
+ dev-python/PyQt5[webengine,svg,testlib,${PYTHON_USEDEP}]
+ dev-python/radon[${PYTHON_USEDEP}]
+ dev-python/serverfiles[${PYTHON_USEDEP}]
+ >=dev-python/xlrd-0.9.2[${PYTHON_USEDEP}]
+ >=sci-libs/scipy-0.16.1[${PYTHON_USEDEP}]
+ >=sci-libs/scikits_learn-0.18.1[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+ >=dev-python/setuptools-36.3[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
+ doc? (
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/numpydoc[${PYTHON_USEDEP}]
+ dev-python/recommonmark[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-1.3.0[${PYTHON_USEDEP}] )
+ postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/orange3-${PV}"
+
+QA_PREBUILT="/usr/lib*/python*/site-packages/Orange/tests/binary-blob.tab"
+
+python_test() {
+ esetup.py test
+}
next reply other threads:[~2018-08-27 16:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-27 16:19 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-04 9:12 [gentoo-commits] repo/gentoo:master commit in: dev-util/Orange/ Mikle Kolyada
2019-11-18 5:43 Davide Pesavento
2018-10-18 16:39 Michał Górny
2018-08-27 16:19 Amy Liffey
2018-07-12 13:27 Michał Górny
2017-10-04 9:09 Michał Górny
2017-10-03 6:39 Amy Liffey
2017-08-11 19:57 Amy Liffey
2017-08-03 15:50 Amy Liffey
2017-08-02 11:58 Amy Liffey
2017-08-02 11:58 Amy Liffey
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=1535386765.6b69f7ec522c00ddc43052d82f0e0baf6d5ec58f.amynka@gentoo \
--to=amynka@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