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 841031382C5 for ; Wed, 28 Apr 2021 02:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 846ADE0867; Wed, 28 Apr 2021 02:16:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5AAE6E0867 for ; Wed, 28 Apr 2021 02:16:51 +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 547DB33D4A6 for ; Wed, 28 Apr 2021 02:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5D55732 for ; Wed, 28 Apr 2021 02:16:48 +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: <1619574102.7a6d3afc02f2ea34ced7cdce3c1382e360ea5bbe.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.4.ebuild X-VCS-Directories: dev-python/graphql-core/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 7a6d3afc02f2ea34ced7cdce3c1382e360ea5bbe X-VCS-Branch: dev Date: Wed, 28 Apr 2021 02:16:48 +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: f8914c3c-8a51-4ea8-98bb-75fa50b024c5 X-Archives-Hash: cb01b979aeb73d20e1763428bb2eb4f5 commit: 7a6d3afc02f2ea34ced7cdce3c1382e360ea5bbe Author: Theo Anderson posteo de> AuthorDate: Wed Apr 28 01:41:42 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Wed Apr 28 01:41:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a6d3afc dev-python/graphql-core: add 3.1.4 Signed-off-by: Theo Anderson posteo.de> dev-python/graphql-core/Manifest | 1 + dev-python/graphql-core/graphql-core-3.1.4.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest index c4789da4e..ef82a499e 100644 --- a/dev-python/graphql-core/Manifest +++ b/dev-python/graphql-core/Manifest @@ -1,2 +1,3 @@ DIST graphql-core-3.1.2.tar.gz 487634 BLAKE2B d71d10e27b87772d9678c90f2bdcbf8d164fcab746c2905fd7414e9744708bb670e35ab0066a1d8d75076991c4b880acd678600f14b0e07a9093ca55d941dbff SHA512 659b245cdec7cfde998ab14444321240008a1fffe5d7f52153c8ecd121556e474001aecee405d73f9eabeae2cdd9ce8b5ede27a7c769b5a8715a9bb3e0c3ca03 DIST graphql-core-3.1.3.tar.gz 496155 BLAKE2B 0a5461b3a43d17bfde595acce7340d9fb6cf66c6faa4acca6cf7d7d0d41d1c38d2a1d7fb3909b88a834bca3b366bc85c98671c2d4c5ce84467c28b1b1f773dfa SHA512 ffe0697ade66706378c5675771c62966c135c1d6cf399e0e8aa00acadbd7d7a5aa9ea07ee4f34d76d0a11b5ddf47eba7401583bc00347f5d8286e552a2ee4361 +DIST graphql-core-3.1.4.tar.gz 496344 BLAKE2B a8060e0f23b147d91a19ea6bf05bfdd137d8d543c7839f287dcaa49039c9a23dace692d605d29885ae38ed8ac1dbd2385fa24b4fb491063dfb2693f599e8310a SHA512 f4e700d9ff00d737930581ec52a2555594a398ea3b04f8b700c8baa6aa129003dfc0ed8d8f5783126ef3e7ae4e7c3f3a0cff2cc9f30e8a7a5a6cf0dd3df94205 diff --git a/dev-python/graphql-core/graphql-core-3.1.4.ebuild b/dev-python/graphql-core/graphql-core-3.1.4.ebuild new file mode 100644 index 000000000..0b481cbd7 --- /dev/null +++ b/dev-python/graphql-core/graphql-core-3.1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..8} ) + +inherit distutils-r1 + +DESCRIPTION="GraphQL for Python" +HOMEPAGE="https://github.com/graphql-python/graphql-core" +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}] )" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme