components/python/django-pyscss/Makefile
changeset 6782 73e2e96386ad
parent 4984 7145b15b7f0d
child 7687 1093e2a9adbd
equal deleted inserted replaced
6781:0692a9a0923c 6782:73e2e96386ad
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2016, 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=		django-pyscss
    28 COMPONENT_NAME=		django-pyscss
    29 COMPONENT_VERSION=	1.0.6
    29 COMPONENT_VERSION=	2.0.2
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:4575e65fa1a28529211ba22d7009e62d4f25a4ab2e7d7de14abea2e5b1c9f8f6
    33     sha256:0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://github.com/fusionbox/django-pyscss
    35 COMPONENT_PROJECT_URL=	https://github.com/fusionbox/django-pyscss
    36 COMPONENT_BUGDB=	python-mod/django-pyscss
    36 COMPONENT_BUGDB=	python-mod/django-pyscss
    37 
    37 
    38 TPNO=			20370
    38 TPNO=			29184
    39 
    39 
    40 # Depends on django which is not Python 3 ready.
    40 # Depends on pyscss which is not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS =	$(PYTHON2_VERSIONS)
    42 
    42 
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    54 # The tarball for this version does not ship unittests.  See
    54 # The tarball for this version does not ship unittests.  See
    55 # https://github.com/fusionbox/django-pyscss/issues/30 for more
    55 # https://github.com/fusionbox/django-pyscss/issues/30 for more
    56 # information.
    56 # information.
    57 test:		$(NO_TESTS)
    57 test:		$(NO_TESTS)
    58 
    58 
    59 system-test:    $(NO_TESTS)
    59 system-test:	$(NO_TESTS)