blob: 7a2d89d99a9e91e7616ed1143fc99ce549652392 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "SNMP SMI/MIB Parser"
2DESCRIPTION = "A pure-Python implementation of SNMP/SMI MIB \
3 parsing and conversion library. Can produce PySNMP MIB modules. \
4"
5HOMEPAGE = "https://pypi.python.org/pypi/pysmi"
6SECTION = "devel/python"
7
Brad Bishop2d39a062019-10-28 08:33:36 -04008LICENSE = "BSD-2-Clause"
Brad Bishop316dfdd2018-06-25 12:45:53 -04009LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8"
10
11SRC_URI[md5sum] = "3b0f71e4e9f730d211f09d8ef5371140"
12SRC_URI[sha256sum] = "2a315cc3e556b3428372b69da663a24d2f0df9e9ab075b022cb133855f25aef7"
13
14inherit pypi setuptools
15
16RDEPENDS_${PN} = "python-ply"