Makefile revision 2058
0d72955a51d8dbff9564b0983239561cff4bff56Tim Reddehase#
27caf7f48edaed40a295eaeefbfdeaf9ced10ff9Christian Clausen# CDDL HEADER START
27caf7f48edaed40a295eaeefbfdeaf9ced10ff9Christian Clausen#
4e91a7a04053ace25f8a60fd6e777fd620948176Christian Clausen# The contents of this file are subject to the terms of the
6f91bdc1c03bee33882518bd6b5f072968562061Sascha Graef# Common Development and Distribution License (the "License").
9207b76195d960634cc7bf91a1c9331632fedf29Christian Clausen# You may not use this file except in compliance with the License.
4e91a7a04053ace25f8a60fd6e777fd620948176Christian Clausen#
6f91bdc1c03bee33882518bd6b5f072968562061Sascha Graef# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6f91bdc1c03bee33882518bd6b5f072968562061Sascha Graef# or http://www.opensolaris.org/os/licensing.
4e91a7a04053ace25f8a60fd6e777fd620948176Christian Clausen# See the License for the specific language governing permissions
4e91a7a04053ace25f8a60fd6e777fd620948176Christian Clausen# and limitations under the License.
4e91a7a04053ace25f8a60fd6e777fd620948176Christian Clausen#
9207b76195d960634cc7bf91a1c9331632fedf29Christian Clausen# When distributing Covered Code, include this CDDL HEADER in each
4e91a7a04053ace25f8a60fd6e777fd620948176Christian Clausen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
27caf7f48edaed40a295eaeefbfdeaf9ced10ff9Christian Clausen# If applicable, add the following below this CDDL HEADER, with the
39c4771c707df2e99dd89378a82b21682deb90f5Tim Reddehase# fields enclosed by brackets "[]" replaced with your own identifying
39c4771c707df2e99dd89378a82b21682deb90f5Tim Reddehase# information: Portions Copyright [yyyy] [name of copyright owner]
0d72955a51d8dbff9564b0983239561cff4bff56Tim Reddehase#
39c4771c707df2e99dd89378a82b21682deb90f5Tim Reddehase# CDDL HEADER END
0d72955a51d8dbff9564b0983239561cff4bff56Tim Reddehase#
76e1d31005569988e6b629f10350fac7c10d181aTim Reddehase# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
76e1d31005569988e6b629f10350fac7c10d181aTim Reddehase#
76e1d31005569988e6b629f10350fac7c10d181aTim Reddehaseinclude ../../../make-rules/shared-macros.mk
0d72955a51d8dbff9564b0983239561cff4bff56Tim Reddehase
0d72955a51d8dbff9564b0983239561cff4bff56Tim ReddehaseCOMPONENT_NAME= Routes
0d72955a51d8dbff9564b0983239561cff4bff56Tim ReddehaseCOMPONENT_VERSION= 1.13
9207b76195d960634cc7bf91a1c9331632fedf29Christian ClausenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3af118695056ef1eba8d1980768c64631744a198Tim ReddehaseCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= http://routes.groovie.org/
COMPONENT_BUGDB= python-mod/routes
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/setup.py.mk
include $(WS_TOP)/make-rules/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
# Tests require:
# repoze.lru, paste, webtest, ordereddict, beautifulsoup4,
# waitress, WebOb, six
# which haven't been integrated yet.
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk