1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-25 20:57:45 +00:00
Files
operating-system/buildroot/package/python-raven/python-raven.mk
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +02:00

15 lines
534 B
Makefile

################################################################################
#
# python-raven
#
################################################################################
PYTHON_RAVEN_VERSION = 6.7.0
PYTHON_RAVEN_SOURCE = raven-$(PYTHON_RAVEN_VERSION).tar.gz
PYTHON_RAVEN_SITE = https://files.pythonhosted.org/packages/d7/54/7d199f893a0ac01f8df9b7ec39c0f3ac19146e78b33401b1f4984c9d3583
PYTHON_RAVEN_SETUP_TYPE = setuptools
PYTHON_RAVEN_LICENSE = BSD-3-Clause
PYTHON_RAVEN_LICENSE_FILES = LICENSE
$(eval $(python-package))