From 54278f85f1b5631f7a90e0224abc419be8846c58 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 30 Jan 2015 00:19:26 +0100 Subject: python-coherence: new package [Peter: add missing select for zope-interface] Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/python-coherence/python-coherence.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/python-coherence/python-coherence.mk (limited to 'package/python-coherence/python-coherence.mk') diff --git a/package/python-coherence/python-coherence.mk b/package/python-coherence/python-coherence.mk new file mode 100644 index 0000000000..301885ba34 --- /dev/null +++ b/package/python-coherence/python-coherence.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# 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)) -- cgit v1.2.3