components/python/lesscpy/Makefile
changeset 1909 0f03fb0ff75c
parent 1907 446472de62e9
child 1948 2d1537e7942d
equal deleted inserted replaced
1908:702ae3973fcc 1909:0f03fb0ff75c
    30     sha256:fa01d435a1ab3abafba683519bdc7aca5e19399e96225e1a8bc1d660b566364d
    30     sha256:fa01d435a1ab3abafba683519bdc7aca5e19399e96225e1a8bc1d660b566364d
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	https://github.com/robotis/Lesscpy
    32 COMPONENT_PROJECT_URL=	https://github.com/robotis/Lesscpy
    33 COMPONENT_BUGDB=	python-mod/lesscpy
    33 COMPONENT_BUGDB=	python-mod/lesscpy
    34 
    34 
       
    35 # Depends on ply which is not Python 3 ready.
       
    36 PYTHON_VERSIONS=	2.7 2.6
       
    37 
    35 # convert the 'j' in COMPONENT_VERSION to 10
    38 # convert the 'j' in COMPONENT_VERSION to 10
    36 IPS_COMPONENT_VERSION = 0.9.10
    39 IPS_COMPONENT_VERSION = 0.9.10
    37 
    40 
    38 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk