Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphene/
Date: Wed, 01 Jun 2022 05:03:07
Message-Id: 1654059764.b64037e75b529c77df2e45b18db77448b5f93bb0.cybertailor@gentoo
1 commit: b64037e75b529c77df2e45b18db77448b5f93bb0
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 16:24:49 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Wed Jun 1 05:02:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b64037e7
7
8 dev-python/graphene: drop 3.0.0_beta7
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/graphene/Manifest | 2 -
13 dev-python/graphene/graphene-3.0.0_beta7.ebuild | 63 -------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/dev-python/graphene/Manifest b/dev-python/graphene/Manifest
17 index 795eaed04..898383797 100644
18 --- a/dev-python/graphene/Manifest
19 +++ b/dev-python/graphene/Manifest
20 @@ -1,4 +1,2 @@
21 DIST graphene-3.0.0.tar.gz 116388 BLAKE2B 8e0c5732a8c267e1f492c4d07b070a40777e2ac7b41badc0c4b06471c4268e58bab47d170cf3e74940755f0de3d4be246c1a67eae44654bcfbf531fa1eeefb6d SHA512 dbd651ad509248e66c739acc16778753817b040e573514820a221647e1cf4fb96d22f499d1479eb39d921f17c696fcfe9acce3bb2b89b23ffd9e43f949dc4262
22 -DIST graphene-3.0.0_beta7.tar.gz 113258 BLAKE2B 4a3adadfea6dc6fd936b8bad83cf02c1b2b7937648712ee26ce3c5eb7e6d6631790ae2f22fff334de4495ed3197761862e88450e7f837ee06f71e7de4009efe4 SHA512 df4dee75c8c5bc5643dd5231bff61f7f1e2efe7203e61a3e32b10c80c2f44139a408ca99726fea51d6aa6e844e648c860c41e3e20ee4679dd3573f43047e71fa
23 DIST sphinx-graphene-3.0.0.zip 22270 BLAKE2B 7cc467f12e7857cedb0336c7d0708f9429b9ccaa7f65077e6453a3e4ce0af92cbdb6d4dd3bec5801bd3e5fb233b4994dbce52fabe690da196ee25b5eec7fb63f SHA512 00cdaee50a7c16729d9d820de7d6c0f61215e3b906777b0705f2de0d2029f2ffb1f86134b1d673d00675d77729be47765999537fc42aeefafb026248b9b0b3b0
24 -DIST sphinx-graphene-3.0.0_beta7.zip 22270 BLAKE2B 7cc467f12e7857cedb0336c7d0708f9429b9ccaa7f65077e6453a3e4ce0af92cbdb6d4dd3bec5801bd3e5fb233b4994dbce52fabe690da196ee25b5eec7fb63f SHA512 00cdaee50a7c16729d9d820de7d6c0f61215e3b906777b0705f2de0d2029f2ffb1f86134b1d673d00675d77729be47765999537fc42aeefafb026248b9b0b3b0
25
26 diff --git a/dev-python/graphene/graphene-3.0.0_beta7.ebuild b/dev-python/graphene/graphene-3.0.0_beta7.ebuild
27 deleted file mode 100644
28 index 02ef9589a..000000000
29 --- a/dev-python/graphene/graphene-3.0.0_beta7.ebuild
30 +++ /dev/null
31 @@ -1,63 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_PV="${PV/_beta/b}"
42 -MY_P="${PN}-${MY_PV}"
43 -
44 -DESCRIPTION="GraphQL Framework for Python"
45 -HOMEPAGE="https://graphene-python.org
46 - https://pypi.org/project/graphene/
47 - https://github.com/graphql-python/graphene
48 -"
49 -SRC_URI="https://github.com/graphql-python/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
50 - doc? ( https://graphene-python.org/sphinx_graphene_theme.zip -> sphinx-${P}.zip )
51 -"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 -
57 -RDEPEND="
58 - dev-python/aniso8601[${PYTHON_USEDEP}]
59 - dev-python/graphql-core[${PYTHON_USEDEP}]
60 - dev-python/graphql-relay[${PYTHON_USEDEP}]
61 -"
62 -
63 -BDEPEND="
64 - doc? ( app-arch/unzip )
65 - test? (
66 - dev-python/iso8601[${PYTHON_USEDEP}]
67 - dev-python/promise[${PYTHON_USEDEP}]
68 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
69 - dev-python/pytest-benchmark[${PYTHON_USEDEP}]
70 - dev-python/pytest-mock[${PYTHON_USEDEP}]
71 - dev-python/pytz[${PYTHON_USEDEP}]
72 - dev-python/snapshottest[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -S="${WORKDIR}/${MY_P}"
77 -
78 -distutils_enable_tests pytest
79 -
80 -distutils_enable_sphinx docs
81 -
82 -src_unpack() {
83 - unpack ${P}.tar.gz
84 -
85 - if use doc ; then
86 - unpack sphinx-${P}.zip
87 - mv "${WORKDIR}"/sphinx_graphene_theme "${S}"/docs || die
88 - fi
89 -}
90 -
91 -python_test() {
92 - epytest --benchmark-disable \
93 - --deselect graphene/types/tests/test_schema.py::TestUnforgivingExecutionContext::test_unexpected_error
94 -}