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 053DE1581E7 for ; Wed, 24 Apr 2024 12:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035ABE2A91; Wed, 24 Apr 2024 12:11:40 +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 DB8C4E2A90 for ; Wed, 24 Apr 2024 12:11:39 +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 F156C3431F8 for ; Wed, 24 Apr 2024 12:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8392A175D for ; Wed, 24 Apr 2024 12:11:36 +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: <1713908560.43b93eff66381f560d76c619e40292208e73f6fd.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/guidata-3.3.0.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 43b93eff66381f560d76c619e40292208e73f6fd X-VCS-Branch: master Date: Wed, 24 Apr 2024 12:11:36 +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: 319fad38-19e0-4d0c-a08c-572a702fdc14 X-Archives-Hash: 800d9aa4eed44042b5d4ce4e55e2d104 commit: 43b93eff66381f560d76c619e40292208e73f6fd Author: David Roman gmail com> AuthorDate: Tue Apr 23 21:42:40 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 23 21:42:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43b93eff dev-python/guidata: fix order of variables Signed-off-by: David Roman gmail.com> dev-python/guidata/guidata-3.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/guidata/guidata-3.3.0.ebuild b/dev-python/guidata/guidata-3.3.0.ebuild index 4fd5808b63..b4a2346e0a 100644 --- a/dev-python/guidata/guidata-3.3.0.ebuild +++ b/dev-python/guidata/guidata-3.3.0.ebuild @@ -12,9 +12,8 @@ DESCRIPTION="Library for user interfaces for easy dataset editing and display" HOMEPAGE="https://pypi.python.org/pypi/guidata" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" 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 43A651581E7 for ; Tue, 23 Apr 2024 21:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43EEB2BC017; Tue, 23 Apr 2024 21:56:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 232D82BC017 for ; Tue, 23 Apr 2024 21:56:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4564434311D for ; Tue, 23 Apr 2024 21:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D0F171D for ; Tue, 23 Apr 2024 21:56:20 +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: <1713908560.43b93eff66381f560d76c619e40292208e73f6fd.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/guidata-3.3.0.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 43b93eff66381f560d76c619e40292208e73f6fd X-VCS-Branch: dev Date: Tue, 23 Apr 2024 21:56:20 +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: e1399eaa-069d-4da4-af10-eb8892d16758 X-Archives-Hash: f12d536246869df4cf65e0e50038e43f Message-ID: <20240423215620.Oabwji45OpP2c1nrcWdCFZZm7qnW3Tt6Va6WU-bpk00@z> commit: 43b93eff66381f560d76c619e40292208e73f6fd Author: David Roman gmail com> AuthorDate: Tue Apr 23 21:42:40 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 23 21:42:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43b93eff dev-python/guidata: fix order of variables Signed-off-by: David Roman gmail.com> dev-python/guidata/guidata-3.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/guidata/guidata-3.3.0.ebuild b/dev-python/guidata/guidata-3.3.0.ebuild index 4fd5808b63..b4a2346e0a 100644 --- a/dev-python/guidata/guidata-3.3.0.ebuild +++ b/dev-python/guidata/guidata-3.3.0.ebuild @@ -12,9 +12,8 @@ DESCRIPTION="Library for user interfaces for easy dataset editing and display" HOMEPAGE="https://pypi.python.org/pypi/guidata" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="