From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1184774-garchives=archives.gentoo.org@lists.gentoo.org> 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 4B1E9138359 for <garchives@archives.gentoo.org>; Sun, 5 Jul 2020 11:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A91BE085A; Sun, 5 Jul 2020 11:52:00 +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 45009E085A for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jul 2020 11:52:00 +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 434EB34F03F for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jul 2020 11:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2C2B28F for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jul 2020 11:51:57 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> 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" <andrewammerlaan@riseup.net> Message-ID: <1593946702.ec90aa875133a48b40c9305757fa3a83d95815dd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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.0.5.ebuild dev-python/graphql-core/metadata.xml X-VCS-Directories: dev-python/graphql-core/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ec90aa875133a48b40c9305757fa3a83d95815dd X-VCS-Branch: master Date: Sun, 5 Jul 2020 11:51:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38f08f7a-000b-4817-855a-08a16677d1fb X-Archives-Hash: ad2fd7fffaf375925820cc4e85b721c7 Message-ID: <20200705115157.-a2eAMZ-5b3IqCf3T7aFbAq9Tv0jS4gOs1Ty8R3DJbI@z> commit: ec90aa875133a48b40c9305757fa3a83d95815dd Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jul 5 10:58:22 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Jul 5 10:58:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec90aa87 dev-python/graphql-core: dep of graphql-relay cleaned from ::gentoo fixed up the ebuild, maintainer is needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/graphql-core/Manifest | 1 + dev-python/graphql-core/graphql-core-3.0.5.ebuild | 23 +++++++++++++++++++++++ dev-python/graphql-core/metadata.xml | 6 ++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest new file mode 100644 index 0000000..3b42943 --- /dev/null +++ b/dev-python/graphql-core/Manifest @@ -0,0 +1 @@ +DIST graphql-core-3.0.5.tar.gz 462955 BLAKE2B 21d2b814ea4d2e330c6f936f4f7a34e84de43b327bd40f7e5c94c677cfdfb2db03c27c18fc4cd5d9a4eca0330f3a306efe1942bf08e96923d9444c5976960a86 SHA512 89ee9c2b039f3aa50ee032a679f2145480d63ec8aad3ac02273c301949740fb44f4b406ed5116b5466bb870997012416f0ea1367bdb2de5f82407168b1995a8b diff --git a/dev-python/graphql-core/graphql-core-3.0.5.ebuild b/dev-python/graphql-core/graphql-core-3.0.5.ebuild new file mode 100644 index 0000000..b76518b --- /dev/null +++ b/dev-python/graphql-core/graphql-core-3.0.5.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,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" + +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 diff --git a/dev-python/graphql-core/metadata.xml b/dev-python/graphql-core/metadata.xml new file mode 100644 index 0000000..a0a60d7 --- /dev/null +++ b/dev-python/graphql-core/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata>