From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/
Date: Sun, 4 Jun 2017 21:21:10 +0000 (UTC) [thread overview]
Message-ID: <1496611264.d79ad316c52e0feb104abc05c4427095e2f47527.jer@gentoo> (raw)
commit: d79ad316c52e0feb104abc05c4427095e2f47527
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 20:50:03 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 21:21:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79ad316
dev-python/pysnmp: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pysnmp/Manifest | 1 +
dev-python/pysnmp/pysnmp-4.3.7.ebuild | 50 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index bfae0a2371a..9d2fbd54ac9 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,2 +1,3 @@
DIST pysnmp-4.3.3.tar.gz 403779 SHA256 c837d35cbb2c1e067b7b8ed752d962481ef8d7ff11e4cdd8bfb0840c4a786318 SHA512 4b3e4a1785a852eb0b03266d2efbc586c01030f4653482bfea91b64a78098554589e76d38fe43c6b2d734ea3624a42878a2e3b6b7cfbf883e8bf8ad07ff43f81 WHIRLPOOL f04c9f6eece5d31bb4941cfdbfa3216fb5a65b2b2b1b097bd72ca500506262c0458d6d774b99c766f2016fb46ea50bc9a8b741825f820a0a7970dac7ac934977
DIST pysnmp-4.3.5.tar.gz 404793 SHA256 38253fe95cea33f352fb36e85f3c2874043401724300c4888df74835161169d2 SHA512 0878ff1b42a28aaea9ed97137971d606457ae392b701eb7a2f6fd5eb59349e7d2ca1193a3d468ad83ee3eb91cd74ec160c7d90ef750164a717c0ae57fcef5784 WHIRLPOOL 5bfc88686232bdad59208984588418b3811d6d92dc58a0d5e0a18364eb44d99032981a5ee65a3f9fdbf7947e2bd6038763d44880ab19e59ff4611df824e06134
+DIST pysnmp-4.3.7.tar.gz 424464 SHA256 fd0e139bf3768eaaa1e2b339c23c19a74c8086fe4307252e2e5b4c3a070d89db SHA512 c6c5f8927b9e142cfd0731ad2e2fc0b9e479b9e2e177acdd2e49e9e8744dd248a0dc79e05066389ad16ca869a88abc44cde1e987fa5ec2ee92f5d2ffb02c8560 WHIRLPOOL 590ac6f51407ba9f66ee108d7dccbe6d362a0b0f57bf2fba1c0d30b7e02a8006f80e8c8a98f88435722fe1928e919967eecd0c628a632e23e1ff212a8c22b254
diff --git a/dev-python/pysnmp/pysnmp-4.3.7.ebuild b/dev-python/pysnmp/pysnmp-4.3.7.ebuild
new file mode 100644
index 00000000000..0b3d4e9fa7d
--- /dev/null
+++ b/dev-python/pysnmp/pysnmp-4.3.7.ebuild
@@ -0,0 +1,50 @@
+# 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.python.org/pypi/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/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 "net-libs/libsmi - to dump MIBs in python format"
+}
next reply other threads:[~2017-06-04 21:21 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-04 21:21 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 6:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/ Michał Górny
2025-02-01 13:19 Michał Górny
2025-02-01 12:17 Arthur Zamarin
2025-01-16 5:11 Michał Górny
2024-12-21 11:35 Michał Górny
2024-12-21 11:35 Michał Górny
2024-12-06 4:01 Michał Górny
2024-12-04 7:46 Michał Górny
2024-11-23 10:08 Michał Górny
2024-11-23 9:52 Sam James
2024-11-08 4:52 Michał Górny
2024-11-07 6:45 Michał Górny
2024-11-05 19:30 Michał Górny
2024-11-03 3:52 Michał Górny
2024-11-02 19:04 Arthur Zamarin
2024-11-02 10:41 Arthur Zamarin
2024-11-02 9:57 Arthur Zamarin
2024-10-15 7:00 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-14 4:11 Michał Górny
2024-10-13 14:58 Michał Górny
2024-10-10 15:22 Michał Górny
2024-09-14 13:22 Arthur Zamarin
2024-09-14 11:42 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-08-31 8:00 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-08-31 5:36 Sam James
2024-08-31 5:31 Sam James
2024-08-31 5:23 Sam James
2024-08-31 5:10 Sam James
2023-11-24 16:26 Michał Górny
2023-11-23 19:48 Michał Górny
2023-06-04 4:58 Michał Górny
2023-02-16 3:58 Sam James
2022-05-04 8:19 Michał Górny
2022-05-04 4:36 Sam James
2021-08-07 12:16 Michał Górny
2021-02-23 9:33 David Seifert
2020-12-11 12:48 Michał Górny
2020-04-17 22:21 David Seifert
2020-03-25 7:10 Jeroen Roovers
2020-03-25 7:10 Jeroen Roovers
2020-02-12 7:51 Agostino Sarubbo
2020-02-10 11:16 Michał Górny
2019-12-30 18:14 Jeroen Roovers
2019-09-24 16:51 Jeroen Roovers
2019-08-13 6:48 Jeroen Roovers
2019-08-13 6:48 Jeroen Roovers
2019-08-10 7:10 Jeroen Roovers
2019-08-06 8:17 Jeroen Roovers
2019-08-06 8:17 Jeroen Roovers
2019-02-11 14:20 Jeroen Roovers
2019-02-11 14:19 Jeroen Roovers
2019-02-11 14:19 Jeroen Roovers
2019-01-02 0:30 Jeroen Roovers
2018-09-15 7:48 Jeroen Roovers
2018-08-11 10:47 Jeroen Roovers
2018-08-11 10:47 Jeroen Roovers
2018-06-27 21:54 Sergei Trofimovich
2018-06-26 2:04 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-01-09 15:28 Jeroen Roovers
2018-01-06 0:44 Michał Górny
2018-01-04 6:59 Jeroen Roovers
2018-01-04 6:59 Jeroen Roovers
2017-12-24 12:31 Jeroen Roovers
2017-12-24 12:31 Jeroen Roovers
2017-11-18 10:29 Jeroen Roovers
2017-11-18 10:29 Jeroen Roovers
2017-10-29 16:43 Jeroen Roovers
2017-10-29 16:41 Jeroen Roovers
2017-10-29 16:41 Jeroen Roovers
2017-10-07 9:44 Jeroen Roovers
2017-10-07 9:44 Jeroen Roovers
2017-07-29 10:18 Jeroen Roovers
2017-07-29 10:14 Jeroen Roovers
2017-07-29 10:14 Jeroen Roovers
2017-07-29 10:14 Jeroen Roovers
2017-06-20 11:58 Jeroen Roovers
2017-04-04 22:19 Zac Medico
2017-03-31 7:36 Michael Weber
2017-03-25 7:26 Jeroen Roovers
2017-03-25 7:26 Jeroen Roovers
2017-03-20 12:28 Agostino Sarubbo
2017-03-07 8:48 Jeroen Roovers
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2017-02-07 15:52 Jeroen Roovers
2017-02-07 15:52 Jeroen Roovers
2016-04-18 16:16 Ian Delaney
2016-02-17 6:49 Jeroen Roovers
2015-11-18 7:05 Jeroen Roovers
2015-10-03 4:39 Jeroen Roovers
2015-10-01 12:02 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496611264.d79ad316c52e0feb104abc05c4427095e2f47527.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox