public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/
Date: Mon, 11 Feb 2019 14:20:24 +0000 (UTC)	[thread overview]
Message-ID: <1549894821.95ce9f3526d3a119eaf7b4eeb75b9a39bc856f94.jer@gentoo> (raw)

commit:     95ce9f3526d3a119eaf7b4eeb75b9a39bc856f94
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 14:19:56 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 14:20:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ce9f35

dev-python/pysnmp: Old

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-python/pysnmp/Manifest            |  2 --
 dev-python/pysnmp/pysnmp-4.4.5.ebuild | 52 -----------------------------------
 dev-python/pysnmp/pysnmp-4.4.6.ebuild | 52 -----------------------------------
 3 files changed, 106 deletions(-)

diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index 8716a2056fe..559109e2f8d 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,5 +1,3 @@
 DIST pysnmp-4.4.4.tar.gz 436318 BLAKE2B 6e6616a79fc15d457b8da2e2260c65d9d8ef29888c033d80f2f47c8de035d0cff73dc4be1eeced8ef36dac1301b7da0d845837b780815792f545b6ad18d5496e SHA512 960ac73b7356bb236d3853432c094d3aa86a343f5e211065689e6c784293748ec6f2c1c17bf9d96b4cbe2d9d476ebbacbaff4bed7d86370e5ef61e6f03ba8c0e
-DIST pysnmp-4.4.5.tar.gz 438424 BLAKE2B db989eb9faa0d548c7e58a5e9b7127824f2798c116d27b8885b4920f5e0acf9068ea5ad88e13e8e913e24c0d21d414026f6d733cf680b41e59370c960d856197 SHA512 3164e93a8623512d903c86eebdb6f9fa5ffee29309747df4a836e257e87dc5480cf706ab527e1a8966e80c0626961f6f1b68b60cf07df2ddece305706f5445f2
-DIST pysnmp-4.4.6.tar.gz 434508 BLAKE2B 0613cd115d9b52b12a9e4ca45c0dc6b51a6e8506f5fe4d93641dd53ce61e88f4ed89783692c4220008c345179808bb4a79d4aaf1d828e072d822a0d131204fa1 SHA512 0b53fcb7d266a861b3f8dca228371a7430b5513506b4b7083e112916730cc25311cdef549373271c2da62441a603d3f33e6a1e9417dec3aac074db25fb2be7c8
 DIST pysnmp-4.4.8.tar.gz 435494 BLAKE2B 801d52660af23f9db9fd6e4fbd7b93f06db65d1c4987d44239da0927a116559ba502f295a5ba345529f15a41971a0f407b60266ef0cbcb328476e7e58e3646e0 SHA512 a4b0954a65818e49ce76455ef48c7c363bbc69031b699b303e8e301e7aa5db10ac5042557cc1727e885b200672ba35aef995baadb989cd95aa90e528c7e97e04
 DIST pysnmp-4.4.9.tar.gz 436017 BLAKE2B 4fa4d1cab4e783542164d8bc5313e2b900cad9fec42e3bd6bc37239514d279d849ee857b3c9c01021750773e02ce951da600f5fbf8676efe31c3bdf580b99f12 SHA512 0832abb4134b77d43f6c750ce6c797c976b5fb99ef02602e7aa6034e4524e229eb33ac5d5b086acfb5740893120eb5b17df648dda48decc5d038476270e5fe1e

diff --git a/dev-python/pysnmp/pysnmp-4.4.5.ebuild b/dev-python/pysnmp/pysnmp-4.4.5.ebuild
deleted file mode 100644
index 3d1c8021a0c..00000000000
--- a/dev-python/pysnmp/pysnmp-4.4.5.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"
-}

diff --git a/dev-python/pysnmp/pysnmp-4.4.6.ebuild b/dev-python/pysnmp/pysnmp-4.4.6.ebuild
deleted file mode 100644
index 3d1c8021a0c..00000000000
--- a/dev-python/pysnmp/pysnmp-4.4.6.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"
-}


             reply	other threads:[~2019-02-11 14:20 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-11 14:20 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: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-06-04 21:21 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=1549894821.95ce9f3526d3a119eaf7b4eeb75b9a39bc856f94.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