From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06237158004 for ; Tue, 12 Dec 2023 09:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C7B92BC013; Tue, 12 Dec 2023 09:59:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F335B2BC013 for ; Tue, 12 Dec 2023 09:59:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30A0B335C7E for ; Tue, 12 Dec 2023 09:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA12136E for ; Tue, 12 Dec 2023 09:59:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1702375119.07e86b154e36a5bd3a0dfcd7c454025d47af400d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guidata/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/guidata/Manifest dev-python/guidata/guidata-3.2.1.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 07e86b154e36a5bd3a0dfcd7c454025d47af400d X-VCS-Branch: dev Date: Tue, 12 Dec 2023 09:59:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 725df896-b5eb-4800-a965-af7d304b2733 X-Archives-Hash: 0bcde62967dc687e3d8be3491fedce80 commit: 07e86b154e36a5bd3a0dfcd7c454025d47af400d Author: David Roman gmail com> AuthorDate: Tue Dec 12 09:58:39 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 12 09:58:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07e86b15 dev-python/guidata: add 3.2.1 Signed-off-by: David Roman gmail.com> dev-python/guidata/Manifest | 1 + dev-python/guidata/guidata-3.2.1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest index 0f7d2e3291..1d99473bf6 100644 --- a/dev-python/guidata/Manifest +++ b/dev-python/guidata/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-python/guidata/guidata-3.2.1.ebuild b/dev-python/guidata/guidata-3.2.1.ebuild new file mode 100644 index 0000000000..c126da8919 --- /dev/null +++ b/dev-python/guidata/guidata-3.2.1.ebuild @@ -0,0 +1,25 @@ +# 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" + +# No automated tests can be performed afaik +RESTRICT="test" + +RDEPEND=" + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/QtPy[${PYTHON_USEDEP}] +" + +KEYWORDS="~amd64 ~x86" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A15DA158013 for ; Tue, 12 Dec 2023 10:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 691AB2BC067; Tue, 12 Dec 2023 10:52:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BB862BC067 for ; Tue, 12 Dec 2023 10:52:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14FDD335DC2 for ; Tue, 12 Dec 2023 10:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CB8D14C6 for ; Tue, 12 Dec 2023 10:52:49 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1702375119.07e86b154e36a5bd3a0dfcd7c454025d47af400d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/guidata/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/guidata/Manifest dev-python/guidata/guidata-3.2.1.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 07e86b154e36a5bd3a0dfcd7c454025d47af400d X-VCS-Branch: master Date: Tue, 12 Dec 2023 10:52:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56dd92c3-b399-47d2-986e-44dec361689f X-Archives-Hash: 30540f1b7bd9375f1efe05715602acf2 Message-ID: <20231212105249.Myjf_e2jhloucP6rJQAvG_wXcMej6bub37QNpbRMyps@z> commit: 07e86b154e36a5bd3a0dfcd7c454025d47af400d Author: David Roman gmail com> AuthorDate: Tue Dec 12 09:58:39 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 12 09:58:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07e86b15 dev-python/guidata: add 3.2.1 Signed-off-by: David Roman gmail.com> dev-python/guidata/Manifest | 1 + dev-python/guidata/guidata-3.2.1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest index 0f7d2e3291..1d99473bf6 100644 --- a/dev-python/guidata/Manifest +++ b/dev-python/guidata/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-python/guidata/guidata-3.2.1.ebuild b/dev-python/guidata/guidata-3.2.1.ebuild new file mode 100644 index 0000000000..c126da8919 --- /dev/null +++ b/dev-python/guidata/guidata-3.2.1.ebuild @@ -0,0 +1,25 @@ +# 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" + +# No automated tests can be performed afaik +RESTRICT="test" + +RDEPEND=" + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/QtPy[${PYTHON_USEDEP}] +" + +KEYWORDS="~amd64 ~x86"