aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-pkginfo_1.8.2.bb
blob: 162155778af1cd2c84ea0ebc1f079acf6d75a712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Query metadatdata from sdists / bdists / installed packages"
HOMEPAGE = "https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/files"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6fc86b61c6077306ca1f5edc8edcc490"

PYPI_PACKAGE = "pkginfo"

SRC_URI[sha256sum] = "542e0d0b6750e2e21c20179803e40ab50598d8066d51097a0e382cba9eb02bff"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"