mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-24 11:45:41 +00:00
Add buildroot 2018-02
This commit is contained in:
14
buildroot/package/python-cssutils/python-cssutils.mk
Normal file
14
buildroot/package/python-cssutils/python-cssutils.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cssutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CSSUTILS_VERSION = 1.0.1
|
||||
PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
|
||||
PYTHON_CSSUTILS_SITE = https://pypi.python.org/packages/22/de/6b03e0088baf0299ab7d2e95a9e26c2092e9cb3855876b958b6a62175ca2
|
||||
PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
|
||||
PYTHON_CSSUTILS_LICENSE_FILES = COPYING.LESSER
|
||||
PYTHON_CSSUTILS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user