summaryrefslogtreecommitdiffstats
path: root/package/python-serial/python-serial.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-29 23:43:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 14:52:54 +0100
commit45a8926c2b2b6abb32bea486dfa4b397765da851 (patch)
treeaa262812da44b1a46ccfe1ed4f87c59ab4c84d2f /package/python-serial/python-serial.mk
parent762b819e6f4bf741a94dfe3d6b28a6deea99edd8 (diff)
downloadbuildroot-45a8926c2b2b6abb32bea486dfa4b397765da851.tar.gz
buildroot-45a8926c2b2b6abb32bea486dfa4b397765da851.zip
python-serial: bump to 3.0
Add hash file, switch to setuptools and change project's home page to GitHub. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-serial/python-serial.mk')
-rw-r--r--package/python-serial/python-serial.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
index b9b5931c22..ba871eade2 100644
--- a/package/python-serial/python-serial.mk
+++ b/package/python-serial/python-serial.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_SERIAL_VERSION = 2.6
+PYTHON_SERIAL_VERSION = 3.0
PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
PYTHON_SERIAL_SITE = http://pypi.python.org/packages/source/p/pyserial
PYTHON_SERIAL_LICENSE = Python Software Foundation License
PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
-PYTHON_SERIAL_SETUP_TYPE = distutils
+PYTHON_SERIAL_SETUP_TYPE = setuptools
$(eval $(python-package))
OpenPOWER on IntegriCloud