components/python/setuptools/Makefile
changeset 5486 fc535b316139
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
5485:ff09ab50a80c 5486:fc535b316139
    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) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		setuptools
    25 COMPONENT_NAME=		setuptools
    26 COMPONENT_VERSION=	0.9.6
    26 COMPONENT_VERSION=	19.2
    27 IPS_COMPONENT_VERSION=	$(COMPONENT_VERSION)
    27 IPS_COMPONENT_VERSION=	$(COMPONENT_VERSION)
    28 
    28 
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:d3c46aff70a246c21b957a60dff39645f643999b9693dfabf04c0639c12fa399
    32     sha256:f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a
    33 COMPONENT_ARCHIVE_URL=	https://pypi.python.org/packages/source/s/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
       
    34 COMPONENT_PROJECT_URL=	https://bitbucket.org/pypa/setuptools
    34 COMPONENT_BUGDB=	python-mod/setuptools
    35 COMPONENT_BUGDB=	python-mod/setuptools
    35 
    36 
    36 TPNO=			17692
    37 TPNO=			26352
    37 
    38 
    38 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_MAKE_RULES)/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    41 
    42 
    44 # common targets
    45 # common targets
    45 build:		$(BUILD_NO_ARCH)
    46 build:		$(BUILD_NO_ARCH)
    46 
    47 
    47 install:	$(INSTALL_NO_ARCH)
    48 install:	$(INSTALL_NO_ARCH)
    48 
    49 
       
    50 # requires pytest >= 2.8, which has not been upgraded yet
    49 test:		$(NO_TESTS)
    51 test:		$(NO_TESTS)
    50 
    52 
    51 system-test:    $(NO_TESTS)
    53 system-test:    $(NO_TESTS)
    52 
    54