blob: 025b2eea9d115d5d6686e8e37fe13ef81c7e4970 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "The official binary distribution format for Python "
2HOMEPAGE = "https://github.com/pypa/wheel"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752"
6
7SRC_URI = "git://github.com/pypa/wheel.git"
Brad Bishop0e2770c2020-01-21 07:31:46 -05008SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0"
Brad Bishop19323692019-04-05 15:28:33 -04009
10
11inherit setuptools3
12
13S = "${WORKDIR}/git"
14
15BBCLASSEXTEND = "native"
16