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/graphql-core/
Date: Wed, 01 Jun 2022 05:03:16
Message-Id: 1654059769.8e28844e6bf15535b7c2edf57c88e7e849c0a788.cybertailor@gentoo
1 commit: 8e28844e6bf15535b7c2edf57c88e7e849c0a788
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 1 04:42:53 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Wed Jun 1 05:02:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e28844e
7
8 dev-python/graphql-core: drop 3.1.5
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/graphql-core/Manifest | 1 -
13 dev-python/graphql-core/graphql-core-3.1.5.ebuild | 28 -----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest
17 index 06f7e595c..ffe12ee73 100644
18 --- a/dev-python/graphql-core/Manifest
19 +++ b/dev-python/graphql-core/Manifest
20 @@ -1,2 +1 @@
21 -DIST graphql-core-3.1.5.tar.gz 497629 BLAKE2B 28b8a32669c7367bb1343e04bf3f5a1b20ce13f83e2514d243b69df067306f2fbd8d380d6a9f833fe1296831853898b3f1a0d0ec73fc3d0ea8a4726ed3062674 SHA512 d6fccd751ecc575649c4eb697b98f6b581d56db58e4d4d8b73eec8cf8285cc749dd55c6e3dc54fe9aeb216b1ae4a6d14c9e617ca65eecba4fe1d3ba41de6f7c4
22 DIST graphql-core-3.1.6.tar.gz 499188 BLAKE2B c47d95854601de6f524b266de84384d334c99f05aa9c1a226a55413b9a55111dc2eb87813d2650253c502e2bd9904aa1eeaef5373b830ffa1ab8efdf0bec80e7 SHA512 fe7068fb9100e57f2198f653166136d81e98c863f56f3ac1a6b04c65f31ef73d8d1aff5e70870e13c01f333542b442a772157111db58992a4a0b36a17e0e7120
23
24 diff --git a/dev-python/graphql-core/graphql-core-3.1.5.ebuild b/dev-python/graphql-core/graphql-core-3.1.5.ebuild
25 deleted file mode 100644
26 index a4b1c6cb4..000000000
27 --- a/dev-python/graphql-core/graphql-core-3.1.5.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="GraphQL for Python"
40 -HOMEPAGE="https://github.com/graphql-python/graphql-core"
41 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -BDEPEND="
48 - test? (
49 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
50 - dev-python/pytest-describe[${PYTHON_USEDEP}]
51 - dev-python/pytest-benchmark[${PYTHON_USEDEP}]
52 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
53 - )
54 -"
55 -
56 -distutils_enable_tests pytest
57 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme