summaryrefslogtreecommitdiff
path: root/dev-python/pysnmp-mibs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /dev-python/pysnmp-mibs
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'dev-python/pysnmp-mibs')
-rw-r--r--dev-python/pysnmp-mibs/Manifest4
-rw-r--r--dev-python/pysnmp-mibs/metadata.xml55
-rw-r--r--dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild2
3 files changed, 31 insertions, 30 deletions
diff --git a/dev-python/pysnmp-mibs/Manifest b/dev-python/pysnmp-mibs/Manifest
index c5fac08f3ca2..0a303ccc73e7 100644
--- a/dev-python/pysnmp-mibs/Manifest
+++ b/dev-python/pysnmp-mibs/Manifest
@@ -1,3 +1,3 @@
DIST pysnmp-mibs-0.1.6.tar.gz 2113334 BLAKE2B a685dac05f11284c28c6ec9ebfdb4e99145d4cb48b982cda771694ee3ecf522af07d174a8b97430728dffa243de7889f8a831575113d8a9b35a494d1d9277b2c SHA512 6956d437f7815e31af13ac54ade7526e07fefb63a4c4bec95fb5d5c8f198f0d7bc8bee2cd9d0072c46d089f579d6cd6227152646a763e3342c626cce367e89b2
-EBUILD pysnmp-mibs-0.1.6.ebuild 505 BLAKE2B f9234f1fc480fa95d62bf50fdc73ee6652c9df3c331b98b2c021fa9683164872cdb6bbaac53bb49f94e6ae4d252b8f454cc1f90fea73ef37845a8913c8e0893e SHA512 67fbe2d4bb59d2c433f7516d87ed68f020ccc85996967e7aa9bc6b0297eb11bb9507e67ebff1acaccadc0bc2326192e08f2bcdf0b83d5e848ff1239ebbc29280
-MISC metadata.xml 1515 BLAKE2B 58cb9f0f443bd9923b3ec824cb54d0e5635ad5ffb9da178d98a9b920f14cf75640295106a8fa9928447d4410708ed15fc0850b3a2986a2228d92e7cddd431739 SHA512 99adddec026ae863568b6239dba0aaafbdcbc5b020c0c337c1466900a134de902cea3a304c8d2c8aad12ade54750379a1fde88120e13f879e7f75ced2bfd1be4
+EBUILD pysnmp-mibs-0.1.6.ebuild 477 BLAKE2B 43f1bf0081361e3db46ce6bd859ae31a9dad0918480f16db56a9e70549ad8f2fe5437742f9f46896628905d5856f115dd0bb7e6d4d1978aa4c0008ac508cf972 SHA512 167c88470e84269727cbae9bcf407b67aa9e1457580601b6a67c757d030c90134f70a3b2fd4de7dfadcfd8d756f94673136f9739a5ba6cc2d2e26f7a2e368f1c
+MISC metadata.xml 1582 BLAKE2B 9e7ce993fdcf3a7debc835255d92d0ee1b2bf8397612c95b3855b1c4b58888832af8df81abf01aea2169fe60216bc64747cf093fe66708ff6660274488b69cb1 SHA512 a0225700601accc978584b302d42b9456af8c96fa4ee4f07b4e7b820dea3afab500cc48130315a390a6a3411f0b30e97dce0f23757c0c3806e014ec22f9cb44f
diff --git a/dev-python/pysnmp-mibs/metadata.xml b/dev-python/pysnmp-mibs/metadata.xml
index 37a31ce229ad..11950035509e 100644
--- a/dev-python/pysnmp-mibs/metadata.xml
+++ b/dev-python/pysnmp-mibs/metadata.xml
@@ -1,33 +1,34 @@
<?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>
- <name>Python</name>
- </maintainer>
- <maintainer type="project">
- <email>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
- </maintainer>
- <longdescription>
-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.
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ <name>Gentoo network monitoring and analysis project</name>
+ </maintainer>
+ <longdescription>
+ 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!).
-</longdescription>
- <longdescription lang="ja">
-これは SNMP v.1/v.2 エンジンのPython言語での実装です。関連値に沿ったSNMPオブジェ
-クトIDから/へSNMPメッセージをアセンブル/ディスアセンブルするのが一般的な機能です
-。PySNMPは幾つかのTCP/IPネットワーキングを特定するトランスポート・メソッドも提供
-します。
+ 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!).
+ </longdescription>
+ <longdescription lang="ja">
+ これは SNMP v.1/v.2 エンジンのPython言語での実装です。関連値に沿ったSNMPオブジェ
+ クトIDから/へSNMPメッセージをアセンブル/ディスアセンブルするのが一般的な機能です
+ 。PySNMPは幾つかのTCP/IPネットワーキングを特定するトランスポート・メソッドも提供
+ します。
-PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で
-自給自足します。(これはラッパー・ツールではありません。)
-</longdescription>
- <upstream>
- <remote-id type="pypi">pysnmp-mibs</remote-id>
- </upstream>
+ PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で
+ 自給自足します。(これはラッパー・ツールではありません。)
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">pysnmp-mibs</remote-id>
+ <remote-id type="github">etingof/pysnmp-mibs</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild
index 3628f8f012ec..e0649cd103ad 100644
--- a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild
+++ b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="SNMP framework in Python - MIBs"
-HOMEPAGE="http://snmplabs.com/pysnmp/ https://github.com/etingof/pysnmp-mibs"
+HOMEPAGE="https://github.com/etingof/pysnmp-mibs"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"