From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 02/12] import: utils: Symbols from 'license->symbol' have a license: prefix. Date: Fri, 16 Sep 2016 00:03:38 -0500 Message-ID: <20160916000338.44cc4d03@openmailbox.org> References: <20160805183730.19049-2-david@craven.ch> <87k2f2ognn.fsf@elephly.net> <20160830140748.085c3492@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bklJd-0004fC-7M for guix-devel@gnu.org; Fri, 16 Sep 2016 01:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bklJY-0007fU-1T for guix-devel@gnu.org; Fri, 16 Sep 2016 01:03:56 -0400 Received: from smtp9.openmailbox.org ([62.4.1.43]:52573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bklJX-0007eR-OA for guix-devel@gnu.org; Fri, 16 Sep 2016 01:03:51 -0400 In-Reply-To: <20160830140748.085c3492@openmailbox.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" To: David Craven Cc: guix-devel On Tue, 30 Aug 2016 14:07:48 -0500 Eric Bavier wrote: > On Sat, 27 Aug 2016 10:31:44 +0200 > David Craven wrote: > > > > Is the purpose of this patch to make importers return licenses with this > > > prefix or is there another use case? > > > > Yes that's the intention. I was only thinking about the python > > importer, but this will affect all importers. > > > > I don't think this needs to happen. Whether or not the symbol in the > 'license' field of a package needs the 'license:' prefix depends on > the module where the package definition is placed. I'm not convinced > that globally applying the prefix is useful. I just wanted to point out that this will not work for any cpan modules that are destined for (gnu packages perl) if they don't use the Perl license. `~Eric