This version brings Python 3.x support, so we make the package available with Python 3.x. Also, iniparse now requires six, which has been detected thanks to the runtime tests. Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> [Thomas: drop depends on python || python3] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
518 B
Makefile
15 lines
518 B
Makefile
################################################################################
|
|
#
|
|
# python-iniparse
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_INIPARSE_VERSION = 0.5
|
|
PYTHON_INIPARSE_SOURCE = iniparse-$(PYTHON_INIPARSE_VERSION).tar.gz
|
|
PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
|
|
PYTHON_INIPARSE_LICENSE = Python-2.0, MIT
|
|
PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
|
|
PYTHON_INIPARSE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|