ntc-templates: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 09:02:18 +02:00 committed by Andreas Billmeier
parent d3696ec638
commit 41d746f26a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 21 additions and 28 deletions

View File

@ -1,3 +1,3 @@
DIST ntc-templates-2.0.0.tar.gz 153273 BLAKE2B b5a74e657ff7f7d8bdf9b4f3bd8ff2507d5e758908e67b28e99f2675ae45362ea1012e08006df285313effc180dff8335af24d0f88aa82538888c28e91cb435e SHA512 140260ab6d36f3eab6d0b663ac935879307556836e2267899cf3d99518aad578f7007f5fbe3e21415193706b0bcc6c961d3e7e9387873ae6b2b3e5e7341f02ea
EBUILD ntc-templates-2.0.0.ebuild 870 BLAKE2B af9eba150ec92ffe45fdf19d2f953f1d581b222805b3c87d4278b84e7a5a313817492697c4fb31465f4e235871c6b3e374c5f0cb4e3a44af747c0dec2a01832b SHA512 a47881daa1da1f20ec5513193ad0943ca231c950c608fa7c8b96afd4fed23520bd2e1459287a7b0bed823a8f4f03fe84f543d5bfb4879234feb232b08961f4c9
MISC metadata.xml 463 BLAKE2B 75834d0d5a0a6c3ee88d90f884055a7eb01dbe6d6b5fe81409bc799674a1c60a276c8cc8ecc8d2cef1168dbe43c1e56935d1cef97fc1c0bb2922251ea8ff77a7 SHA512 b814506c9a853c539df84515b41578390b0955290ee261528eab7c966f8286710789425f2c8c1b9ab2ea7e3eabae17ef7cb18ed8fe0d98d3f548ab1996d138e4
DIST ntc_templates-2.0.0.tar.gz 153273 BLAKE2B b5a74e657ff7f7d8bdf9b4f3bd8ff2507d5e758908e67b28e99f2675ae45362ea1012e08006df285313effc180dff8335af24d0f88aa82538888c28e91cb435e SHA512 140260ab6d36f3eab6d0b663ac935879307556836e2267899cf3d99518aad578f7007f5fbe3e21415193706b0bcc6c961d3e7e9387873ae6b2b3e5e7341f02ea
EBUILD ntc-templates-2.0.0.ebuild 650 BLAKE2B cf3f4d8343b806fd81fce5f8ad5d26ce26216c8219b6a77119a6ff4a9e678eed7d316812a3246680feaa6a046294a8dcd4d3a589eb68c7f45a4049ca897284a1 SHA512 8143babf9885cda16d2974c5e77384cce29efd1470a3769b242de98dfc5f0da68d6864801d52803e41be7181058d19aae8b4d1c8527cb06f8668337a924345ee
MISC metadata.xml 532 BLAKE2B c48384dcbe271d2c6f088557b9824cec63a7cb6f621101171c7982f3f0583d052e319983434c217fce0b2b507518f0fbd3fa940e5d540d5cba5d7bd70bb26637 SHA512 044a2ac18c3ddb8d151594c841e1d470c8c9fcc4402681e83000dfd2635604b4bb6ccc7e5ff31bf4cd2c8d16fcbf73204f76d2e7eead61726f5f2921e608580c

View File

@ -7,6 +7,7 @@
</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>

View File

@ -1,17 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
inherit distutils-r1
DESCRIPTION="TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
DESCRIPTION="TextFSM Templates for Network Devices, Python wrapper for TextFSMs CliTable."
HOMEPAGE="https://github.com/networktocode/ntc-templates https://pypi.org/project/ntc-templates/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,14 +18,9 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/textfsm-1.1.0[${PYTHON_USEDEP}]"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=">=dev-python/textfsm-1.1.0[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,16 +1,16 @@
BDEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/nose[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=test? ( >=dev-python/textfsm-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.5.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
DESCRIPTION=TextFSM Templates for Network Devices, Python wrapper for TextFSMs CliTable.
EAPI=8
HOMEPAGE=https://github.com/networktocode/ntc-templates https://pypi.org/project/ntc-templates/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=amd64 arm arm64 x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/textfsm-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
RDEPEND=>=dev-python/textfsm-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/n/ntc-templates/ntc_templates-2.0.0.tar.gz -> ntc-templates-2.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666
_md5_=dc9fc3f859dfa74ab2e8d13387b014b7
SRC_URI=https://files.pythonhosted.org/packages/source/n/ntc-templates/ntc_templates-2.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=524b4ed4e905e3229180c0221136eda3