From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/guidata/
Date: Tue, 9 Jan 2024 15:13:02 +0000 (UTC) [thread overview]
Message-ID: <1704813117.b5bf2427c8eda688d3d40bc564e934e196dc5cf2.davidroman@gentoo> (raw)
Message-ID: <20240109151302.5_gdnoqR8VvLl75cKbK-tJWKBUHZpqCelYoc91hKO5Y@z> (raw)
commit: b5bf2427c8eda688d3d40bc564e934e196dc5cf2
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jan 9 15:11:01 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan 9 15:11:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5bf2427
dev-python/guidata: add 3.2.2
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/guidata/Manifest | 1 +
dev-python/guidata/guidata-3.2.2.ebuild | 40 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest
index 1d99473bf6..089afb4055 100644
--- a/dev-python/guidata/Manifest
+++ b/dev-python/guidata/Manifest
@@ -1,3 +1,4 @@
DIST guidata-2.3.1.tar.gz 504812 BLAKE2B 4b2e5e07ee76bbeb95a9a55a4cde1d409d2438fe5273a0f154d34e8beb9934f810b29a33ef508009e38c589d57402aef55d346b93856fc744e7a8236748f5e86 SHA512 7488ca8c761394dfd9d58a8ac3c96dc963adab6df278823fb1a7d9132febc16e275908034ef48381d696668add43f62438fab1ba22f70f5e08f33b14a81082c5
DIST guidata-3.1.0.tar.gz 946229 BLAKE2B 50998faccdbb3db0128219d46aa950678628045d569b0eaa5d0e4216bcc94d6eb4c08b1000358b1ceae2593876c813cc1377bb01d2c2f95ccb8dd2197b1f9db9 SHA512 be6ba3a17b767d44371ca589fbf7eed425ebab9484afd62fa85fc485b84dd2f2cc043e0e7b041eb47663b748a1daf2b5321be3a5c81f9b94a1556cb8be349546
DIST guidata-3.2.1.tar.gz 671793 BLAKE2B da557f74aedd1d2011056ff27f20ba4761e022e3dab458ce362aee0a2177e5e612c16cbe4a39577fd187956fff24a27eaa21f1f35958fba5ed18e9bdd961a7c1 SHA512 e9a0c7c7e0bcaaace378dcb056d1ce68afca49f607d6cb95ee640b739037c302c53fc034c948e6bca14562bdf262ece1d613c4fd28f9b04b27cc0bbe276ac449
+DIST guidata-3.2.2.tar.gz 672062 BLAKE2B ff8c06e1f97cc454136a3cb8857739cc223536456bb06a4ac3b3b86e2eaf894fc60a3bdc2d70ea62fdc2b85bbc9f546f614b5ad0b2c9bace584054377f5fbfb2 SHA512 a9f31e5c43bf203f9a5919dd574553ec14dcd317e06204be50bcd4f2cc7ac71a431145d33a6d3dfe076620d6cc753349b5fdb5436d89dfda18c9f7572aeec00f
diff --git a/dev-python/guidata/guidata-3.2.2.ebuild b/dev-python/guidata/guidata-3.2.2.ebuild
new file mode 100644
index 0000000000..4fd5808b63
--- /dev/null
+++ b/dev-python/guidata/guidata-3.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library for user interfaces for easy dataset editing and display"
+HOMEPAGE="https://pypi.python.org/pypi/guidata"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP}]
+ dev-python/QtPy[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/tomli[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ dev-python/pytest-qt[${PYTHON_USEDEP}]
+ dev-python/pytest-xvfb[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -p xvfb
+}
next reply other threads:[~2024-01-09 15:13 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-09 15:12 David Roman [this message]
2024-01-09 15:13 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/guidata/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 11:34 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-11-14 16:04 David Roman
2024-11-14 16:03 David Roman
2024-09-10 12:11 David Roman
2024-09-10 12:11 David Roman
2024-09-02 13:06 David Roman
2024-09-02 13:02 David Roman
2024-08-05 12:11 David Roman
2024-08-05 12:11 David Roman
2024-06-27 13:47 David Roman
2024-06-12 13:03 David Roman
2024-06-12 13:03 David Roman
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-23 21:56 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-23 21:56 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-23 21:56 David Roman
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-07 10:10 [gentoo-commits] repo/proj/guru:master " David Roman
2024-02-06 15:40 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-09 15:12 David Roman
2023-12-12 9:59 David Roman
2023-10-17 12:25 David Roman
2023-10-03 10:15 [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-03 9:49 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-05-23 21:03 David Roman
2022-09-26 10:05 Andrew Ammerlaan
2022-09-17 11:42 David Roman
2022-05-07 19:43 David Roman
2022-05-07 19:43 David Roman
2021-03-28 9:55 Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan
2020-11-07 14:41 David Roman
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=1704813117.b5bf2427c8eda688d3d40bc564e934e196dc5cf2.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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