dev-python/gql: drop 3.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:22:42 +01:00 committed by Andreas Billmeier
parent e9a3f5a85a
commit f4c07d004a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1694 Ebuilds in total, 1683 of them have in total 1701 (42 different) licenses assigned.
There are 1693 Ebuilds in total, 1682 of them have in total 1700 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|984|
|MIT|983|
|Apache-2.0|355|
|GPL-3|108|
|BSD|93|

View File

@ -1,5 +1,3 @@
DIST gql-3.4.0.tar.gz 151663 BLAKE2B 738e713883bc9a144ca11ad31204dedb6186f0449f4c2f7798c6c936bd1c83824136c3b22abc0cfd3404faf38d781a1c28cdabd8988f2497509f04405e07da91 SHA512 4e98033e2830fd6bc4633d1a24c339e4a23b6a26dc4b7f87c48d8f2665407984531f3eeacd633c932a43f52f9882aead39c7ae2a9818f09de824d118042cfb64
DIST gql-3.4.1.tar.gz 151696 BLAKE2B b21298c20d24905aef198b54886834b3459f32f972eda29b6e77530e2bee6923008522486032b370ca5370a5b1bff1c7509f51adb50f4abfdb02b14be04ff01e SHA512 a1ad0815a6f0547492e6004ae3cf343775c2b444163b1598f41700cce06460e51781d2d18d01d78a49ead89020345f77d9b19b6c678d8f582f9caf5e1e991e6b
EBUILD gql-3.4.0.ebuild 726 BLAKE2B c149eba07150823ba5a9b05ee5d442b7a8383158f37403eb6de33c957145a09c4e662c8892162c17ae68f72dbd179695dbcfe9daf1bce00b391144b978254f9c SHA512 6eeb36409943702dea30139c0e5ee2f1f8c2ece563f7a9fd086a6a18ba858baba88d7175b6e054c5ffe1089d09c5a8790a47647a8ea5da0133446a8bdb83bff2
EBUILD gql-3.4.1.ebuild 726 BLAKE2B c149eba07150823ba5a9b05ee5d442b7a8383158f37403eb6de33c957145a09c4e662c8892162c17ae68f72dbd179695dbcfe9daf1bce00b391144b978254f9c SHA512 6eeb36409943702dea30139c0e5ee2f1f8c2ece563f7a9fd086a6a18ba858baba88d7175b6e054c5ffe1089d09c5a8790a47647a8ea5da0133446a8bdb83bff2
MISC metadata.xml 506 BLAKE2B 47df6ec0d0c26f63fb926cd1984d2f399b60cd52e54718613e46235b573b76131556c77eede61f42a14b7dc6fc481b8a83c4cbdc5d5ec071b19207d952e3eb0a SHA512 e507757c66e9cf421cb6e1383c24b2b81c803e9c4cb1165c421a13518d3795143b6b1aff4ef07a6bff242781d80a1ab6e3c9613996dadb93148551a0d548b98c

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="GraphQL client for Python"
HOMEPAGE="https://github.com/graphql-python/gql https://pypi.org/project/gql/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/graphql-core-3.3.0_alpha2[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6[${PYTHON_USEDEP}]
>=dev-python/backoff-1.11.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest