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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39BC015806E for ; Thu, 25 May 2023 07:09:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76BC2E05C1; Thu, 25 May 2023 07:09:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5C0D7E05C1 for ; Thu, 25 May 2023 07:09:17 +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 652CC340E24 for ; Thu, 25 May 2023 07:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FD3EA67 for ; Thu, 25 May 2023 07:09:14 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1684998536.994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-vcs/dandi-cli/ X-VCS-Repository: proj/sci X-VCS-Files: dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild X-VCS-Directories: dev-vcs/dandi-cli/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145 X-VCS-Branch: master Date: Thu, 25 May 2023 07:09:14 +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: 4d67f6e6-a149-40eb-a164-0835e2915530 X-Archives-Hash: ce97d1715f5b297e77444f55c68945d7 commit: 994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145 Author: Horea Christian chymera eu> AuthorDate: Thu May 25 07:08:56 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu May 25 07:08:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=994ae17d dev-vcs/dandi-cli: removed dependency constraint workaround Signed-off-by: Horea Christian chymera.eu> dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild | 3 --- dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild index 72d4a6fff..6dc1301c4 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild @@ -20,10 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test etelemetry" -# Urllib dependency is a workaround for vcrpy::gentoo -# Remove when https://github.com/gentoo/gentoo/pull/31141 is merged RDEPEND=" - =dev-python/pydantic-1.9.0[${PYTHON_USEDEP}] diff --git a/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild index 8d97e973b..ad8849482 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild @@ -20,10 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test etelemetry" -# Urllib dependency is a workaround for vcrpy::gentoo -# Remove when https://github.com/gentoo/gentoo/pull/31141 is merged RDEPEND=" - =dev-python/pydantic-1.9.0[${PYTHON_USEDEP}] >=sci-biology/bidsschematools-0.7.0[${PYTHON_USEDEP}]