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: Mon,  2 Sep 2024 13:19:37 +0000 (UTC)	[thread overview]
Message-ID: <1725282125.d1cf194ca68ffa838d08f852198fc0fb3c745a9a.davidroman@gentoo> (raw)
Message-ID: <20240902131937.5DP2hnGCxt0hunQ9G8q2W92xoAlTGTGMsIIglFZpg8o@z> (raw)

commit:     d1cf194ca68ffa838d08f852198fc0fb3c745a9a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep  2 13:02:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep  2 13:02:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1cf194c

dev-python/guidata: add 3.6.2

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

 dev-python/guidata/Manifest             |  1 +
 dev-python/guidata/guidata-3.6.2.ebuild | 39 +++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest
index 12b42823a..a8455c3fb 100644
--- a/dev-python/guidata/Manifest
+++ b/dev-python/guidata/Manifest
@@ -1,2 +1,3 @@
 DIST guidata-3.5.2.tar.gz 715460 BLAKE2B 8fa7f73cb306099c6e7cf5f2fe2eb5df3905ae6e8a9103682fddd70e5381cb7d485830c28cc4275735f9e8b726bde08b537877307be0075a40efc384ec6287ce SHA512 435f84c8fd25379a509180221d1caed1f967fde476ce68f709b0463116d333fc5ad2450b66d87d97104e5e826a366c935cbb0483267adbfcdf6326e52d5ac4ab
 DIST guidata-3.6.1.tar.gz 718020 BLAKE2B 69dc2b64fe9e0e6e63e705833d0f02dfead890a3caeaf0ad03b2aac2a9f1b0a14a5b552dc4ff3e479fc416ba348f3b84a713a409e08f8b584f0d9d8597b04e84 SHA512 38fb27b2484deb1c7780d7750cb1d522b53ae195fc3fd4f73ff0973898106ad3cbf974de912f5a72a95b8741d740235abff2b840ab12f36c7808f024eb16d2f9
+DIST guidata-3.6.2.tar.gz 718258 BLAKE2B 197698ec37ff44c4a75b812f8ae36a3662af43bc366e619b954489d48ae146705b6d4321a4a3f05ce20bfdb60b205a5b90bb4b6379cdb7383efbf9f669317381 SHA512 29459d9a08cf42f89d5d98eca4f729670a1d47921039debcc3a4e9d1fbca812ed1d3c059e70ae76a19d85ad7c41122097ccbf5dbde6046b81a18a96a7e606851

diff --git a/dev-python/guidata/guidata-3.6.2.ebuild b/dev-python/guidata/guidata-3.6.2.ebuild
new file mode 100644
index 000000000..c52593108
--- /dev/null
+++ b/dev-python/guidata/guidata-3.6.2.ebuild
@@ -0,0 +1,39 @@
+# 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library for user interfaces for easy dataset editing and display"
+HOMEPAGE="https://pypi.python.org/pypi/guidata"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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
+}


             reply	other threads:[~2024-09-02 13:19 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 13:02 David Roman [this message]
2024-09-02 13:19 ` [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-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=1725282125.d1cf194ca68ffa838d08f852198fc0fb3c745a9a.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