components/python/py/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    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 
       
    22 #
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
       
    25 
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		py
    28 COMPONENT_NAME=		py
    26 COMPONENT_VERSION=	1.4.15
    29 COMPONENT_VERSION=	1.4.26
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:656634e1846d568ed22c872b5e158a4d5eef174dd5b245186e78b94a0258c042
    33     sha256:28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/py/1.4.15
    35 COMPONENT_PROJECT_URL=	https://bitbucket.org/hpk42/py
    33 COMPONENT_BUGDB=	python-mod/py
    36 COMPONENT_BUGDB=	python-mod/py
    34 
    37 
    35 TPNO=			15677
    38 TPNO=			21729
    36 
    39 
    37 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    40 
    43 
    41 COMPONENT_TEST_DIR =    $(COMPONENT_SRC)/testing
    44 COMPONENT_TEST_DIR =	$(COMPONENT_SRC)/testing
    42 COMPONENT_TEST_CMD =    /usr/bin/py.test
    45 COMPONENT_TEST_CMD =	/usr/bin/py.test
    43 COMPONENT_TEST_ARGS =   test_iniconfig.py
    46 COMPONENT_TEST_ARGS =	test_iniconfig.py
    44 
    47 
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 
    49 
    47 # common targets
    50 # common targets
    48 build:		$(BUILD_NO_ARCH)
    51 build:		$(BUILD_NO_ARCH)
    49 
    52 
    50 install:	$(INSTALL_NO_ARCH)
    53 install:	$(INSTALL_NO_ARCH)
    51 
    54 
    52 # Tests require the pytest package to be installed.
    55 # Tests require the pytest package to be installed.
    53 test:		$(TEST_NO_ARCH)
    56 test:		$(TEST_NO_ARCH)
    54