summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-11 13:02:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-11 14:19:38 +0100
commite257ba24fee9da390a8febf9c9e9c6845ded00e4 (patch)
tree11e608993bcecac6f4d4e20a1b7b2d5c9eea0c33 /dev-python/pysnmp
parentnet-misc/curl: rev bump to enable additional features (diff)
downloadgentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.gz
gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.bz2
gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.zip
*/*: Update pypi (and github) remote-ids from HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysnmp')
-rw-r--r--dev-python/pysnmp/metadata.xml57
1 files changed, 29 insertions, 28 deletions
diff --git a/dev-python/pysnmp/metadata.xml b/dev-python/pysnmp/metadata.xml
index ccc20b0ed3b5..4a0c1e1eca9c 100644
--- a/dev-python/pysnmp/metadata.xml
+++ b/dev-python/pysnmp/metadata.xml
@@ -1,34 +1,35 @@
<?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</remote-id>
- <remote-id type="sourceforge">pysnmp</remote-id>
- </upstream>
+ PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で
+ 自給自足します。(これはラッパー・ツールではありません。)
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">pysnmp</remote-id>
+ <remote-id type="sourceforge">pysnmp</remote-id>
+ <remote-id type="github">etingof/pysnmp</remote-id>
+ </upstream>
</pkgmetadata>