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 D7FD5138359 for ; Sun, 5 Jul 2020 11:52:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F63E086A; Sun, 5 Jul 2020 11:52:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 142CAE086B for ; Sun, 5 Jul 2020 11:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 12E7534F006 for ; Sun, 5 Jul 2020 11:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F75D2CD for ; Sun, 5 Jul 2020 11:51:58 +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: <1593949151.692405bdd73e3af4a3aa9294cfe0e5a7e15860da.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/graphene/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphene/Manifest dev-python/graphene/graphene-2.1.8.ebuild X-VCS-Directories: dev-python/graphene/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 692405bdd73e3af4a3aa9294cfe0e5a7e15860da X-VCS-Branch: master Date: Sun, 5 Jul 2020 11:51:58 +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: d1583c6a-a22d-4406-8362-ca8db9d138c4 X-Archives-Hash: ffa33c3140529358a683e4acc8c3ef05 commit: 692405bdd73e3af4a3aa9294cfe0e5a7e15860da Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jul 5 11:39:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jul 5 11:39:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=692405bd dev-python/graphene: cleanup old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/graphene/Manifest | 1 - dev-python/graphene/graphene-2.1.8.ebuild | 50 ------------------------------- 2 files changed, 51 deletions(-) diff --git a/dev-python/graphene/Manifest b/dev-python/graphene/Manifest index 3808419..f863f69 100644 --- a/dev-python/graphene/Manifest +++ b/dev-python/graphene/Manifest @@ -1,2 +1 @@ -DIST graphene-2.1.8.tar.gz 102179 BLAKE2B 45c61f0f5965828f4b623a1a78678afdd9ef180c0ac83ff6d13ac4385479a787166e7401d75b4314cd125c623ebab7f43337fe2b00db471c1c8751177ca8b264 SHA512 238108c2047b9942de22f21b90581bbda42fb85ee3588ed5d4a26bd54784a6a71407c7a4e8308726ab22b6a62317e94253a60d1771272969e00e0097f3614d51 DIST graphene-3.0.0_beta3.tar.gz 108606 BLAKE2B 20b1af8400b1fe3721eafb1ce6884702653c58931933d0e3d6058180c115b48bf00a59cc7b6feb61648e9a85195033d0b0ff8c7e4e44822c77b1904cfc3c3b45 SHA512 65b920e5d10d080678df5c9a57d173baab421a3d2c676d943fb3e25fe596cc3623ddb6987322dbdc47d3b299e8f4363e4136bdcd2df0af3c1cf4117e7bb18375 diff --git a/dev-python/graphene/graphene-2.1.8.ebuild b/dev-python/graphene/graphene-2.1.8.ebuild deleted file mode 100644 index a5836ab..0000000 --- a/dev-python/graphene/graphene-2.1.8.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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="GraphQL Framework for Python" -HOMEPAGE="https://github.com/graphql-python/graphene" -SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - <=dev-python/aniso8601-7[${PYTHON_USEDEP}] - dev-python/graphql-core[${PYTHON_USEDEP}] - dev-python/graphql-relay[${PYTHON_USEDEP}] - dev-python/unidecode[${PYTHON_USEDEP}] -" - -DEPEND="test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/promises[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/iso8601[${PYTHON_USEDEP}] -)" - -python_prepare_all() { - # Package installs 'examples' package which is forbidden and likely a bug in the build system. - rm -r examples || die - - distutils-r1_python_prepare_all -} - -distutils_enable_tests pytest -# ModuleNotFoundError: No module named 'sphinx_graphene_theme' -# There is a github, but no releases at the moment -#distutils_enable_sphinx docs - -python_test() { - #distutils_install_for_testing - PYTHONPATH="${S}" - pytest -vv || die "Tests fail with ${EPYHTON}" -} 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 40ABF138359 for ; Sun, 5 Jul 2020 11:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82A24E0866; Sun, 5 Jul 2020 11:39:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6E2E8E0866 for ; Sun, 5 Jul 2020 11:39:17 +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 92B1634F284 for ; Sun, 5 Jul 2020 11:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A3C321D for ; Sun, 5 Jul 2020 11:39:15 +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: <1593949151.692405bdd73e3af4a3aa9294cfe0e5a7e15860da.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphene/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphene/Manifest dev-python/graphene/graphene-2.1.8.ebuild X-VCS-Directories: dev-python/graphene/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 692405bdd73e3af4a3aa9294cfe0e5a7e15860da X-VCS-Branch: dev Date: Sun, 5 Jul 2020 11:39:15 +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: 4248e1f4-9e5d-4546-afdb-f671fc213f46 X-Archives-Hash: b170cbedd513c6687b9cec770ec96faf Message-ID: <20200705113915.5pg6MIM9Byg_Az64HJrFpGUm2vU5apimHtX_Fm5bvQE@z> commit: 692405bdd73e3af4a3aa9294cfe0e5a7e15860da Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jul 5 11:39:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jul 5 11:39:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=692405bd dev-python/graphene: cleanup old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/graphene/Manifest | 1 - dev-python/graphene/graphene-2.1.8.ebuild | 50 ------------------------------- 2 files changed, 51 deletions(-) diff --git a/dev-python/graphene/Manifest b/dev-python/graphene/Manifest index 3808419..f863f69 100644 --- a/dev-python/graphene/Manifest +++ b/dev-python/graphene/Manifest @@ -1,2 +1 @@ -DIST graphene-2.1.8.tar.gz 102179 BLAKE2B 45c61f0f5965828f4b623a1a78678afdd9ef180c0ac83ff6d13ac4385479a787166e7401d75b4314cd125c623ebab7f43337fe2b00db471c1c8751177ca8b264 SHA512 238108c2047b9942de22f21b90581bbda42fb85ee3588ed5d4a26bd54784a6a71407c7a4e8308726ab22b6a62317e94253a60d1771272969e00e0097f3614d51 DIST graphene-3.0.0_beta3.tar.gz 108606 BLAKE2B 20b1af8400b1fe3721eafb1ce6884702653c58931933d0e3d6058180c115b48bf00a59cc7b6feb61648e9a85195033d0b0ff8c7e4e44822c77b1904cfc3c3b45 SHA512 65b920e5d10d080678df5c9a57d173baab421a3d2c676d943fb3e25fe596cc3623ddb6987322dbdc47d3b299e8f4363e4136bdcd2df0af3c1cf4117e7bb18375 diff --git a/dev-python/graphene/graphene-2.1.8.ebuild b/dev-python/graphene/graphene-2.1.8.ebuild deleted file mode 100644 index a5836ab..0000000 --- a/dev-python/graphene/graphene-2.1.8.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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="GraphQL Framework for Python" -HOMEPAGE="https://github.com/graphql-python/graphene" -SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - <=dev-python/aniso8601-7[${PYTHON_USEDEP}] - dev-python/graphql-core[${PYTHON_USEDEP}] - dev-python/graphql-relay[${PYTHON_USEDEP}] - dev-python/unidecode[${PYTHON_USEDEP}] -" - -DEPEND="test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/promises[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/iso8601[${PYTHON_USEDEP}] -)" - -python_prepare_all() { - # Package installs 'examples' package which is forbidden and likely a bug in the build system. - rm -r examples || die - - distutils-r1_python_prepare_all -} - -distutils_enable_tests pytest -# ModuleNotFoundError: No module named 'sphinx_graphene_theme' -# There is a github, but no releases at the moment -#distutils_enable_sphinx docs - -python_test() { - #distutils_install_for_testing - PYTHONPATH="${S}" - pytest -vv || die "Tests fail with ${EPYHTON}" -}