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:
parent
f849ea6302
commit
0dee667561
1
dev-python/textfsm/Manifest
Normal file
1
dev-python/textfsm/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST textfsm-1.1.2.tar.gz 54858 BLAKE2B 9da58cd47060d9b981d7bfc390a4e8c223858a1a9346804da547df2f8720dd5a784e3feb0e7ff13b9a729dff32bc6d125c75a4b4c159193251d956fbc9dbb36f SHA512 d7eec3a7441785e5e893c641c1bac5b82ed10e9953703d794ef1d6028ae67419e3bbcb4c6dd98a49c443736754c191f37ade9baf8e7f057d873a42395b0c7b9d
|
10
dev-python/textfsm/metadata.xml
Normal file
10
dev-python/textfsm/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/textfsm/textfsm-1.1.2.ebuild
Normal file
22
dev-python/textfsm/textfsm-1.1.2.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 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=""
|
Loading…
Reference in a new issue