dev-python/textfsm: 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:38:31 +02:00
parent f849ea6302
commit 0dee667561
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST textfsm-1.1.2.tar.gz 54858 BLAKE2B 9da58cd47060d9b981d7bfc390a4e8c223858a1a9346804da547df2f8720dd5a784e3feb0e7ff13b9a729dff32bc6d125c75a4b4c159193251d956fbc9dbb36f SHA512 d7eec3a7441785e5e893c641c1bac5b82ed10e9953703d794ef1d6028ae67419e3bbcb4c6dd98a49c443736754c191f37ade9baf8e7f057d873a42395b0c7b9d

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 module for parsing semi-structured text into python tables"
HOMEPAGE="https://pypi.org/project/textfsm/ https://github.com/google/textfsm"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-python/future[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""