From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: bug#24450: pypi importer outputs strange character series in optional dependency case. Date: Fri, 16 Sep 2016 20:00:02 +0000 Message-ID: <87h99fipj1.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkzKp-0002S6-6I for bug-guix@gnu.org; Fri, 16 Sep 2016 16:02:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkzKk-0004er-5N for bug-guix@gnu.org; Fri, 16 Sep 2016 16:02:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkzKk-0004en-2c for bug-guix@gnu.org; Fri, 16 Sep 2016 16:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bkzKj-0007JL-Rg for bug-guix@gnu.org; Fri, 16 Sep 2016 16:02:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkzJd-0002Nn-E4 for bug-guix@gnu.org; Fri, 16 Sep 2016 16:00:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkzJY-0004Ng-6J for bug-guix@gnu.org; Fri, 16 Sep 2016 16:00:53 -0400 Received: from aibo.runbox.com ([91.220.196.211]:50329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkzJX-0004NM-VS for bug-guix@gnu.org; Fri, 16 Sep 2016 16:00:48 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bkzJV-0001uH-2M for bug-guix@gnu.org; Fri, 16 Sep 2016 22:00:45 +0200 Received: from xd9bb9d06.dyn.telefonica.de ([217.187.157.6] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1bkzIp-0002xQ-KP for bug-guix@gnu.org; Fri, 16 Sep 2016 22:00:03 +0200 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 24450@debbugs.gnu.org I think this should not happen with pypi import: (inputs `(("python-certifi==2016.2.28" ,python-certifi==2016.2.28) ("python-dateutil==2.5.3" ,python-dateutil==2.5.3) ("python-flask-babel==0.11.1" ,python-flask-babel==0.11.1) ("python-flask==0.11.1" ,python-flask==0.11.1) ("python-lxml==3.6.0" ,python-lxml==3.6.0) ("python-ndg-httpsclient==0.4.1" ,python-ndg-httpsclient==0.4.1) ("python-pyasn1-modules==0.0.8" ,python-pyasn1-modules==0.0.8) ("python-pyasn1==0.1.9" ,python-pyasn1==0.1.9) ("python-pygments==2.1.3" ,python-pygments==2.1.3) ("python-pyopenssl==0.15.1" ,python-pyopenssl==0.15.1) ("python-pyyaml==3.11" ,python-pyyaml==3.11) ("python-requests[socks]==2.10.0" ,#{python-requests\x5b;socks\x5d;==2.10.0}#) ("python-setuptools" ,python-setuptools))) I can understand the version numbers, I can also understand the optional socks building/module of the python-requests, but why does it read like Gobbledygook? Can't we improve the output here? For version numbers, this is not a format which happened recently which is exclusive for python build system right? This is just bad formated because of the pypi query. I will first try and not pin the application to these version numbers, maybe itjustworks™. To reproduce: "guix import pypi searx" -- ng0