diff options
author | James Hilliard <james.hilliard1@gmail.com> | 2018-10-22 17:16:51 +0800 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-23 16:35:44 +0200 |
commit | 231f5403b76374d18fe14fb8e002fbe9784259a1 (patch) | |
tree | fac6f9702a58b58b257a31290eb6c486f4ade24b /package/python-serial-asyncio/python-serial-asyncio.mk | |
parent | b7cc0e9f4630dc795840b523f33d27a455e7a0cb (diff) | |
download | buildroot-231f5403b76374d18fe14fb8e002fbe9784259a1.tar.gz buildroot-231f5403b76374d18fe14fb8e002fbe9784259a1.zip |
python-serial-asyncio: new package
asyncio extension package for pyserial
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-serial-asyncio/python-serial-asyncio.mk')
-rw-r--r-- | package/python-serial-asyncio/python-serial-asyncio.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-serial-asyncio/python-serial-asyncio.mk b/package/python-serial-asyncio/python-serial-asyncio.mk new file mode 100644 index 0000000000..39c3476d9e --- /dev/null +++ b/package/python-serial-asyncio/python-serial-asyncio.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-serial-asyncio +# +################################################################################ + +PYTHON_SERIAL_ASYNCIO_VERSION = 0.4 +PYTHON_SERIAL_ASYNCIO_SOURCE = pyserial-asyncio-$(PYTHON_SERIAL_ASYNCIO_VERSION).tar.gz +PYTHON_SERIAL_ASYNCIO_SITE = https://files.pythonhosted.org/packages/41/3f/e26f71269cbc0890a527a736d9afc5c0d5838a2c188be680558d635b7dc2 +PYTHON_SERIAL_ASYNCIO_LICENSE = BSD-3-Clause +PYTHON_SERIAL_ASYNCIO_LICENSE_FILES = LICENSE.txt +PYTHON_SERIAL_ASYNCIO_SETUP_TYPE = setuptools + +$(eval $(python-package)) |