Bug 204572 - [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python
Summary: [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-15 21:54 UTC by John W. O'Brien
Modified: 2015-11-18 20:29 UTC (History)
2 users (show)

See Also:


Attachments
net-mgmt/py-pysmi: New port SHAR file (3.27 KB, text/plain)
2015-11-15 21:54 UTC, John W. O'Brien
no flags Details
py27-pysmi-0.0.6 testport log (39.31 KB, text/plain)
2015-11-15 21:57 UTC, John W. O'Brien
no flags Details
py34-pysmi-0.0.6 testport log (39.81 KB, text/plain)
2015-11-15 21:57 UTC, John W. O'Brien
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2015-11-15 21:54:48 UTC
Created attachment 163157 [details]
net-mgmt/py-pysmi: New port SHAR file

From the upstream website:

The PySMI library and tools are designed to parse, verify and transform SNMP SMI MIB modules. The ultimate goal of PySMI effort is to handle as much SMI syntax flavors and conversion operations as libsmi does but in pure Python. PySMI’s APIs are designed in modular, reusable and object-oriented fashion in hope to make PySMI useful for native Python applications.
Comment 1 John W. O'Brien 2015-11-15 21:57:00 UTC
Created attachment 163158 [details]
py27-pysmi-0.0.6 testport log
Comment 2 John W. O'Brien 2015-11-15 21:57:24 UTC
Created attachment 163159 [details]
py34-pysmi-0.0.6 testport log
Comment 3 John W. O'Brien 2015-11-15 22:02:23 UTC
Other QA notes:

portlint: looks fine
unittest: py27-pysmi -- Ran 100 tests in 15.986s -- FAILED (failures=3)
    Failed tests
    pysmi.tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase
    pysmi.tests.test_objecttype_smiv2_pysnmp.ObjectTypeBasicTestCase
    pysmi.tests.test_typedeclaration_smiv1_pysnmp.TypeDeclarationTestCase
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-11-18 20:28:49 UTC
A commit references this bug:

Author: rm
Date: Wed Nov 18 20:28:03 UTC 2015
New revision: 401894
URL: https://svnweb.freebsd.org/changeset/ports/401894

Log:
  Add py-pysmi 0.0.6, SNMP/SMI MIB parsing in Python.

  PR:		204572
  Submitted by:	John W. O'Brien <john@saltant.com>

Changes:
  head/net-mgmt/Makefile
  head/net-mgmt/py-pysmi/
  head/net-mgmt/py-pysmi/Makefile
  head/net-mgmt/py-pysmi/distinfo
  head/net-mgmt/py-pysmi/files/
  head/net-mgmt/py-pysmi/files/patch-setup.py
  head/net-mgmt/py-pysmi/files/tests__init__.py
  head/net-mgmt/py-pysmi/pkg-descr
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-11-18 20:29:31 UTC
New port added. Thank you, John!