Makefile revision 6780
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# CDDL HEADER START
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The contents of this file are subject to the terms of the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Common Development and Distribution License (the "License").
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# You may not use this file except in compliance with the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# or http://www.opensolaris.org/os/licensing.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See the License for the specific language governing permissions
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and limitations under the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# If applicable, add the following below this CDDL HEADER, with the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER END
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
79a32911c902685a8fafa06c4b9fd7f277994d93vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinclude ../../../make-rules/shared-macros.mk
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncCOMPONENT_NAME= django-pyscss
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsyncCOMPONENT_VERSION= 2.0.2
65ba0abe3ecfd47b318d49a3c37a9b48d1f6904evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_ARCHIVE_HASH= \
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync sha256:0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_PROJECT_URL= https://github.com/fusionbox/django-pyscss
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsyncCOMPONENT_BUGDB= python-mod/django-pyscss
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncTPNO= 29184
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync
58668e366c315f45ea3be7b3a43f79224858173avboxsync# Depends on pyscss which is not Python 3 ready.
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncPYTHON_VERSIONS = $(PYTHON2_VERSIONS)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinclude $(WS_MAKE_RULES)/prep.mk
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinclude $(WS_MAKE_RULES)/setup.py.mk
03aac79017ed994516d9547741b0e7aa9224c24cvboxsyncinclude $(WS_MAKE_RULES)/ips.mk
03aac79017ed994516d9547741b0e7aa9224c24cvboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# common targets
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsyncbuild: $(BUILD_NO_ARCH)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinstall: $(INSTALL_NO_ARCH)
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The tarball for this version does not ship unittests. See
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# https://github.com/fusionbox/django-pyscss/issues/30 for more
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# information.
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsynctest: $(NO_TESTS)
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncsystem-test: $(NO_TESTS)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync