components/python/cssutils/Makefile
changeset 1907 446472de62e9
parent 1434 c782e620dd26
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		cssutils
    28 COMPONENT_NAME=		cssutils
    29 COMPONENT_VERSION=	0.9.6
    29 COMPONENT_VERSION=	0.9.6
    30 COMPONENT_PROJECT_URL=	http://code.google.com/p/cssutils/
    30 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/cssutils/
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
    33 COMPONENT_ARCHIVE_HASH= \
    33 COMPONENT_ARCHIVE_HASH= \
    34     sha256:18f3cffb2ff413e0796d0c9192db3a56f18fe57524cc54edc57d20239614eb87
    34     sha256:18f3cffb2ff413e0796d0c9192db3a56f18fe57524cc54edc57d20239614eb87
    35 COMPONENT_ARCHIVE_URL=	http://cssutils.googlecode.com/files/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	https://pypi.python.org/packages/source/c/cssutils/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	python-mod/cssutils
    36 COMPONENT_BUGDB=	python-mod/cssutils
       
    37 
       
    38 # This module is not Python 3 ready: syntax issues.
       
    39 PYTHON_VERSIONS = 2.7 2.6
    37 
    40 
    38 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    41 
    44