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 25311158086 for ; Tue, 14 Dec 2021 07:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 207B22BC00F; Tue, 14 Dec 2021 07:14:10 +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 BB8BB2BC006 for ; Tue, 14 Dec 2021 07:14:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EEE4C343661 for ; Tue, 14 Dec 2021 07:14:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683D0206 for ; Tue, 14 Dec 2021 07:14:04 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1639465344.3b53ca6c524873e661859523b82eb9866fb67bc4.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphql-relay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphql-relay/graphql-relay-3.1.0.ebuild dev-python/graphql-relay/metadata.xml X-VCS-Directories: dev-python/graphql-relay/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3b53ca6c524873e661859523b82eb9866fb67bc4 X-VCS-Branch: dev Date: Tue, 14 Dec 2021 07:14:04 +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: 21587dd8-f011-4761-ab14-6540d9221052 X-Archives-Hash: c8a44ddd7f72cc306b31dec2db390cfd commit: 3b53ca6c524873e661859523b82eb9866fb67bc4 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Dec 10 07:17:07 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Dec 14 07:02:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b53ca6c dev-python/graphql-relay: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/graphql-relay/graphql-relay-3.1.0.ebuild | 11 +++-------- dev-python/graphql-relay/metadata.xml | 3 +-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild b/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild index a4fa18459..845f7edc6 100644 --- a/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild +++ b/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND="dev-python/graphql-core[${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] @@ -22,10 +23,4 @@ BDEPEND=" ) " -# typing-extensions is not needed since python 3.8 -RDEPEND=" - dev-python/graphql-core[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] -" - distutils_enable_tests pytest diff --git a/dev-python/graphql-relay/metadata.xml b/dev-python/graphql-relay/metadata.xml index a507be0a7..3287f65d2 100644 --- a/dev-python/graphql-relay/metadata.xml +++ b/dev-python/graphql-relay/metadata.xml @@ -1,6 +1,5 @@ - - + piotr.staroszczyk@get24.org