dev-python/graphql-relay: new package, add 2.0.1
This commit is contained in:
parent
fd28f3ffee
commit
5c68245ea8
1
dev-python/graphql-relay/Manifest
Normal file
1
dev-python/graphql-relay/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST graphql-relay-2.0.1.tar.gz 21052 BLAKE2B 7cf8f292743bb87182570979e907d5ab2d517ee4a53f4a5b324fad29f48c450e2855c09301b1349e1c461b428341aa7b57ce3a4cb82fcd9b054274dc1e63f492 SHA512 b2cf10d69e03d4fb738959ae5c0604cff768d87466fde60da9c831465283559fda620a5afb6a27dbf0404bb16abc111ced9ec75773d180b114b860e9a2c576b1
|
26
dev-python/graphql-relay/graphql-relay-2.0.1.ebuild
Normal file
26
dev-python/graphql-relay/graphql-relay-2.0.1.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Relay library for graphql-core-next"
|
||||
HOMEPAGE="https://github.com/graphql-python/graphql-relay-py"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/graphql-core[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-describe[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
8
dev-python/graphql-relay/metadata.xml
Normal file
8
dev-python/graphql-relay/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>piotr.staroszczyk@get24.org</email>
|
||||
<name>Piotr Staroszczyk</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue