From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add python-cheetah. Date: Thu, 18 Aug 2016 16:51:14 -0400 Message-ID: <20160818205114.GF2393@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baUHk-0000Pp-FF for guix-devel@gnu.org; Thu, 18 Aug 2016 16:51:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baUHc-0007OP-PW for guix-devel@gnu.org; Thu, 18 Aug 2016 16:51:31 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baUHb-0007JN-Jo for guix-devel@gnu.org; Thu, 18 Aug 2016 16:51:24 -0400 Content-Disposition: inline In-Reply-To: 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: Manolis Ragkousis Cc: guix-devel On Tue, Aug 16, 2016 at 02:15:25PM +0300, Manolis Ragkousis wrote: > This patch adds python2-cheetah. Does this python2-cheetah work as expected? Needing to make changes to the Python 2 version of a package is the reason we introduced the python2-variant system. > +(define-public python2-cheetah > + (let ((base (package-with-python2 python-cheetah))) > + (package > + (inherit base) > + (name "python2-cheetah") > + (native-inputs > + `(("python2-setuptools" ,python2-setuptools) > + ("python2-markdown" ,python2-markdown) > + ,@(package-native-inputs base)))))) > -- > 2.9.2 >