273aad9e50
Changes since v2: - remove newlines from Config.in - add LICENSE hash Changes since v1: - reword commit to match upstream style - fold the DEVELOPERS modifications into the same commit - add Config selections for required python core modules - bump version to 6.3.0 Tested in a clean chroot, events are generated for exceptions, and reported to the server configured for the client. Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
527 B
Makefile
15 lines
527 B
Makefile
################################################################################
|
|
#
|
|
# python-raven
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_RAVEN_VERSION = 6.3.0
|
|
PYTHON_RAVEN_SOURCE = raven-$(PYTHON_RAVEN_VERSION).tar.gz
|
|
PYTHON_RAVEN_SITE = https://pypi.python.org/packages/e8/b0/27886f69cdb4d9f6265bba1c4973bb5371b060272a5795c511d8839a6028
|
|
PYTHON_RAVEN_SETUP_TYPE = setuptools
|
|
PYTHON_RAVEN_LICENSE = BSD-3-Clause
|
|
PYTHON_RAVEN_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|