Makefile revision 6833
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER START
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
441d80aa4f613b6298fc8bd3151f4be02dbf84fclling# Common Development and Distribution License (the "License").
441d80aa4f613b6298fc8bd3151f4be02dbf84fclling# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER END
1df56ada43861dec046a93e1643fec1c4e7b2ed5Martin Matuska# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
fa9e4066f08beec538e775443c5be79dd423fcabahrens sha256:f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003
fa9e4066f08beec538e775443c5be79dd423fcabahrensCOMPONENT_PROJECT_URL= https://github.com/stackforge/sqlalchemy-migrate
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Syntax issues: not Python 3 ready.
fa9e4066f08beec538e775443c5be79dd423fcabahrens $(MV) -f migrate-repository migrate-repository-$(PYTHON_VERSION))
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks# common targets
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Tests require:
fa9e4066f08beec538e775443c5be79dd423fcabahrens# SQLAlchemy, Tempita and unittest2
fa9e4066f08beec538e775443c5be79dd423fcabahrens# which haven't been integrated yet.