components/python/pyrabbit/Makefile
changeset 1907 446472de62e9
parent 1484 01108fd9c6ef
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		pyrabbit
    25 COMPONENT_NAME=		pyrabbit
    26 COMPONENT_VERSION=	1.0.1
    26 COMPONENT_VERSION=	1.0.1
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:7bc2b89fb332f62f4aaa891b1a4c8bfa38b32d154d44403afc83f00755528bdc
    30     sha256:7bc2b89fb332f62f4aaa891b1a4c8bfa38b32d154d44403afc83f00755528bdc
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	https://github.com/bkjones/pyrabbit
    32 COMPONENT_PROJECT_URL=	https://github.com/bkjones/pyrabbit
    33 COMPONENT_BUGDB=	python-mod/pyrabbit
    33 COMPONENT_BUGDB=	python-mod/pyrabbit
       
    34 
       
    35 # pyrabbit itself is Python 3 ready: builds & publishes cleanly.  But it
       
    36 # depends on httplib2 which has its own dependency issues (see its Makefile
       
    37 # for details).  So don't build for Python 3 until dependencies resolved.
       
    38 PYTHON_VERSIONS=	2.7 2.6
    34 
    39 
    35 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    38 
    43