mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/graphql-core: dep of graphql-relay cleaned from ::gentoo
fixed up the ebuild, maintainer is needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
1
dev-python/graphql-core/Manifest
Normal file
1
dev-python/graphql-core/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST graphql-core-3.0.5.tar.gz 462955 BLAKE2B 21d2b814ea4d2e330c6f936f4f7a34e84de43b327bd40f7e5c94c677cfdfb2db03c27c18fc4cd5d9a4eca0330f3a306efe1942bf08e96923d9444c5976960a86 SHA512 89ee9c2b039f3aa50ee032a679f2145480d63ec8aad3ac02273c301949740fb44f4b406ed5116b5466bb870997012416f0ea1367bdb2de5f82407168b1995a8b
|
||||
23
dev-python/graphql-core/graphql-core-3.0.5.ebuild
Normal file
23
dev-python/graphql-core/graphql-core-3.0.5.ebuild
Normal file
@@ -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
|
||||
6
dev-python/graphql-core/metadata.xml
Normal file
6
dev-python/graphql-core/metadata.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user