dev-python/ntc-templates: 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
8306e22c8c
commit
ade5fd5b88
1
dev-python/ntc-templates/Manifest
Normal file
1
dev-python/ntc-templates/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST ntc_templates-2.3.2.tar.gz 161270 BLAKE2B 06322b920677322985f24753bfb638b52827e8be85f58674a84b0c4c53db6dfc53a13c3cc08d326bbdcd78de51a151f5ab49b20781e1e1095ab2aff8107a6a87 SHA512 db6a0ada699b1bf78dedcc3126b6efa8104a58e55c357405f255fa8c3516ff0b07e8c0c4a66bac05902ac116e3cf0bfaeacb61b8fe7efbbc55dc0d475308c0d6
|
10
dev-python/ntc-templates/metadata.xml
Normal file
10
dev-python/ntc-templates/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>
|
23
dev-python/ntc-templates/ntc-templates-2.3.2.ebuild
Normal file
23
dev-python/ntc-templates/ntc-templates-2.3.2.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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="TextFSM Templates for net-devs, and TextFSM's CliTable wrapper"
|
||||||
|
HOMEPAGE="https://pypi.org/project/ntc-templates/
|
||||||
|
https://github.com/networktocode/ntc-templates"
|
||||||
|
MY_PN="${PN/-/_}"
|
||||||
|
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-python/textfsm-1.1.0[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
Loading…
Reference in a new issue