diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-16 19:18:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-16 19:18:42 +0000 |
| commit | da26e5c2ef5996cb5bf06adeb42fa47c0b76522d (patch) | |
| tree | dbcabc755e8eb6ab520fd722b8cb9953b324f952 /dev-python/graphql-core | |
| parent | 620116181138534133abab566a07a8668c7de802 (diff) | |
| download | baldeagleos-repo-da26e5c2ef5996cb5bf06adeb42fa47c0b76522d.tar.gz baldeagleos-repo-da26e5c2ef5996cb5bf06adeb42fa47c0b76522d.tar.xz baldeagleos-repo-da26e5c2ef5996cb5bf06adeb42fa47c0b76522d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/graphql-core')
| -rw-r--r-- | dev-python/graphql-core/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/graphql-core/graphql-core-3.2.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/graphql-core/graphql-core-3.2.8.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/graphql-core/metadata.xml | 5 |
4 files changed, 44 insertions, 1 deletions
diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest index 76f244507d61..d917eb16df1d 100644 --- a/dev-python/graphql-core/Manifest +++ b/dev-python/graphql-core/Manifest @@ -1 +1,2 @@ DIST graphql-core-3.2.3.tar.gz 529552 BLAKE2B 5931579fe860ffd8f0166e703ba3d055eb39660ac3bcd5335c42811da1a692382ab0e968bacfc7b3cb9fae72c74bec160516c74ab56775e3ed6e3756c67ee23a SHA512 6a43b802ae71de7229daa3c9bc8266a17955b163d6b342107034168bc71fb026ad2f8de1ab5fc40dfb6ebbd5c47030ad978d54a825f6aca1c318190e325b405e +DIST graphql_core-3.2.8.tar.gz 513181 BLAKE2B d19ceae19149718c6dd2caa56c88a5f5b1808783e83a622bfa6d11e97bcb242f2845b011b1cbcefb15a9c48e3cb2a9979cdd5c72f9a62c9b0ee393467c1ddefc SHA512 8dd89e04530a0635398ce114c0b1a644a2a5ace88b652fbb211f8fb3250b2e5a13f0f91ceb2ce2866c6daac8fe66bd70dc84226fc58caf4e579ee9c2d76c9ebf diff --git a/dev-python/graphql-core/graphql-core-3.2.3.ebuild b/dev-python/graphql-core/graphql-core-3.2.3.ebuild index 74a3dead4ed2..91dc280c2d4c 100644 --- a/dev-python/graphql-core/graphql-core-3.2.3.ebuild +++ b/dev-python/graphql-core/graphql-core-3.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/graphql-core/graphql-core-3.2.8.ebuild b/dev-python/graphql-core/graphql-core-3.2.8.ebuild new file mode 100644 index 000000000000..4a5361dcf092 --- /dev/null +++ b/dev-python/graphql-core/graphql-core-3.2.8.ebuild @@ -0,0 +1,37 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="GraphQL-core is a Python port of GraphQL.js" +HOMEPAGE=" + https://github.com/graphql-python/graphql-core/ + https://pypi.org/project/graphql-core/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + <dev-python/setuptools-81[${PYTHON_USEDEP}] + >=dev-python/setuptools-59[${PYTHON_USEDEP}] +" + +EPYTEST_IGNORE=( + # avoid pytest-benchmark + "tests/benchmarks/" +) + +EPYTEST_PLUGINS=( anyio pytest-asyncio pytest-describe pytest-timeout ) +distutils_enable_tests pytest + +python_test() { + # avoid pytest-benchmark + epytest -o addopts= tests +} diff --git a/dev-python/graphql-core/metadata.xml b/dev-python/graphql-core/metadata.xml index 736a1167c898..0dec5a678a5f 100644 --- a/dev-python/graphql-core/metadata.xml +++ b/dev-python/graphql-core/metadata.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>negril.nx+gentoo@gmail.com</email> + <name>Paul Zander</name> + </maintainer> <origin>gentoo-guru-overlay</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file |
