dev-python/graphql-core: new package, add 3.2.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-12-07 13:00:21 +01:00 committed by Andreas Billmeier
parent 42df0e4f35
commit 016171215c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST graphql-core-3.2.3.tar.gz 529552 BLAKE2B 5931579fe860ffd8f0166e703ba3d055eb39660ac3bcd5335c42811da1a692382ab0e968bacfc7b3cb9fae72c74bec160516c74ab56775e3ed6e3756c67ee23a SHA512 6a43b802ae71de7229daa3c9bc8266a17955b163d6b342107034168bc71fb026ad2f8de1ab5fc40dfb6ebbd5c47030ad978d54a825f6aca1c318190e325b405e
EBUILD graphql-core-3.2.3.ebuild 845 BLAKE2B f2a573cdb66f667afb726cd5edebe31c6004115380f519da4ecdb7863e79c922a87a7a3b8d381bf82f84d06cc635dcb657e592c19efd303125c9f2124eeaa411 SHA512 b238d785fbadcdd34d22732c8f48b6277165764ed9cf25c2adf95d5e786db3027531db6ee3592bb2e4089e041e0ec7ef52672a3dae33bf1513416a1113e4909c
MISC metadata.xml 527 BLAKE2B 59fbec78fac27f9049635171ed818570557336b19bb176581727acd7fe8144ca98527c8d176964ad327228f5f2ecc220fdb5c2893a6031647aa5e2c22ff5276a SHA512 d50e0dccc9ada2ec1967928df1c46ea6da7494f662b35b62b0cd98208d0b0709c0bc6fbc695ce77ae6c5943b8ce12b7689ef719f25f1c3f24435bc08bce8d0b2

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL."
HOMEPAGE="https://github.com/graphql-python/graphql-core https://pypi.org/project/graphql-core/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">graphql-core</remote-id>
<remote-id type="github">graphql-python/graphql-core</remote-id>
<maintainer status="unknown">
<email>cito@online.de</email>
<name>Christoph Zwerschke</name>
</maintainer>
</upstream>
</pkgmetadata>