diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-02-08 21:56:08 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 00:05:15 +0200 |
| commit | f3383b0eabab16865c630710f71d318bcc9e9f38 (patch) | |
| tree | 6a99517ded3952805f0014ec11ce98c17f8799ae /package/python-ws4py/python-ws4py.mk | |
| parent | 1d1919ab4a33c5248ee7d169732d28a34e9974c9 (diff) | |
| download | buildroot-f3383b0eabab16865c630710f71d318bcc9e9f38.tar.gz buildroot-f3383b0eabab16865c630710f71d318bcc9e9f38.zip | |
python-ws4py: new package
[Thomas: fix <pkg>_LICENSE_FILES, since there is no file named
'LICENSE' in the tarball.]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ws4py/python-ws4py.mk')
| -rw-r--r-- | package/python-ws4py/python-ws4py.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-ws4py/python-ws4py.mk b/package/python-ws4py/python-ws4py.mk new file mode 100644 index 0000000000..f332d15078 --- /dev/null +++ b/package/python-ws4py/python-ws4py.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-ws4py +# +################################################################################ + +PYTHON_WS4PY_VERSION = 0.3.4 +PYTHON_WS4PY_SOURCE = ws4py-$(PYTHON_WS4PY_VERSION).tar.gz +PYTHON_WS4PY_SITE = https://pypi.python.org/packages/source/w/ws4py +PYTHON_WS4PY_SETUP_TYPE = setuptools +PYTHON_WS4PY_LICENSE = BSD-3c +PYTHON_WS4PY_LICENSE_FILES = ws4py/__init__.py + +$(eval $(python-package)) |

