diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb new file mode 100644 index 0000000000..aa234dd702 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb | |||
@@ -0,0 +1,22 @@ | |||
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" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8" | ||
10 | |||
11 | SRCNAME = "pysmi" | ||
12 | |||
13 | SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
14 | |||
15 | SRC_URI[md5sum] = "f8754e9ed75698cc16b40f125df85b12" | ||
16 | SRC_URI[sha256sum] = "e0912180fc6faa9c264df78f97e7c451f77f84f5bd840098d2ce7b1bf70082bc" | ||
17 | |||
18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
19 | |||
20 | inherit setuptools | ||
21 | |||
22 | RDEPENDS_${PN} = "python-ply" | ||