aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-pdfminer-six_20211012.bb
blob: 2355a60094cc517fc950abd6a30f0be24c45eaf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "PDF parser and analyzer"
HOMEPAGE = "https://github.com/pdfminer/pdfminer.six"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=76a979b092386b9cfa8791fa22cbe404"

DEPENDS += "\
            python3-chardet-native \
            python3-cryptography-native \
           "

PYPI_PACKAGE = "pdfminer.six"

SRC_URI[sha256sum] = "0351f17d362ee2d48b158be52bcde6576d96460efd038a3e89a043fba6d634d7"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"