drop olds

This commit is contained in:
Andreas Billmeier (@STR/VW3) 2023-09-25 14:29:04 +02:00 committed by Andreas Billmeier
parent 323a824ebe
commit dbaec944f4
3 changed files with 0 additions and 45 deletions

View File

@ -1,3 +0,0 @@
DIST ntc_templates-3.5.0.tar.gz 188683 BLAKE2B 2e383dad227b03463c11c8cf49648cff0390de00d248124bdecf9feda898d1f6ba2f8b16ba105f46a3d050bc6fffde256eca79677555d7eca35a5cae04868e7a SHA512 143bfda1431fd28a236e986dcae784e1a43a37a36fc3b521243b3c8c304b5f977842af4e03bcbc1c791147368f35c7942323d89bd57fda7aa1e7e5325653cb1e
EBUILD ntc-templates-3.5.0.ebuild 650 BLAKE2B cf3f4d8343b806fd81fce5f8ad5d26ce26216c8219b6a77119a6ff4a9e678eed7d316812a3246680feaa6a046294a8dcd4d3a589eb68c7f45a4049ca897284a1 SHA512 8143babf9885cda16d2974c5e77384cce29efd1470a3769b242de98dfc5f0da68d6864801d52803e41be7181058d19aae8b4d1c8527cb06f8668337a924345ee
MISC metadata.xml 532 BLAKE2B c48384dcbe271d2c6f088557b9824cec63a7cb6f621101171c7982f3f0583d052e319983434c217fce0b2b507518f0fbd3fa940e5d540d5cba5d7bd70bb26637 SHA512 044a2ac18c3ddb8d151594c841e1d470c8c9fcc4402681e83000dfd2635604b4bb6ccc7e5ff31bf4cd2c8d16fcbf73204f76d2e7eead61726f5f2921e608580c

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ntc-templates</remote-id>
<remote-id type="github">networktocode/ntc-templates</remote-id>
<maintainer status="unknown">
<email>info@networktocode.com</email>
<name>Network to Code</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,26 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="TextFSM Templates for Network Devices, Python wrapper for TextFSMs CliTable."
HOMEPAGE="https://github.com/networktocode/ntc-templates https://pypi.org/project/ntc-templates/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/textfsm-1.1.0[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest