public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/guidata/
Date: Tue,  6 Aug 2024 03:19:33 +0000 (UTC)	[thread overview]
Message-ID: <1722859525.d8990d0f566f2257eeb23d0b79ea699b7003e1c7.watermanpaint@gentoo> (raw)

commit:     d8990d0f566f2257eeb23d0b79ea699b7003e1c7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug  5 12:05:25 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug  5 12:05:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8990d0f

dev-python/guidata: add 3.6.1

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

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

diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest
index beb7c8576..4fb5b9a39 100644
--- a/dev-python/guidata/Manifest
+++ b/dev-python/guidata/Manifest
@@ -1,2 +1,3 @@
 DIST guidata-3.5.0.tar.gz 715835 BLAKE2B 11668c0ab1e5c7ec1a58b1cd705420c79b5e2c05174318556aabd48895421a2e77cadd8932e8affe4e52214881b3feb5d99a5f75ccc8adec31d44137ff70df24 SHA512 281460040396d1de07bad44a27c69b1fb69d41406d3b4029651332bf8d39d610e1d89f541062b8cd3b5d11afa9f39c5de83ae0e9729594a22c23abd73a79d83d
 DIST guidata-3.5.2.tar.gz 715460 BLAKE2B 8fa7f73cb306099c6e7cf5f2fe2eb5df3905ae6e8a9103682fddd70e5381cb7d485830c28cc4275735f9e8b726bde08b537877307be0075a40efc384ec6287ce SHA512 435f84c8fd25379a509180221d1caed1f967fde476ce68f709b0463116d333fc5ad2450b66d87d97104e5e826a366c935cbb0483267adbfcdf6326e52d5ac4ab
+DIST guidata-3.6.1.tar.gz 718020 BLAKE2B 69dc2b64fe9e0e6e63e705833d0f02dfead890a3caeaf0ad03b2aac2a9f1b0a14a5b552dc4ff3e479fc416ba348f3b84a713a409e08f8b584f0d9d8597b04e84 SHA512 38fb27b2484deb1c7780d7750cb1d522b53ae195fc3fd4f73ff0973898106ad3cbf974de912f5a72a95b8741d740235abff2b840ab12f36c7808f024eb16d2f9

diff --git a/dev-python/guidata/guidata-3.6.1.ebuild b/dev-python/guidata/guidata-3.6.1.ebuild
new file mode 100644
index 000000000..b4a2346e0
--- /dev/null
+++ b/dev-python/guidata/guidata-3.6.1.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,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"
+
+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-08-06  3:19 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-06  3:19 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 12:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guidata/ David Roman
2024-09-10 14:56 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-10 12:11 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-10 14:56 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-02 13:06 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-02 13:19 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-02 13:02 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-02 13:19 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-08-06  3:19 Lucio Sauer
2024-06-27 13:47 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-06-28 10:57 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-12 16:10 Viorel Munteanu
2024-06-12 16:10 Viorel Munteanu
2024-04-24 12:11 David Roman
2024-04-24 12:11 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-13 22:19 Julien Roy
2024-02-07 10:10 David Roman
2024-01-09 15:12 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-09 15:13 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-01-09 15:12 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-09 15:13 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-12-12  9:59 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-12 10:52 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-17 12:25 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-17 12:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-03 10:15 David Roman
2023-05-25  2:21 Haelwenn Monnier
2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-26 10:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-09-17 11:49 Ronny Gutbrod
2020-11-08 11:13 Andrew Ammerlaan
2020-11-08 11:13 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-08 11:13 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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=1722859525.d8990d0f566f2257eeb23d0b79ea699b7003e1c7.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --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