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:
parent
7fd185bf11
commit
22c1cffed1
1
dev-python/pyeapi/Manifest
Normal file
1
dev-python/pyeapi/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST pyeapi-0.8.4.tar.gz 138140 BLAKE2B c4034ce66c27fa0c4d8a3fe7f9907dd768fa03efc58f2c3824b28561f890f593513569a725041321fe5d5289be1bc248c07a952f9d5ee7c03fe8c8ed8af6c9ce SHA512 d9fa0fca258dbe2416e174ccb1def04b686171f14fc7f53c180c4571863802ee3f14d6e70af6048769c4a2a5e5024485a348ee4415bab95338725c535274ebd6
|
10
dev-python/pyeapi/metadata.xml
Normal file
10
dev-python/pyeapi/metadata.xml
Normal 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>
|
22
dev-python/pyeapi/pyeapi-0.8.4.ebuild
Normal file
22
dev-python/pyeapi/pyeapi-0.8.4.ebuild
Normal 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=""
|
Loading…
Reference in a new issue