Add buildroot 2018-02
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
From 3cf8d89cbb44b5c7a0693d0b5d665e68acc3927c Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Klausner <wiz@NetBSD.org>
|
||||
Date: Tue, 10 May 2016 00:14:33 +0200
|
||||
Subject: [PATCH] Fix twisted detection.
|
||||
|
||||
Addresses https://github.com/coherence-project/Coherence/issues/25
|
||||
|
||||
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
|
||||
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
|
||||
---
|
||||
coherence/__init__.py | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/coherence/__init__.py b/coherence/__init__.py
|
||||
index 2e4e8f1..4c4d73d 100644
|
||||
--- a/coherence/__init__.py
|
||||
+++ b/coherence/__init__.py
|
||||
@@ -24,8 +24,6 @@ try:
|
||||
if twisted_version < Version("twisted", 2, 5, 0):
|
||||
raise ImportError("Twisted >= 2.5 is required. Please install it.")
|
||||
|
||||
- if twisted_web_version < Version("twisted.web", 2, 5, 0):
|
||||
- raise ImportError("Twisted.Web >= 2.5 is required. Please install it")
|
||||
except ImportError, exc:
|
||||
# log error to stderr, might be useful for debugging purpose
|
||||
for arg in exc.args:
|
||||
--
|
||||
2.8.1
|
||||
|
||||
15
buildroot/package/python-coherence/Config.in
Normal file
15
buildroot/package/python-coherence/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PYTHON_COHERENCE
|
||||
bool "python-coherence"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
|
||||
select BR2_PACKAGE_PYTHON_TWISTED
|
||||
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
||||
select BR2_PACKAGE_PYTHON_PYASN
|
||||
help
|
||||
A DLNA/UPnP Media Server and Framework for the Digital Living.
|
||||
|
||||
http://coherence-project.org/
|
||||
|
||||
comment "python-coherence needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
2
buildroot/package/python-coherence/python-coherence.hash
Normal file
2
buildroot/package/python-coherence/python-coherence.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 97c8b700b3fe73d48eacb259008f410d6567e5d7d1b8e96386f8cc2422135ca5 python-coherence-b7856985fd496689ca1f9024925ae737297c00d1.tar.gz
|
||||
13
buildroot/package/python-coherence/python-coherence.mk
Normal file
13
buildroot/package/python-coherence/python-coherence.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-coherence
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_COHERENCE_VERSION = b7856985fd496689ca1f9024925ae737297c00d1
|
||||
PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,$(PYTHON_COHERENCE_VERSION))
|
||||
PYTHON_COHERENCE_SETUP_TYPE = setuptools
|
||||
PYTHON_COHERENCE_LICENSE = MIT
|
||||
PYTHON_COHERENCE_LICENSE_FILES = LICENCE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user