mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
python-raven: new package
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
223e5867ed
commit
273aad9e50
14
package/python-raven/python-raven.mk
Normal file
14
package/python-raven/python-raven.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user