public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 14 Nov 2024 16:17:34 +0000 (UTC)	[thread overview]
Message-ID: <1731600210.e78cf856d209d0868e7210dc0100995469f4e2b2.davidroman@gentoo> (raw)
Message-ID: <20241114161734.wiasBqqk1LhZmP1ecyr4IXW7YKBUw5O_ZxrMhnrbkOA@z> (raw)

commit:     e78cf856d209d0868e7210dc0100995469f4e2b2
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Nov 14 16:03:30 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 14 16:03:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e78cf856

dev-python/guidata: add 3.7.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/guidata/Manifest             |  1 +
 dev-python/guidata/guidata-3.7.1.ebuild | 43 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest
index 206ac4127..546d90d2d 100644
--- a/dev-python/guidata/Manifest
+++ b/dev-python/guidata/Manifest
@@ -1,2 +1,3 @@
 DIST guidata-3.6.2.tar.gz 718258 BLAKE2B 197698ec37ff44c4a75b812f8ae36a3662af43bc366e619b954489d48ae146705b6d4321a4a3f05ce20bfdb60b205a5b90bb4b6379cdb7383efbf9f669317381 SHA512 29459d9a08cf42f89d5d98eca4f729670a1d47921039debcc3a4e9d1fbca812ed1d3c059e70ae76a19d85ad7c41122097ccbf5dbde6046b81a18a96a7e606851
 DIST guidata-3.6.3.tar.gz 718459 BLAKE2B f3ec7bd4d367afe05741498df15ddef1904962c826fc0ce8200a72d3f46fdc198ba0facb5f9010f94be21506e7f43a02c4ffab6ca7d8adf27ab01efae493a1fe SHA512 b3e53dace35c19e30be19bdf91454322445446d87f2d278f6749b3c7d5b7029dc7786ccdd48baa9b10991a076d83084fac4cfb39a86f695659e37c5be28ed28a
+DIST guidata-3.7.1.tar.gz 719179 BLAKE2B 8b59ed049c2bb765d9a3d57db02e07ffe3732fb28084d56c0f193c3d525d946f084293c45db1feade4ffa9418331d4cdc7091b15c8d2c3cfdfe9e3b0baedccf9 SHA512 04238f61e6eeb8e8ac85f09a8ad5945026ef7d65ef793e047ff86c5783ced35cbcce53fdd0688814107986782ab159560de77692c4720db5d85efb829b4ffd57

diff --git a/dev-python/guidata/guidata-3.7.1.ebuild b/dev-python/guidata/guidata-3.7.1.ebuild
new file mode 100644
index 000000000..f6f11c139
--- /dev/null
+++ b/dev-python/guidata/guidata-3.7.1.ebuild
@@ -0,0 +1,43 @@
+# 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.org/project/guidata/"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test +pyqt5 pyqt6"
+
+REQUIRED_USE="|| ( pyqt5 pyqt6 )"
+
+RDEPEND="
+	pyqt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
+	pyqt6? ( dev-python/PyQt6[${PYTHON_USEDEP}] )
+
+	dev-python/h5py[${PYTHON_USEDEP}]
+	dev-python/numpy[${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
+}


             reply	other threads:[~2024-11-14 16:17 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 16:03 David Roman [this message]
2024-11-14 16:17 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/guidata/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-11-14 16:04 [gentoo-commits] repo/proj/guru:dev " 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
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=1731600210.e78cf856d209d0868e7210dc0100995469f4e2b2.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