From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: [PATCH 0/6] Updated: Some new python packages Date: Thu, 21 Apr 2016 21:19:47 +0200 Message-ID: <1461266395-2731-1-git-send-email-h.goebel@crazy-compilers.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atK8y-0003eY-GN for guix-devel@gnu.org; Thu, 21 Apr 2016 15:20:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atK8t-0006Rg-Fy for guix-devel@gnu.org; Thu, 21 Apr 2016 15:20:04 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:54816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atK8t-0006RW-9p for guix-devel@gnu.org; Thu, 21 Apr 2016 15:19:59 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3qrT8t0f3Kz3hjGP for ; Thu, 21 Apr 2016 21:19:58 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3qrT8t091jzvkFH for ; Thu, 21 Apr 2016 21:19:58 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id 93JPacRTh5g2 for ; Thu, 21 Apr 2016 21:19:57 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-141-229.dynamic.mnet-online.de [188.174.141.229]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 21 Apr 2016 21:19:57 +0200 (CEST) Received: from thisbe.goebel-consult.de (unknown [192.168.110.30]) by hermia.goebel-consult.de (Postfix) with ESMTP id C63776005B for ; Thu, 21 Apr 2016 21:19:56 +0200 (CEST) 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: guix-devel@gnu.org Enclosed please find updated patches adding nwe Python packages for both Python 3 and Python 2. These are needed for run the django test-suite (more to come). Changes to the first version of the patches: tblib: Add comment about why overwriting "check" tblib: setuptools is native-input only. tblib: update description. selenium: Enable tests (well, there are none :-) selenium: update description: less "advertising." selenium: description selenium: Add comment about included pre-build binaries. maxminddb: update decription geoip2: setuptools is native import geoip2: update comments ipaddr: Update description Hartmut Goebel (6): gnu: Add python-tblib and python2-tblib gnu: add python-sqlparse and python2-sqlparse gnu: add python-selenium and python2-selenium gnu: Add python2-ipaddr, a Python-2-only package gnu: add python-maxminddb and python2-maxminddb gnu: add python-geoip2 and python2-geoip2 gnu/packages/python.scm | 210 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) -- 2.7.4