From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 19:42:38 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B14106566B; Tue, 12 Oct 2010 19:42:38 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 21F3F8FC12; Tue, 12 Oct 2010 19:42:37 +0000 (UTC) Received: by qyk9 with SMTP id 9so1125441qyk.13 for ; Tue, 12 Oct 2010 12:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DyYgXHRGlhIh15L5NsazjYboZu8iWBArMIZpuT/00qU=; b=YWYlfDZYovhrVgLlfGz6rUumdYQ5Sffpg7C9t7o7cE3FOI3NuuETdr4w3vBEF3/YuO SRg4+HsmsrMcDlbRNKzQbajj+L0eMOv7EZwGVrJgU5F5pEPD+KlrlxA2YNMwYExVaAkt 9CAbPOlDLaEj5PYL6DCWzcZzVupOBkhPAfc10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=FiOTCxkLZHeeXkCO4nBaEH+KfM1WT50f7OPYZBRgYtFibC7lrey6DARPO4kYVuIsaH CD3Wz4lv/MgUVICSGWr0CxA8Nc0LcFDWHN4XqpMUe8q6W4ZYkhIVaup46Sunxewlo3Ht S91qaxYG7mD4txp9sN/ZnhRLTULNfR34ORuKs= MIME-Version: 1.0 Received: by 10.224.89.11 with SMTP id c11mr1948307qam.25.1286911184123; Tue, 12 Oct 2010 12:19:44 -0700 (PDT) Received: by 10.229.71.160 with HTTP; Tue, 12 Oct 2010 12:19:44 -0700 (PDT) In-Reply-To: <201010112057.o9BKvbQ5054452@freefall.freebsd.org> References: <201010112057.o9BKvbQ5054452@freefall.freebsd.org> Date: Tue, 12 Oct 2010 21:19:44 +0200 Message-ID: From: Olivier Duchateau To: pgollucci@freebsd.org, nivit@freebsd.org, Li-Wen Hsu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: ports/150930: [UPDATE] databases/py-sqlalchemy to 0.6.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2010 19:42:38 -0000 Hi, I don't understand why to keep 'py-pysqlite23' for SQLite options, whereas this port is not up to date. On the Python Package Index (pypi) the last one is 2.6.0 [1]. Unfortunately, it does not compile with SQLite's version presents on the ports tree. It depends on 'sqlite-amalgamation' (see SQLite3 site). That's why I add the sqlite3 module, which is presents in standard library of Python. This =AB driver =BB is of course supported by SQLAlchemy [2]. Regards [1] http://pypi.python.org/pypi/pysqlite/2.6.0 [2] http://www.sqlalchemy.org/docs/core/engines.html#supported-databases 2010/10/11 : > Synopsis: [UPDATE] databases/py-sqlalchemy to 0.6.4 > > State-Changed-From-To: open->closed > State-Changed-By: pgollucci > State-Changed-When: Mon Oct 11 20:57:36 UTC 2010 > State-Changed-Why: > duplicate of ports/150845 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D150930 > --=20 olivier