mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-serial-asyncio/python-serial-asyncio.mk
Normal file
14
package/python-serial-asyncio/python-serial-asyncio.mk
Normal file
@@ -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))
|
Reference in New Issue
Block a user