| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Python module to interface with the pkg-config command line too" | 
 | 2 | HOMEPAGE = "http://github.com/matze/pkgconfig" | 
 | 3 | SECTION = "devel/python" | 
 | 4 | LICENSE = "MIT" | 
 | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | 
 | 6 |  | 
| Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972" | 
 | 8 | SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f" | 
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 9 |  | 
 | 10 | RDEPENDS_${PN} = "pkgconfig \ | 
| Andrew Geissler | 7f40b71 | 2020-05-15 14:09:53 -0500 | [diff] [blame] | 11 |                  ${PYTHON_PN}-shell \ | 
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 12 |                  " | 
 | 13 |  | 
| Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 14 | inherit pypi setuptools3 | 
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 |  | 
 | 16 | BBCLASSEXTEND = "native" | 
 | 17 |  |