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:
Alarig Le Lay 2021-09-22 12:03:11 +02:00
parent 8306e22c8c
commit ade5fd5b88
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ntc_templates-2.3.2.tar.gz 161270 BLAKE2B 06322b920677322985f24753bfb638b52827e8be85f58674a84b0c4c53db6dfc53a13c3cc08d326bbdcd78de51a151f5ab49b20781e1e1095ab2aff8107a6a87 SHA512 db6a0ada699b1bf78dedcc3126b6efa8104a58e55c357405f255fa8c3516ff0b07e8c0c4a66bac05902ac116e3cf0bfaeacb61b8fe7efbbc55dc0d475308c0d6

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,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=""