From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant. Date: Tue, 15 Mar 2016 11:53:33 +0300 Message-ID: <87h9g82kc2.fsf@gmail.com> References: <2b02c8822902a099fe7daf291684090eff6a6ed5.1457998381.git.leo@famulari.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afkj9-0002Hv-Hu for guix-devel@gnu.org; Tue, 15 Mar 2016 04:53:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afkj5-0004s9-H5 for guix-devel@gnu.org; Tue, 15 Mar 2016 04:53:19 -0400 Received: from mail-lb0-x241.google.com ([2a00:1450:4010:c04::241]:32995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afkj5-0004re-9G for guix-devel@gnu.org; Tue, 15 Mar 2016 04:53:15 -0400 Received: by mail-lb0-x241.google.com with SMTP id bc4so1048964lbc.0 for ; Tue, 15 Mar 2016 01:53:15 -0700 (PDT) In-Reply-To: <2b02c8822902a099fe7daf291684090eff6a6ed5.1457998381.git.leo@famulari.name> (Leo Famulari's message of "Mon, 14 Mar 2016 19:34:24 -0400") 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@gnu.org Leo Famulari (2016-03-15 02:34 +0300) wrote: [...] > (define-public python2-llfuse > - (package-with-python2 python-llfuse)) > + (package (inherit (package-with-python2 > + (strip-python2-variant python-llfuse))) > + (propagated-inputs `(("python2-contextlib2" ,python2-contextlib2))))) > + > +;; For attic@0.16 > +(define-public python-llfuse@0.41 All our package variables use '-' to separate name and version. I think this is good choice and we shouldn't use '@' in variable names. -- Alex