mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 10:02:13 +00:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
762b819e6f
commit
45a8926c2b
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user