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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FCC11382C5 for ; Wed, 9 Dec 2020 04:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 251B7E0907; Wed, 9 Dec 2020 04:41:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 004BCE0907 for ; Wed, 9 Dec 2020 04:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3FA8340F09 for ; Wed, 9 Dec 2020 04:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D27F46C for ; Wed, 9 Dec 2020 04:41:09 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1607487638.aa188e23f5d4f17c961971b9fb2d985b3e5a8228.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphql-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphql-core/Manifest dev-python/graphql-core/graphql-core-3.1.1.ebuild dev-python/graphql-core/graphql-core-3.1.2.ebuild dev-python/graphql-core/metadata.xml X-VCS-Directories: dev-python/graphql-core/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: aa188e23f5d4f17c961971b9fb2d985b3e5a8228 X-VCS-Branch: dev Date: Wed, 9 Dec 2020 04:41:09 +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: 8aa1fdf1-f701-427b-b9ba-c69a3b0eee6b X-Archives-Hash: 9f3a780fc3becc1d51b44600f828cf43 commit: aa188e23f5d4f17c961971b9fb2d985b3e5a8228 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 9 04:20:38 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Wed Dec 9 04:20:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa188e23 dev-python/graphql-core: maintain & bump Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/graphql-core/Manifest | 1 + dev-python/graphql-core/graphql-core-3.1.1.ebuild | 8 +++----- .../{graphql-core-3.1.1.ebuild => graphql-core-3.1.2.ebuild} | 8 +++----- dev-python/graphql-core/metadata.xml | 6 ++++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest index 725f60e9..aa9dbf4e 100644 --- a/dev-python/graphql-core/Manifest +++ b/dev-python/graphql-core/Manifest @@ -1 +1,2 @@ DIST graphql-core-3.1.1.tar.gz 481087 BLAKE2B e7bf05f4da9aa1c37acf802b830c05427a3f10fd36a716f194bb21ba3812ae5322534c67b692135a901f23dd48d46fe404a46b2b90cc7ee3862241a6381fd405 SHA512 62bef44d7d73eff1f1dc05e169fd765d4ea4d9716bbde26bc20ee826eb4fa78bb41deed1a196c37a24d4c5aa7e7965de86bee441c4a53f0b18f0cb2364d4cdec +DIST graphql-core-3.1.2.tar.gz 487634 BLAKE2B d71d10e27b87772d9678c90f2bdcbf8d164fcab746c2905fd7414e9744708bb670e35ab0066a1d8d75076991c4b880acd678600f14b0e07a9093ca55d941dbff SHA512 659b245cdec7cfde998ab14444321240008a1fffe5d7f52153c8ecd121556e474001aecee405d73f9eabeae2cdd9ce8b5ede27a7c769b5a8715a9bb3e0c3ca03 diff --git a/dev-python/graphql-core/graphql-core-3.1.1.ebuild b/dev-python/graphql-core/graphql-core-3.1.1.ebuild index 4f26be94..c8b730ff 100644 --- a/dev-python/graphql-core/graphql-core-3.1.1.ebuild +++ b/dev-python/graphql-core/graphql-core-3.1.1.ebuild @@ -3,21 +3,19 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1 DESCRIPTION="GraphQL for Python" HOMEPAGE="https://github.com/graphql-python/graphql-core" -SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( - dev-python/pytest-benchmark[${PYTHON_USEDEP}] -)" +BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )" distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx_rtd_theme diff --git a/dev-python/graphql-core/graphql-core-3.1.1.ebuild b/dev-python/graphql-core/graphql-core-3.1.2.ebuild similarity index 66% copy from dev-python/graphql-core/graphql-core-3.1.1.ebuild copy to dev-python/graphql-core/graphql-core-3.1.2.ebuild index 4f26be94..c8b730ff 100644 --- a/dev-python/graphql-core/graphql-core-3.1.1.ebuild +++ b/dev-python/graphql-core/graphql-core-3.1.2.ebuild @@ -3,21 +3,19 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1 DESCRIPTION="GraphQL for Python" HOMEPAGE="https://github.com/graphql-python/graphql-core" -SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( - dev-python/pytest-benchmark[${PYTHON_USEDEP}] -)" +BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )" distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx_rtd_theme diff --git a/dev-python/graphql-core/metadata.xml b/dev-python/graphql-core/metadata.xml index a0a60d71..d3ad614d 100644 --- a/dev-python/graphql-core/metadata.xml +++ b/dev-python/graphql-core/metadata.xml @@ -1,6 +1,8 @@ - - + + telans@posteo.de + Theo Anderson +