components/python/jsonrpclib/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    35 COMPONENT_ARCHIVE_URL=https://github.com/joshmarshall/jsonrpclib/tarball/$(COMPONENT_HASH)
    35 COMPONENT_ARCHIVE_URL=https://github.com/joshmarshall/jsonrpclib/tarball/$(COMPONENT_HASH)
    36 COMPONENT_BUGDB=	python-mod/jsonrpclib
    36 COMPONENT_BUGDB=	python-mod/jsonrpclib
    37 
    37 
    38 TPNO=			8061
    38 TPNO=			8061
    39 
    39 
       
    40 # This module builds with Python 3, but depends on simplejson.  The following
       
    41 # line can be removed when simplejson supports Python 3.
       
    42 PYTHON_VERSIONS=	2.7 2.6
       
    43 
    40 include $(WS_TOP)/make-rules/prep.mk
    44 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    45 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    46 include $(WS_TOP)/make-rules/ips.mk
    43 
    47 
    44 # common targets
    48 # common targets