87af250c0e
Make the host variant of python-iniparse as host-crudini dependency. Note: usually, we would not have needed to add a Config.in.host, because it is jsut a library, but since there is an Config.in.host for python-six, we need to select it, so we need an host entry. Signed-off-by: Konstantin Menyaev <KAMenyaev@sberdevices.ru> Reviewed-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: - add the note - reorder alphabetically ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
549 B
Makefile
16 lines
549 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))
|
|
$(eval $(host-python-package))
|