components/python/jsonrpclib/Makefile
changeset 1907 446472de62e9
parent 1890 5a4ef66c42bf
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    34 COMPONENT_ARCHIVE_HASH=	\
    34 COMPONENT_ARCHIVE_HASH=	\
    35     sha256:1480f0f189250d46552e29d2a6f04f5b92788ffd9b8f51d06fdaeee03aa2d8bb
    35     sha256:1480f0f189250d46552e29d2a6f04f5b92788ffd9b8f51d06fdaeee03aa2d8bb
    36 COMPONENT_ARCHIVE_URL=https://github.com/joshmarshall/jsonrpclib/tarball/$(COMPONENT_HASH)
    36 COMPONENT_ARCHIVE_URL=https://github.com/joshmarshall/jsonrpclib/tarball/$(COMPONENT_HASH)
    37 COMPONENT_BUGDB=	python-mod/jsonrpclib
    37 COMPONENT_BUGDB=	python-mod/jsonrpclib
    38 
    38 
       
    39 # This module builds with Python 3, but depends on simplejson.  The following
       
    40 # line can be removed when simplejson supports Python 3.
       
    41 PYTHON_VERSIONS=	2.7 2.6
       
    42 
    39 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    42 
    46 
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)