888N/A#
888N/A# CDDL HEADER START
888N/A#
888N/A# The contents of this file are subject to the terms of the
888N/A# Common Development and Distribution License (the "License").
888N/A# You may not use this file except in compliance with the License.
888N/A#
888N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
888N/A# or http://www.opensolaris.org/os/licensing.
888N/A# See the License for the specific language governing permissions
888N/A# and limitations under the License.
888N/A#
888N/A# When distributing Covered Code, include this CDDL HEADER in each
888N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
888N/A# If applicable, add the following below this CDDL HEADER, with the
888N/A# fields enclosed by brackets "[]" replaced with your own identifying
888N/A# information: Portions Copyright [yyyy] [name of copyright owner]
888N/A#
888N/A# CDDL HEADER END
888N/A#
3996N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
888N/A#
888N/Ainclude ../../../make-rules/shared-macros.mk
888N/A
888N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
888N/A
888N/ACOMPONENT_NAME= jsonrpclib
888N/ACOMPONENT_VERSION= 0.1.3
888N/ACOMPONENT_HASH= e3a3cde
888N/ACOMPONENT_PROJECT_URL= https://github.com/joshmarshall/jsonrpclib
888N/ACOMPONENT_SRC= joshmarshall-jsonrpclib-$(COMPONENT_HASH)
888N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
888N/ACOMPONENT_ARCHIVE_HASH= \
888N/A sha256:1480f0f189250d46552e29d2a6f04f5b92788ffd9b8f51d06fdaeee03aa2d8bb
888N/ACOMPONENT_ARCHIVE_URL=https://github.com/joshmarshall/jsonrpclib/tarball/$(COMPONENT_HASH)
1298N/ACOMPONENT_BUGDB= python-mod/jsonrpclib
888N/A
3661N/ATPNO= 8061
3661N/A
3778N/A# This module builds with Python 3, but depends on simplejson. The following
3778N/A# line can be removed when simplejson supports Python 3.
3778N/APYTHON_VERSIONS= 2.7 2.6
3778N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
888N/A
888N/A# common targets
1874N/Abuild: $(BUILD_NO_ARCH)
888N/A
1874N/Ainstall: $(INSTALL_NO_ARCH)
888N/A
888N/Atest: $(NO_TESTS)
888N/A
888N/A