diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-01-30 00:19:26 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-31 23:14:34 +0100 |
commit | 54278f85f1b5631f7a90e0224abc419be8846c58 (patch) | |
tree | 593334d07b1538d0fb0382751d50b6579508dc0a /package/python-coherence/python-coherence.mk | |
parent | 7010c18443f7fec968d0f8c7388dc447fb59635b (diff) | |
download | buildroot-54278f85f1b5631f7a90e0224abc419be8846c58.tar.gz buildroot-54278f85f1b5631f7a90e0224abc419be8846c58.zip |
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>
Diffstat (limited to 'package/python-coherence/python-coherence.mk')
-rw-r--r-- | package/python-coherence/python-coherence.mk | 14 |
1 files changed, 14 insertions, 0 deletions
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)) |