diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest new file mode 100644 index 0000000000..3b42943cdd --- /dev/null +++ b/dev-python/graphql-core/Manifest @@ -0,0 +1 @@ +DIST graphql-core-3.0.5.tar.gz 462955 BLAKE2B 21d2b814ea4d2e330c6f936f4f7a34e84de43b327bd40f7e5c94c677cfdfb2db03c27c18fc4cd5d9a4eca0330f3a306efe1942bf08e96923d9444c5976960a86 SHA512 89ee9c2b039f3aa50ee032a679f2145480d63ec8aad3ac02273c301949740fb44f4b406ed5116b5466bb870997012416f0ea1367bdb2de5f82407168b1995a8b diff --git a/dev-python/graphql-core/graphql-core-3.0.5.ebuild b/dev-python/graphql-core/graphql-core-3.0.5.ebuild new file mode 100644 index 0000000000..b76518b39e --- /dev/null +++ b/dev-python/graphql-core/graphql-core-3.0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="GraphQL for Python" +HOMEPAGE="https://github.com/graphql-python/graphql-core" +SRC_URI="https://github.com/graphql-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="test? ( + dev-python/pytest-benchmark[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme diff --git a/dev-python/graphql-core/metadata.xml b/dev-python/graphql-core/metadata.xml new file mode 100644 index 0000000000..a0a60d7147 --- /dev/null +++ b/dev-python/graphql-core/metadata.xml @@ -0,0 +1,6 @@ + + + + + +