From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: Add python2-cheetah. Date: Wed, 11 Jan 2017 16:23:06 +0100 Message-ID: <20170111162306.06280943@scratchpost.org> References: <20170110000130.8036-1-dannym@scratchpost.org> <20170110195109.GA1272@jasmine> 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]:54940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRKk8-0007DJ-9S for guix-devel@gnu.org; Wed, 11 Jan 2017 10:23:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRKk3-0007BO-GM for guix-devel@gnu.org; Wed, 11 Jan 2017 10:23:16 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:49926) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRKk3-0007B0-9A for guix-devel@gnu.org; Wed, 11 Jan 2017 10:23:11 -0500 In-Reply-To: <20170110195109.GA1272@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" To: Leo Famulari Cc: guix-devel@gnu.org Hi Leo, On Tue, 10 Jan 2017 14:51:09 -0500 Leo Famulari wrote: > On Tue, Jan 10, 2017 at 01:01:30AM +0100, Danny Milosavljevic wrote: > > * gnu/packages/python.scm (python2-cheetah): New variable. > > Thanks! > > > + (arguments > > + `(#:python ,python-2)) > > Is only Python 2 supported? Unfortunately yes. See also https://pythonhosted.org/Cheetah/roadmap.html . > > > + (home-page "http://www.cheetahtemplate.org/") > > This site doesn't load for me. Huh. Strange, it doesn't for me either. Maybe we should better use https://pythonhosted.org/Cheetah/ .