initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_RAVEN
|
||||
bool "python-raven"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Raven is a client for Sentry (https://getsentry.com).
|
||||
|
||||
https://github.com/getsentry/raven-python
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/raven/json
|
||||
md5 3676f31dadfa61526444dd0245c78a38 raven-6.10.0.tar.gz
|
||||
sha256 3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c8fae54 raven-6.10.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 5ce9459bc19ced99cc9eb135d4f559ed01e336354bdf16dd998be85aa688c233 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-raven
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_RAVEN_VERSION = 6.10.0
|
||||
PYTHON_RAVEN_SOURCE = raven-$(PYTHON_RAVEN_VERSION).tar.gz
|
||||
PYTHON_RAVEN_SITE = https://files.pythonhosted.org/packages/79/57/b74a86d74f96b224a477316d418389af9738ba7a63c829477e7a86dd6f47
|
||||
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