Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8546663BC0E for ; Mon, 7 Jan 2013 20:26:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 64CFC14A2D1; Mon, 7 Jan 2013 20:26:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBBC414A2B7 for ; Mon, 7 Jan 2013 20:26:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7TE66KPB-IZS for ; Mon, 7 Jan 2013 20:26:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 45E2214A2B4 for ; Mon, 7 Jan 2013 20:26:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 355CE175DD; Mon, 7 Jan 2013 20:26:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 7 Jan 2013 20:26:50 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/www/py-flask-sqlalchemy To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20130107202650.355CE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: kleink Date: Mon Jan 7 20:26:50 UTC 2013 Added Files: pkgsrc/www/py-flask-sqlalchemy: DESCR Makefile PLIST distinfo Log Message: Import Flask-SQLAlchemy-0.16 as www/py-flask-sqlalchemy. Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It requires SQLAlchemy 0.6 or higher. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-flask-sqlalchemy/DESCR \ pkgsrc/www/py-flask-sqlalchemy/Makefile \ pkgsrc/www/py-flask-sqlalchemy/PLIST \ pkgsrc/www/py-flask-sqlalchemy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.