blob: e4a4b5c1975aec4ee019d990cf20791ace3d457d [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001DESCRIPTION = "Clean single-source support for Python 3 and 2"
2HOMEPAGE = "https://python-future.org"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7"
5
Andrew Geisslerc5535c92023-01-27 16:10:19 -06006SRC_URI[sha256sum] = "34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"
Andrew Geissler89770b02020-06-13 10:40:47 -05007
8PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
9
10inherit pypi setuptools3
11
12BBCLASSEXTEND = "native"