From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Add and use sqlite-legacy-for-python Date: Sat, 13 Feb 2016 08:59:55 +0100 Message-ID: <20160213075955.GA4397@debian> References: <20160208164641.GA28440@thebird.nl> <87ziv9poua.fsf@gnu.org> <87h9hd8o2k.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUV7b-0004M2-Vy for guix-devel@gnu.org; Sat, 13 Feb 2016 03:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUV7Y-00038t-Qj for guix-devel@gnu.org; Sat, 13 Feb 2016 03:00:03 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:11737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUV7Y-00038o-Cw for guix-devel@gnu.org; Sat, 13 Feb 2016 03:00:00 -0500 Content-Disposition: inline In-Reply-To: <87h9hd8o2k.fsf@dustycloud.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Christopher Allan Webber Cc: guix-devel@gnu.org Hello, On Fri, Feb 12, 2016 at 04:13:52PM -0800, Christopher Allan Webber wrote: > +(define-public sqlite-legacy-for-python > + (version "3.8.11.1") in line with other cases where we package several versions, I would simply call this sqlite-3.8. Maybe it could be a simple "define" instead of "define-public", assuming it would effectively be used only as in input inside the python module? (Then it would need to be placed in the same module, of course.) Andreas