python-cryptodomex: Update to 3.18.0, refresh patches
[feed/packages.git] / lang / python / python-pyserial / Makefile
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=python-pyserial
11 PKG_VERSION:=3.4
12 PKG_RELEASE:=2
13
14 PYPI_NAME:=pyserial
15 PKG_HASH:=6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627
16
17 PKG_LICENSE:=BSD
18 PKG_MAINTAINER:=Micke Prag <micke.prag@telldus.se>
19
20 include ../pypi.mk
21 include $(INCLUDE_DIR)/package.mk
22 include ../python3-package.mk
23
24 define Package/python3-pyserial
25 SECTION:=lang-python
26 CATEGORY:=Languages
27 SUBMENU:=Python
28 TITLE:=python3-pyserial
29 URL:=https://github.com/pyserial/pyserial
30 DEPENDS:=+python3-light
31 endef
32
33 define Package/python3-pyserial/description
34 This module encapsulates the access for the serial port. It provides backends
35 for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant
36 system) and IronPython. The module named "serial" automatically selects the
37 appropriate backend.
38 endef
39
40 $(eval $(call Py3Package,python3-pyserial))
41 $(eval $(call BuildPackage,python3-pyserial))
42 $(eval $(call BuildPackage,python3-pyserial-src))