commit: 46beb4c75fc81dcffe09411c3bdd4792f3437046
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Sep 24 12:13:13 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Sep 24 12:13:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46beb4c7
dev-python/graphene: version bump, add py3.7,8
drop py3.6
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/graphene/Manifest | 2 +-
.../{graphene-3.0.0_beta3.ebuild => graphene-3.0.0_beta5.ebuild} | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/graphene/Manifest b/dev-python/graphene/Manifest
index f863f69f..43f87d83 100644
--- a/dev-python/graphene/Manifest
+++ b/dev-python/graphene/Manifest
@@ -1 +1 @@
-DIST graphene-3.0.0_beta3.tar.gz 108606 BLAKE2B
20b1af8400b1fe3721eafb1ce6884702653c58931933d0e3d6058180c115b48bf00a59cc7b6feb61648e9a85195033d0b0ff8c7e4e44822c77b1904cfc3c3b45
SHA512
65b920e5d10d080678df5c9a57d173baab421a3d2c676d943fb3e25fe596cc3623ddb6987322dbdc47d3b299e8f4363e4136bdcd2df0af3c1cf4117e7bb18375
+DIST graphene-3.0.0_beta5.tar.gz 111170 BLAKE2B
8717a8ef8b4b468a9a893ac6f686bf32f607c6315b0b5992c5ef6f444805ad4e92ddcd82fe965a73e3bd695c07fa73532a8768b8db71e606080ebb510c08c55a
SHA512
a251603929abb5e15a5d240d07fb897fca5901245ac4c0ebef2320309c8b6bbf6f5acfef09fbb010acdd9e22cd42f77a7a13df3955d680bc352b8147462dea43
diff --git a/dev-python/graphene/graphene-3.0.0_beta3.ebuild
b/dev-python/graphene/graphene-3.0.0_beta5.ebuild
similarity index 90%
rename from dev-python/graphene/graphene-3.0.0_beta3.ebuild
rename to dev-python/graphene/graphene-3.0.0_beta5.ebuild
index d1350475..8988301d 100644
--- a/dev-python/graphene/graphene-3.0.0_beta3.ebuild
+++ b/dev-python/graphene/graphene-3.0.0_beta5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
@@ -22,13 +22,12 @@ RDEPEND="
dev-python/aniso8601[${PYTHON_USEDEP}]
dev-python/graphql-core[${PYTHON_USEDEP}]
dev-python/graphql-relay[${PYTHON_USEDEP}]
- dev-python/unidecode[${PYTHON_USEDEP}]
"
DEPEND="test? (
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/promises[${PYTHON_USEDEP}]
+ dev-python/promise[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]