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 87C4615800F for ; Thu, 12 Jan 2023 22:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC2BAE0942; Thu, 12 Jan 2023 22:10:26 +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 9D03BE0942 for ; Thu, 12 Jan 2023 22:10:26 +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 7DA20335DBD for ; Thu, 12 Jan 2023 22:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0699828 for ; Thu, 12 Jan 2023 22:10:23 +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: <1673561397.120037b5f214a78896ce678ce5ee311e6af880d9.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.38.0.ebuild dev-vcs/dandi-cli/dandi-cli-0.39.4.ebuild dev-vcs/dandi-cli/dandi-cli-0.45.1.ebuild dev-vcs/dandi-cli/dandi-cli-0.46.6.ebuild X-VCS-Directories: dev-vcs/dandi-cli/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 120037b5f214a78896ce678ce5ee311e6af880d9 X-VCS-Branch: master Date: Thu, 12 Jan 2023 22:10:23 +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: e64472e0-e353-4d68-be79-fd2d7c282b1b X-Archives-Hash: 133234dbe9b6956ac4bd22549d8b201c commit: 120037b5f214a78896ce678ce5ee311e6af880d9 Author: Horea Christian chymera eu> AuthorDate: Thu Jan 12 22:09:57 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Jan 12 22:09:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=120037b5 dev-vcs/dandi-cli: dropped deprecated python_compat Signed-off-by: Horea Christian chymera.eu> dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild | 4 ++-- dev-vcs/dandi-cli/dandi-cli-0.39.4.ebuild | 4 ++-- dev-vcs/dandi-cli/dandi-cli-0.45.1.ebuild | 4 ++-- dev-vcs/dandi-cli/dandi-cli-0.46.6.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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 1842cbb5e..25c1ec52c 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.38.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# 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_{8..10} ) +PYTHON_COMPAT=( python3_{10..10} ) inherit distutils-r1 diff --git a/dev-vcs/dandi-cli/dandi-cli-0.39.4.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.39.4.ebuild index a83a0b219..e3f36d1de 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.39.4.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.39.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# 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_{8..10} ) +PYTHON_COMPAT=( python3_{10..10} ) inherit distutils-r1 diff --git a/dev-vcs/dandi-cli/dandi-cli-0.45.1.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.45.1.ebuild index 0453e2f00..52d57dfd5 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.45.1.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.45.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# 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_{8..10} ) +PYTHON_COMPAT=( python3_{10..10} ) inherit distutils-r1 diff --git a/dev-vcs/dandi-cli/dandi-cli-0.46.6.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.46.6.ebuild index 581257bdb..f5e9d67cf 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.46.6.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.46.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# 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_{8..10} ) +PYTHON_COMPAT=( python3_{10..10} ) inherit distutils-r1