From ade5fd5b8897ddce041c258712e4a205b62d01e1 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 22 Sep 2021 12:03:11 +0200 Subject: [PATCH] dev-python/ntc-templates: New package Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay + + + + python@gentoo.org + + + django-graphiql-debug-toolbar + + diff --git a/dev-python/ntc-templates/ntc-templates-2.3.2.ebuild b/dev-python/ntc-templates/ntc-templates-2.3.2.ebuild new file mode 100644 index 0000000..e9d043a --- /dev/null +++ b/dev-python/ntc-templates/ntc-templates-2.3.2.ebuild @@ -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=""