blob: df4b7c88850125dba5880730184352f42bb6d39e [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "XStatic base package with minimal support code"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.txt;md5=1418684272f85f400cebf1b1a255c5cd"
6
7PYPI_PACKAGE = "XStatic"
8
Andrew Geissler3eeda902023-05-19 10:14:02 -05009SRC_URI[sha256sum] = "402544cc9e179489441054f09c807804e115ea246907de87c0355fb4f5a31268"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11DEPENDS += " \
12 ${PYTHON_PN}-pip \
13"
14
Brad Bishop316dfdd2018-06-25 12:45:53 -040015inherit pypi setuptools3