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: Wed, 24 Apr 2024 12:11:36 +0000 (UTC)	[thread overview]
Message-ID: <1713908804.697ec0033a6cca55e6e2ebe305ec9c6063a1d93b.davidroman@gentoo> (raw)
Message-ID: <20240424121136.ICxQNNDgf6Kze27FEssHikgAXeWzNJ8iyPFVwisDpM0@z> (raw)

commit:     697ec0033a6cca55e6e2ebe305ec9c6063a1d93b
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 21:46:44 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 21:46:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=697ec003

dev-python/guidata: add 3.5.0

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

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

diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest
index 063580f2bb..72e768fc96 100644
--- a/dev-python/guidata/Manifest
+++ b/dev-python/guidata/Manifest
@@ -1 +1,2 @@
 DIST guidata-3.3.0.tar.gz 690865 BLAKE2B 1b52295094844f839665e9dadbfff8d407b48d1746d72154d1181812a8b205660feac6ec86002cab31eef2c8fc5e72a35034145e51388e16e9bae89b2e801bd1 SHA512 7c962b8205cdcb13a628b6bfa256e7b62e1478933933d5ac9b8a1f7fbf6e4e17dbbbfe73bd520585b148ea858816e78f7dd3377ba70acc1be3a071981e5179ca
+DIST guidata-3.5.0.tar.gz 715835 BLAKE2B 11668c0ab1e5c7ec1a58b1cd705420c79b5e2c05174318556aabd48895421a2e77cadd8932e8affe4e52214881b3feb5d99a5f75ccc8adec31d44137ff70df24 SHA512 281460040396d1de07bad44a27c69b1fb69d41406d3b4029651332bf8d39d610e1d89f541062b8cd3b5d11afa9f39c5de83ae0e9729594a22c23abd73a79d83d

diff --git a/dev-python/guidata/guidata-3.5.0.ebuild b/dev-python/guidata/guidata-3.5.0.ebuild
new file mode 100644
index 0000000000..b4a2346e0a
--- /dev/null
+++ b/dev-python/guidata/guidata-3.5.0.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-04-24 12:11 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23 21:56 David Roman [this message]
2024-04-24 12:11 ` [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-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=1713908804.697ec0033a6cca55e6e2ebe305ec9c6063a1d93b.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