diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb b/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb new file mode 100644 index 0000000000..43aa4b84c7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "SNMP SMI/MIB Parser" | ||
| 2 | DESCRIPTION = "A pure-Python implementation of SNMP/SMI MIB \ | ||
| 3 | parsing and conversion library. Can produce PySNMP MIB modules. \ | ||
| 4 | " | ||
| 5 | HOMEPAGE = "https://pypi.python.org/pypi/pysmi" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | |||
| 8 | LICENSE = "BSD-2-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a088b5c72b59d51a5368ad3b18e219bf" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "10a9dd140ad512eed9f37344df83ce9d" | ||
| 12 | SRC_URI[sha256sum] = "bd15a15020aee8376cab5be264c26330824a8b8164ed0195bd402dd59e4e8f7c" | ||
| 13 | |||
| 14 | inherit pypi setuptools | ||
| 15 | |||
| 16 | RDEPENDS_${PN} = "python-ply" | ||
