buildroot/package/python-remi/python-remi.mk
Gwenhael e1bf6b244f package/python-remi: bump version to 2019.9
* Release after 1.2.2 uses date instead of version, so suppress v character
appended before version

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-10-24 23:23:44 +02:00

14 lines
418 B
Makefile

################################################################################
#
# python-remi
#
################################################################################
PYTHON_REMI_VERSION = 2019.9
PYTHON_REMI_SITE = $(call github,dddomodossola,remi,$(PYTHON_REMI_VERSION))
PYTHON_REMI_LICENSE = Apache-2.0
PYTHON_REMI_LICENSE_FILES = LICENSE
PYTHON_REMI_SETUP_TYPE = setuptools
$(eval $(python-package))