dev-python/graphene-django: New package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2021-09-16 16:47:42 +02:00
parent 246c20e536
commit 6769289c23
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST graphene-django-2.15.0.tar.gz 67097 BLAKE2B f6ce584e3ccfa6585f3e7b4c20d8c25384c9867128b6a587ff4d606c95086e02ee4f7591db68ef7acb5d8aa131adafd7e074783405df235837475440637c1736 SHA512 5a40dec12e8f9b4dc3a1713a994a8ce3a7c65e3d4ad1137428f80bce7af36549b07288ab399bb63ce0efbf58208faaa3179ac57adae74edd229f7164b3e9af41

View File

@ -0,0 +1,19 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Graphene Django integration"
HOMEPAGE="https://pypi.org/project/graphene-django/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=dev-python/djangorestframework-3.6.3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="pypi">graphene-django</remote-id>
</upstream>
</pkgmetadata>