Commit 54278f85 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

python-coherence: new package



[Peter: add missing select for zope-interface]
Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 7010c184
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -490,6 +490,7 @@ menu "external python modules"
	source "package/python-certifi/Config.in"
	source "package/python-cffi/Config.in"
	source "package/python-cheetah/Config.in"
	source "package/python-coherence/Config.in"
	source "package/python-configobj/Config.in"
	source "package/python-configshell-fb/Config.in"
	source "package/python-crc16/Config.in"
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_COHERENCE
	bool "python-coherence"
	depends on BR2_PACKAGE_PYTHON
	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/
+2 −0
Original line number Diff line number Diff line
# Locally computed:
sha256  fd5a2db9661994a57232ace4a90d259b6554c43b8bf5bfbf8ec2518c03627922  python-coherence-0.6.6.2.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# python-coherence
#
################################################################################

PYTHON_COHERENCE_VERSION = 0.6.6.2
PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION))
PYTHON_COHERENCE_SETUP_TYPE = setuptools
PYTHON_COHERENCE_LICENSE = MIT
PYTHON_COHERENCE_LICENSE_FILES = LICENSE
PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn

$(eval $(python-package))