blob: a1f2a7974da218f2e8286573c7359600cbbb4c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "A python binding for crfsuite"
HOMEPAGE = "https://github.com/scrapinghub/python-crfsuite"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0a36d267a3ece77cbc8ebc95ca7e2edd"
PYPI_PACKAGE = "python-crfsuite"
SRC_URI[md5sum] = "2765b8401c63a8f970be73a0c2ca04bf"
SRC_URI[sha256sum] = "f38524631e2b533341f10f2c77689270dc6ecd5985495dccf7aa37b1045bc2e5"
inherit pypi setuptools3
|