Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/graphql-core/
Date: Wed, 26 May 2021 13:42:49
Message-Id: 1621993995.7cafd078b172e9562cfae1ae10f32a77d7630026.andrewammerlaan@gentoo
1 commit: 7cafd078b172e9562cfae1ae10f32a77d7630026
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 25 23:48:17 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 01:53:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cafd078
7
8 dev-python/graphql-core: add 3.1.5, drop 3.1.4
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/graphql-core/Manifest | 2 +-
13 .../{graphql-core-3.1.4.ebuild => graphql-core-3.1.5.ebuild} | 11 +++++++++--
14 2 files changed, 10 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest
17 index c9df08c1b..5bd18e7ee 100644
18 --- a/dev-python/graphql-core/Manifest
19 +++ b/dev-python/graphql-core/Manifest
20 @@ -1 +1 @@
21 -DIST graphql-core-3.1.4.tar.gz 496344 BLAKE2B a8060e0f23b147d91a19ea6bf05bfdd137d8d543c7839f287dcaa49039c9a23dace692d605d29885ae38ed8ac1dbd2385fa24b4fb491063dfb2693f599e8310a SHA512 f4e700d9ff00d737930581ec52a2555594a398ea3b04f8b700c8baa6aa129003dfc0ed8d8f5783126ef3e7ae4e7c3f3a0cff2cc9f30e8a7a5a6cf0dd3df94205
22 +DIST graphql-core-3.1.5.tar.gz 497629 BLAKE2B 28b8a32669c7367bb1343e04bf3f5a1b20ce13f83e2514d243b69df067306f2fbd8d380d6a9f833fe1296831853898b3f1a0d0ec73fc3d0ea8a4726ed3062674 SHA512 d6fccd751ecc575649c4eb697b98f6b581d56db58e4d4d8b73eec8cf8285cc749dd55c6e3dc54fe9aeb216b1ae4a6d14c9e617ca65eecba4fe1d3ba41de6f7c4
23
24 diff --git a/dev-python/graphql-core/graphql-core-3.1.4.ebuild b/dev-python/graphql-core/graphql-core-3.1.5.ebuild
25 similarity index 63%
26 rename from dev-python/graphql-core/graphql-core-3.1.4.ebuild
27 rename to dev-python/graphql-core/graphql-core-3.1.5.ebuild
28 index 0b481cbd7..5af66bc80 100644
29 --- a/dev-python/graphql-core/graphql-core-3.1.4.ebuild
30 +++ b/dev-python/graphql-core/graphql-core-3.1.5.ebuild
31 @@ -3,7 +3,7 @@
32
33 EAPI=7
34
35 -PYTHON_COMPAT=( python3_{7..8} )
36 +PYTHON_COMPAT=( python3_{7..9} )
37
38 inherit distutils-r1
39
40 @@ -15,7 +15,14 @@ LICENSE="MIT"
41 SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43
44 -BDEPEND="test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )"
45 +BDEPEND="
46 + test? (
47 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
48 + dev-python/pytest-describe[${PYTHON_USEDEP}]
49 + dev-python/pytest-benchmark[${PYTHON_USEDEP}]
50 + dev-python/pytest-timeout[${PYTHON_USEDEP}]
51 + )
52 +"
53
54 distutils_enable_tests pytest
55 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme