dev-python/pyTibber: add 0.27.1, drop olds, updatte 0.27.0

dev-python/gql: update 3.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-05-29 10:16:14 +02:00
committed by Andreas Billmeier
parent 4b8f2d1283
commit 976b578d19
9 changed files with 17 additions and 176 deletions

View File

@@ -1,3 +1,3 @@
DIST gql-3.4.0.tar.gz 151663 BLAKE2B 738e713883bc9a144ca11ad31204dedb6186f0449f4c2f7798c6c936bd1c83824136c3b22abc0cfd3404faf38d781a1c28cdabd8988f2497509f04405e07da91 SHA512 4e98033e2830fd6bc4633d1a24c339e4a23b6a26dc4b7f87c48d8f2665407984531f3eeacd633c932a43f52f9882aead39c7ae2a9818f09de824d118042cfb64
EBUILD gql-3.4.0.ebuild 814 BLAKE2B a74f2b7fa9a20e58ab9448680f463c97c0fbd23c95a79a18c6b6b68230e3093cf77cdd60495b86e7e6bdaf66f2a80a2fca656393a63dbcc6c28386a3f7512ed5 SHA512 1dfa2b4c5ece1f8d16dcadb78dda1a52819c3582d81f960817da2a62c570ff612cf809a25f3300d5734dfb5e8afa01ecdde729cb21b43be3716ebe925476af89
EBUILD gql-3.4.0.ebuild 767 BLAKE2B 0577a97130daf8f36e941fc8e9c176e7acfa577e9738f5bad40ef887eb67a68e8d748c3e8451653bd5a59f975a374fd56ae86f42be0f0b62887ee74e89af3504 SHA512 c34601093632bc9e5bcd9dfda7d91c081018b3b8f69218c0df22560ef03133530a5daa7f5a519ac74d36fc98685c7d9d1b9bd466997fdb284af9e8a333708d9d
MISC metadata.xml 506 BLAKE2B 47df6ec0d0c26f63fb926cd1984d2f399b60cd52e54718613e46235b573b76131556c77eede61f42a14b7dc6fc481b8a83c4cbdc5d5ec071b19207d952e3eb0a SHA512 e507757c66e9cf421cb6e1383c24b2b81c803e9c4cb1165c421a13518d3795143b6b1aff4ef07a6bff242781d80a1ab6e3c9613996dadb93148551a0d548b98c

View File

@@ -1,16 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="GraphQL client for Python"
HOMEPAGE="https://github.com/graphql-python/gql https://pypi.org/project/gql/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"