From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] gnu: Add python-mako. Date: Wed, 17 Feb 2016 21:06:53 -0500 Message-ID: References: <20160218014933.GA28610@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWDzf-0001uX-Mz for guix-devel@gnu.org; Wed, 17 Feb 2016 21:07:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWDzZ-0007s8-Vk for guix-devel@gnu.org; Wed, 17 Feb 2016 21:06:59 -0500 Received: from mail-yk0-x22a.google.com ([2607:f8b0:4002:c07::22a]:34208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWDzZ-0007rw-SA for guix-devel@gnu.org; Wed, 17 Feb 2016 21:06:53 -0500 Received: by mail-yk0-x22a.google.com with SMTP id u9so15181266ykd.1 for ; Wed, 17 Feb 2016 18:06:53 -0800 (PST) In-Reply-To: <20160218014933.GA28610@jasmine> 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: Leo Famulari Cc: guix-devel On Wed, Feb 17, 2016 at 8:49 PM, Leo Famulari wrote: > On Wed, Feb 17, 2016 at 08:05:58PM -0500, Thompson, David wrote: >> The Mako Python library is a dependency for an upcoming release of >> Mesa that features Vulkan support. First time using the new >> python2-variant stuff so let me know if I screwed anything up! >> >> - Dave > >> From 385b618a688668feceb4855e628752506cd737ef Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 17 Feb 2016 20:03:54 -0500 >> Subject: [PATCH] gnu: Add python-mako. >> >> * gnu/packages/python.scm (python-mako, python2-mako): New variables. > > [...] > >> +(define-public python2-mako >> + (package >> + (inherit (package-with-python2 >> + (strip-python2-variant python-mako))) >> + (inputs `(("python2-setuptools" ,python2-setuptools))))) > > Wouldn't setuptools be a native-input? If so, there is an example in > python2-wheel. I don't know if that is the *best* example, but it seems > to work. Yeah, this is a typo. Good catch. I will push with this change. Thanks! - Dave