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 F2531138350 for ; Wed, 18 Mar 2020 19:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E96DBE0B28; Wed, 18 Mar 2020 19:13:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CF9CAE0B28 for ; Wed, 18 Mar 2020 19:13:56 +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 6AB3634F006 for ; Wed, 18 Mar 2020 19:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7614118B for ; Wed, 18 Mar 2020 19:13:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584558778.d9c8238e49eda326b0a482ab6b6d98a87557f034.andrewammerlaan@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/Manifest dev-python/graphql-relay/graphql-relay-3.0.0.ebuild dev-python/graphql-relay/metadata.xml X-VCS-Directories: dev-python/graphql-relay/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d9c8238e49eda326b0a482ab6b6d98a87557f034 X-VCS-Branch: dev Date: Wed, 18 Mar 2020 19:13:53 +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: abdb5f86-4801-4011-9363-22f141ec36b7 X-Archives-Hash: 5df416886d5d2710520238d250f296bc commit: d9c8238e49eda326b0a482ab6b6d98a87557f034 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 18 18:22:25 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 18 19:12:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9c8238e dev-python/graphql-relay: Relay library for graphql-core-next Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/graphql-relay/Manifest | 1 + .../graphql-relay/graphql-relay-3.0.0.ebuild | 23 ++++++++++++++++++++++ dev-python/graphql-relay/metadata.xml | 9 +++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-python/graphql-relay/Manifest b/dev-python/graphql-relay/Manifest new file mode 100644 index 0000000..9fd138c --- /dev/null +++ b/dev-python/graphql-relay/Manifest @@ -0,0 +1 @@ +DIST graphql-relay-3.0.0.tar.gz 41928 BLAKE2B a206692a2fa1b39d002aad8a324b1be1c1e67305e65978f3eceaa28df6c12791f3fc19fad3f68320d16e063f54710a94d89fe078a9a3a361334299a8c6e31a21 SHA512 5e09d0cc21b1f6241a3a19b96f6607fb13ebe87798338669d2cc687b15d858acb24e884fc0752c091414f857560dae2e7b1d52011c9ce4718986919997dae7ff diff --git a/dev-python/graphql-relay/graphql-relay-3.0.0.ebuild b/dev-python/graphql-relay/graphql-relay-3.0.0.ebuild new file mode 100644 index 0000000..03c65f4 --- /dev/null +++ b/dev-python/graphql-relay/graphql-relay-3.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Relay library for graphql-core-next" +HOMEPAGE="https://github.com/graphql-python/graphql-relay-py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# most likely we need a newer version of graphql-core +RESTRICT="test" + +RDEPEND="dev-python/graphql-core[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/graphql-relay/metadata.xml b/dev-python/graphql-relay/metadata.xml new file mode 100644 index 0000000..a507be0 --- /dev/null +++ b/dev-python/graphql-relay/metadata.xml @@ -0,0 +1,9 @@ + + + + + + piotr.staroszczyk@get24.org + Piotr Staroszczyk + +