blob: 06f98457c38b90475e66316b1626284a1700bbe5 (
plain)
1
2
3
4
5
6
7
8
9
|
SUMMARY = "Python parsing module"
HOMEPAGE = "http://pyparsing.wikispaces.com/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
SRC_URI[md5sum] = "065908b92904e0d3634eb156f44cc80e"
SRC_URI[sha256sum] = "811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188"
inherit pypi setuptools
|