diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-python/graphql-core | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.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.8.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/graphql-core/metadata.xml | 10 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest new file mode 100644 index 000000000000..da438cfc3ae5 --- /dev/null +++ b/dev-python/graphql-core/Manifest @@ -0,0 +1 @@ +DIST graphql_core-3.2.8.tar.gz 513181 BLAKE2B d19ceae19149718c6dd2caa56c88a5f5b1808783e83a622bfa6d11e97bcb242f2845b011b1cbcefb15a9c48e3cb2a9979cdd5c72f9a62c9b0ee393467c1ddefc SHA512 8dd89e04530a0635398ce114c0b1a644a2a5ace88b652fbb211f8fb3250b2e5a13f0f91ceb2ce2866c6daac8fe66bd70dc84226fc58caf4e579ee9c2d76c9ebf 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..81a357c0dffa --- /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_{13..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 new file mode 100644 index 000000000000..35625086ffdf --- /dev/null +++ b/dev-python/graphql-core/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>negril.nx+gentoo@gmail.com</email> + <name>Paul Zander</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
