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 720A0158090 for ; Mon, 2 May 2022 07:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74214E0729; Mon, 2 May 2022 07:57:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DCA8E0BA1 for ; Mon, 2 May 2022 07:57:35 +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 F19B73411ED for ; Mon, 2 May 2022 07:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BD4D75 for ; Mon, 2 May 2022 07:57:32 +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: <1651478227.21831e5b30539aa5284e44b91d173234496714cd.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.37.0.ebuild dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild X-VCS-Directories: dev-vcs/dandi-cli/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 21831e5b30539aa5284e44b91d173234496714cd X-VCS-Branch: master Date: Mon, 2 May 2022 07:57:32 +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: 49644598-55f4-4dbf-9e94-35d33c6e6c06 X-Archives-Hash: afebd295efe95d78c483e30d37cde7ec commit: 21831e5b30539aa5284e44b91d173234496714cd Author: Horea Christian chymera eu> AuthorDate: Mon May 2 07:57:07 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Mon May 2 07:57:07 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21831e5b dev-vcs/dandi-cli: dependency update DISTUTILS_USE_PEP517 removal hopefully soon revertable, cuurently fails with: ``` AttributeError: module 'versioneer' has no attribute 'get_version' ``` Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-vcs/dandi-cli/dandi-cli-0.37.0.ebuild | 3 +-- dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-vcs/dandi-cli/dandi-cli-0.37.0.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.37.0.ebuild index 48c1627c3..e1117b65e 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.37.0.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.37.0.ebuild @@ -3,7 +3,6 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -21,7 +20,7 @@ RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/click-didyoumean[${PYTHON_USEDEP}] - ~dev-python/dandischema-0.6.0[${PYTHON_USEDEP}] + ~dev-python/dandi-schema-0.6.0[${PYTHON_USEDEP}] dev-python/fasteners[${PYTHON_USEDEP}] dev-python/fscacher[${PYTHON_USEDEP}] dev-python/humanize[${PYTHON_USEDEP}] diff --git a/dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild index 48c1627c3..e1117b65e 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild @@ -3,7 +3,6 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -21,7 +20,7 @@ RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/click-didyoumean[${PYTHON_USEDEP}] - ~dev-python/dandischema-0.6.0[${PYTHON_USEDEP}] + ~dev-python/dandi-schema-0.6.0[${PYTHON_USEDEP}] dev-python/fasteners[${PYTHON_USEDEP}] dev-python/fscacher[${PYTHON_USEDEP}] dev-python/humanize[${PYTHON_USEDEP}]