dev-python/pyeapi: 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-22 11:42:22 +02:00
parent 7fd185bf11
commit 22c1cffed1
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST pyeapi-0.8.4.tar.gz 138140 BLAKE2B c4034ce66c27fa0c4d8a3fe7f9907dd768fa03efc58f2c3824b28561f890f593513569a725041321fe5d5289be1bc248c07a952f9d5ee7c03fe8c8ed8af6c9ce SHA512 d9fa0fca258dbe2416e174ccb1def04b686171f14fc7f53c180c4571863802ee3f14d6e70af6048769c4a2a5e5024485a348ee4415bab95338725c535274ebd6

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">django-graphiql-debug-toolbar</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# 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="Python Client for eAPI"
HOMEPAGE="https://pypi.org/project/pyeapi/
https://github.com/arista-eosplus/pyeapi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-python/netaddr[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""