kumquat-buildroot/package/python-coherence/python-coherence.mk
Yegor Yefremov 54278f85f1 python-coherence: new package
[Peter: add missing select for zope-interface]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-01-31 23:14:34 +01:00

15 lines
548 B
Makefile

################################################################################
#
# 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))