components/python/netifaces/Makefile
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 2946 74c77317f502
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    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) 2014, Oracle and/or its affiliates. All rights reserved.
    21 
    22 #
    22 #
       
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		netifaces
    28 COMPONENT_NAME=		netifaces
    26 COMPONENT_VERSION=	0.8
    29 COMPONENT_VERSION=	0.10.4
    27 COMPONENT_PROJECT_URL=	http://alastairs-place.net/projects/netifaces/
       
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    31 	sha256:53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec
    33     sha256:9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde
    32 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
       
    35 COMPONENT_PROJECT_URL=	https://bitbucket.org/al45tair/netifaces
    33 COMPONENT_BUGDB=	python-mod/netifaces
    36 COMPONENT_BUGDB=	python-mod/netifaces
    34 
    37 
    35 include $(WS_TOP)/make-rules/prep.mk
    38 TPNO=			21725
    36 include $(WS_TOP)/make-rules/setup.py.mk
    39 
    37 include $(WS_TOP)/make-rules/ips.mk
    40 include $(WS_MAKE_RULES)/prep.mk
       
    41 include $(WS_MAKE_RULES)/setup.py.mk
       
    42 include $(WS_MAKE_RULES)/ips.mk
    38 
    43 
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 
    45 
    41 COMPONENT_BUILD_ENV += CC_BITS="$(CC_BITS)"
    46 COMPONENT_BUILD_ENV += CC_BITS="$(CC_BITS)"
    42 
    47