From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pysnmp/Manifest | 5 ---- dev-python/pysnmp/metadata.xml | 34 ---------------------- dev-python/pysnmp/pysnmp-4.3.3.ebuild | 53 ----------------------------------- dev-python/pysnmp/pysnmp-4.4.4.ebuild | 52 ---------------------------------- 4 files changed, 144 deletions(-) delete mode 100644 dev-python/pysnmp/Manifest delete mode 100644 dev-python/pysnmp/metadata.xml delete mode 100644 dev-python/pysnmp/pysnmp-4.3.3.ebuild delete mode 100644 dev-python/pysnmp/pysnmp-4.4.4.ebuild (limited to 'dev-python/pysnmp') diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest deleted file mode 100644 index facdf46b5d28..000000000000 --- a/dev-python/pysnmp/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST pysnmp-4.3.3.tar.gz 403779 BLAKE2B 6698d622be9e5f0e85c64f6773bc7e1657c167e572d84b9339fd626d81cfe0db1f38837fb419da5e26057d843e7e7df62c8734e81c1d72f0f4e46aab820c5b95 SHA512 4b3e4a1785a852eb0b03266d2efbc586c01030f4653482bfea91b64a78098554589e76d38fe43c6b2d734ea3624a42878a2e3b6b7cfbf883e8bf8ad07ff43f81 -DIST pysnmp-4.4.4.tar.gz 436318 BLAKE2B 6e6616a79fc15d457b8da2e2260c65d9d8ef29888c033d80f2f47c8de035d0cff73dc4be1eeced8ef36dac1301b7da0d845837b780815792f545b6ad18d5496e SHA512 960ac73b7356bb236d3853432c094d3aa86a343f5e211065689e6c784293748ec6f2c1c17bf9d96b4cbe2d9d476ebbacbaff4bed7d86370e5ef61e6f03ba8c0e -EBUILD pysnmp-4.3.3.ebuild 1203 BLAKE2B de154ac0ac357c03ee53667291df194d18efbb57cfafde963d1481a711f8e38789cf3e5cfe60c28b4ecade43231c20e80dee4bd1620e738c294f3f9aae979328 SHA512 078fe70712623e6c99be96fb40589397fd5ca1690d2e8899a0ad1eafc4598a72f35672b6e336c32818a06e5423ac7a0442591146bbd240f46edd103d390e7d45 -EBUILD pysnmp-4.4.4.ebuild 1247 BLAKE2B 4335ac075030075f0651ad238ed7561ff1048e37d43605fb891fcc7e3252a3dba9fff254299e1c86063539fa84c6dcdafc46ea4c3cec59ed4e8bfc03617c42f9 SHA512 4f7b1edb9039b4d3c25fdb590e92658b58bfb3d13147208897fb621bd80f0f2d185aa0d5b126da637fa8046a3a480f3232dec5da6b79addfbcf39d9d55b35114 -MISC metadata.xml 1567 BLAKE2B bb80fc30033d338354e1b5539aa5afbb23df2ef574a55709f62ef399a67fa7d659fbbad4d3a10120d0a7cf2247e6637127c115deb3741421a73f3222b769d632 SHA512 3ec28aa833cf162493be384e095a4aa440dc9fb19941b5c503d81d1bff83428d5aa8af80dfa24c88055c573c09529c12e3fd4962dba3d171ea8d2e87a7bb7822 diff --git a/dev-python/pysnmp/metadata.xml b/dev-python/pysnmp/metadata.xml deleted file mode 100644 index ccc20b0ed3b5..000000000000 --- a/dev-python/pysnmp/metadata.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - python@gentoo.org - Python - - - netmon@gentoo.org - Gentoo network monitoring and analysis project - - -This is a Python implementation of SNMP v.1/v.2c engine. Its general -functionality is to assemble/disassemble SNMP messages from/into -given SNMP Object IDs along with associated values. PySNMP also provides -a few transport methods specific to TCP/IP networking. - -PySNMP is written entirely in Python and is self-sufficient in terms -that it does not rely on any third party tool (it is not a wrapper!). - - -これは SNMP v.1/v.2 エンジンのPython言語での実装です。関連値に沿ったSNMPオブジェ -クトIDから/へSNMPメッセージをアセンブル/ディスアセンブルするのが一般的な機能です -。PySNMPは幾つかのTCP/IPネットワーキングを特定するトランスポート・メソッドも提供 -します。 - -PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で -自給自足します。(これはラッパー・ツールではありません。) - - - pysnmp - pysnmp - - diff --git a/dev-python/pysnmp/pysnmp-4.3.3.ebuild b/dev-python/pysnmp/pysnmp-4.3.3.ebuild deleted file mode 100644 index fa8551559639..000000000000 --- a/dev-python/pysnmp/pysnmp-4.3.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Python SNMP library" -HOMEPAGE="http://pysnmp.sf.net/ https://pypi.org/project/pysnmp/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" -IUSE="doc examples" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) -" -RDEPEND=" - >=dev-python/pyasn1-0.1.2[${PYTHON_USEDEP}] - || ( - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - ) -" - -python_compile_all() { - default - - if use doc; then - touch docs/source/conf.py - emake -C docs html - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/* ) - docinto examples - use examples && dodoc -r examples/* docs/mibs - - distutils-r1_python_install_all -} - -pkg_postinst() { - elog "You may also be interested in the following packages: " - elog "dev-python/pysnmp-apps - example programs using pysnmp" - elog "dev-python/pysnmp-mibs - IETF and other mibs" - elog "dev-python/pysmi - to dump MIBs in python format" -} diff --git a/dev-python/pysnmp/pysnmp-4.4.4.ebuild b/dev-python/pysnmp/pysnmp-4.4.4.ebuild deleted file mode 100644 index 9823db2aa684..000000000000 --- a/dev-python/pysnmp/pysnmp-4.4.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit distutils-r1 - -DESCRIPTION="Python SNMP library" -HOMEPAGE="http://snmplabs.com/pysnmp/ https://pypi.org/project/pysnmp/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" -IUSE="doc examples" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) -" -RDEPEND=" - >=dev-python/pyasn1-0.2.3[${PYTHON_USEDEP}] - dev-python/pysmi[${PYTHON_USEDEP}] - || ( - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - ) -" - -python_compile_all() { - default - - if use doc; then - touch docs/source/conf.py - emake -C docs html - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/* ) - docinto examples - use examples && dodoc -r examples/* docs/mibs - - distutils-r1_python_install_all -} - -pkg_postinst() { - elog "You may also be interested in the following packages: " - elog "dev-python/pysnmp-apps - example programs using pysnmp" - elog "dev-python/pysnmp-mibs - IETF and other mibs" - elog "dev-python/pysmi - to dump MIBs in python format" -} -- cgit v1.2.3