From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 09/11] gnu: Add oslo.cache. Date: Thu, 23 Jul 2015 00:14:39 +0200 Message-ID: <55B015CF.7010703@gmail.com> References: <1437003151-23838-1-git-send-email-tipecaml@gmail.com> <1437003151-23838-10-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI2Ho-0001YX-7U for guix-devel@gnu.org; Wed, 22 Jul 2015 18:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI2Hi-0006bR-Na for guix-devel@gnu.org; Wed, 22 Jul 2015 18:14:48 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:35656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI2Hi-0006aq-GE for guix-devel@gnu.org; Wed, 22 Jul 2015 18:14:42 -0400 Received: by wibxm9 with SMTP id xm9so182807045wib.0 for ; Wed, 22 Jul 2015 15:14:42 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id lz10sm4391575wjb.48.2015.07.22.15.14.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jul 2015 15:14:41 -0700 (PDT) In-Reply-To: <1437003151-23838-10-git-send-email-tipecaml@gmail.com> 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: guix-devel On 07/16/2015 01:32 AM, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-markupsafe python-mako python-dogpile.cache > python-dogpile.core python-memcached python2-markupsafe python2-mako > python2-dogpile.cache python2-dogpile.core python2-memcached): New variables. > * gnu/packages/openstack.scm (python-oslo.cache, python2-olso.cache): New > variables. > --- > gnu/packages/openstack.scm | 43 ++++++++++++ > gnu/packages/python.scm | 166 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 209 insertions(+) OK, let's drop this patch. To package oslo.cache properly, I'd also need to package pymongo, and probably mongodb. I'll do this later if I really need oslo.cache. Cyril.