Makefile revision 3996
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa#
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa# CDDL HEADER START
e200ddd4b78a4915a072095be2a2e6cac65ed333Eugen Kuksa#
ea52d601ca40479ec757808a8192d3d8e1ead565Eugen Kuksa# The contents of this file are subject to the terms of the
aaca6ecef6de30842e9afb0bfb04a648a84abf5cEugen Kuksa# Common Development and Distribution License (the "License").
0e8478c5b02edf94e0fa52153f46483493d0e11bEugen Kuksa# You may not use this file except in compliance with the License.
0e8478c5b02edf94e0fa52153f46483493d0e11bEugen Kuksa#
06520b65b66a843c9761e7ac0b0d149f3c3a8ac3Eugen Kuksa# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0e8478c5b02edf94e0fa52153f46483493d0e11bEugen Kuksa# or http://www.opensolaris.org/os/licensing.
0e8478c5b02edf94e0fa52153f46483493d0e11bEugen Kuksa# See the License for the specific language governing permissions
0e8478c5b02edf94e0fa52153f46483493d0e11bEugen Kuksa# and limitations under the License.
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa#
e200ddd4b78a4915a072095be2a2e6cac65ed333Eugen Kuksa# When distributing Covered Code, include this CDDL HEADER in each
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0c1ce11cc01e6a77757a1e732c5738ea1706a149Eugen Kuksa# If applicable, add the following below this CDDL HEADER, with the
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa# fields enclosed by brackets "[]" replaced with your own identifying
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa# information: Portions Copyright [yyyy] [name of copyright owner]
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa#
06520b65b66a843c9761e7ac0b0d149f3c3a8ac3Eugen Kuksa# CDDL HEADER END
06520b65b66a843c9761e7ac0b0d149f3c3a8ac3Eugen Kuksa#
06520b65b66a843c9761e7ac0b0d149f3c3a8ac3Eugen Kuksa
06520b65b66a843c9761e7ac0b0d149f3c3a8ac3Eugen Kuksa#
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
e200ddd4b78a4915a072095be2a2e6cac65ed333Eugen Kuksa#
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksainclude ../../../make-rules/shared-macros.mk
b4a0129f99341fb8b1f0d724e656d339c97e9db0Eugen Kuksa
COMPONENT_NAME= dnspython
COMPONENT_VERSION= 1.11.1
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
COMPONENT_ARCHIVE_HASH= \
sha256:fd0fc7a656679a6fd1f83d980fc05776c76e70d66f6ee2aab12a3558fa10a206
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= https://pypi.python.org/pypi/dnspython
COMPONENT_BUGDB= python-mod/dnspython
TPNO= 17630
# dnspython is not Python3 ready. dnspython3 should be used for
# Python3
PYTHON_VERSIONS= 2.7 2.6
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
COMPONENT_TEST_DIR= $(SOURCE_DIR)/tests
COMPONENT_TEST_CMD= $(GMAKE)
COMPONENT_TEST_ARGS=
COMPONENT_TEST_ENV= PYTHONPATH="../"
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
test: $(TEST_NO_ARCH)