components/python/netaddr/Makefile
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 19 Mar 2015 20:44:31 -0700
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3778 35735ffdda43
child 4072 db0cec748ec0
permissions -rw-r--r--
15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2704
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2704
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
include ../../../make-rules/shared-macros.mk
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
COMPONENT_NAME=		netaddr
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
COMPONENT_VERSION=	0.7.10
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_ARCHIVE_HASH=	\
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
    sha256:9b79763141a855079b0589717696a4ccb5c56c0b807b6e584bfe12333399e0b7
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=  http://github.com/drkjam/netaddr/
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://github.com/downloads/drkjam/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_BUGDB=	python-mod/netaddr
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2704
diff changeset
    35
TPNO=			13141
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2704
diff changeset
    36
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    37
# This module depends on iPython and cannot support Python 3 until iPython
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    38
# is also migrated.
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    39
#
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    40
PYTHON_VERSIONS = 2.7 2.6
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    42
include $(WS_MAKE_RULES)/prep.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    43
include $(WS_MAKE_RULES)/setup.py.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    44
include $(WS_MAKE_RULES)/ips.mk
2704
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
COMPONENT_POST_INSTALL_ACTION = \
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
# common targets
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
build:		$(BUILD_NO_ARCH)
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
install:	$(INSTALL_NO_ARCH)
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
COMPONENT_TEST_DIR=	$(@D)/lib/netaddr
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    55
COMPONENT_TEST_ARGS=	tests/__init__.py
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    56
COMPONENT_PRE_TEST_ACTION= \
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    57
	( cd $(COMPONENT_TEST_DIR)/tests ; \
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    58
	  ln -s $(SOURCE_DIR)/netaddr/tests/2.x ; \
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
	  ln -s $(SOURCE_DIR)/netaddr/tests/3.x )
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
test:		$(TEST_NO_ARCH)
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    62
96a400628f41 15798522 SUNBT7177417 Add python netaddr to Solaris
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    63
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    64
REQUIRED_PACKAGES += library/python/ipython-26
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    65
REQUIRED_PACKAGES += library/python/ipython-27