From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: guix import pypi uwsgi Date: Fri, 18 Mar 2016 20:01:17 +0100 Message-ID: <20160318200117.524c9079@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agzeL-0006xr-Mv for guix-devel@gnu.org; Fri, 18 Mar 2016 15:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agzeH-0006Ez-Eg for guix-devel@gnu.org; Fri, 18 Mar 2016 15:01:29 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:41054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agzeH-0006Ed-9H for guix-devel@gnu.org; Fri, 18 Mar 2016 15:01:25 -0400 Received: from localhost (91.141.2.247.wireless.dyn.drei.com [91.141.2.247]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 3F0BE1CA08BF for ; Fri, 18 Mar 2016 20:01:22 +0100 (CET) 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@gnu.org Hi, I tried to create a package for uwsgi by $ guix import pypi uwsgi ...From https://pypi.python.org/packages/source/u/uWSGI/uwsgi-2.0.12.tar.gz= ... ... (package (name "python-uwsgi") (version "2.0.12") (source (origin (method url-fetch) (uri (pypi-uri "uWSGI" version)) (sha256 (base32 "02g46dnw5j1iw8fsq392bxbk8d21b9pdgb3ypcinv3b4jzdm2srh")))) (build-system python-build-system) (inputs `(("python-setuptools" ,python-setuptools))) (home-page "UNKNOWN") (synopsis "The uWSGI server") (description "The uWSGI server") (license #f)) Then I put that (and define-public python-uwsgi ...) into python.scm and did $ guix package -i python-uwsgi I get the following error message: Starting download of /gnu/store/d16s3cw2arg89pm7djh6xrdkf0dnckyy-uWSGI-2.0.= 12.tar.gz =46rom https://pypi.python.org/packages/source/u/uWSGI/uWSGI-2.0.12.tar.gz... ERROR: download failed "https://pypi.python.org/packages/source/u/uWSGI/uWS= GI-2.0.12.tar.gz" 404 "Not Found" failed to download "/gnu/store/d16s3cw2arg89pm7djh6xrdkf0dnckyy-uWSGI-2.0.1= 2.tar.gz" from "https://pypi.python.org/packages/source/u/uWSGI/uWSGI-2.0.1= 2.tar.gz" builder for `/gnu/store/d5jfk4l2yvxfd3pw0fndwx2bxjwg1gpl-uWSGI-2.0.12.tar.g= z.drv' failed to produce output path `/gnu/store/d16s3cw2arg89pm7djh6xrdkf0= dnckyy-uWSGI-2.0.12.tar.gz' cannot build derivation `/gnu/store/xqwnqx8yw63i864z0c3vd3vr9c8xcflr-python= -uwsgi-2.0.12.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/xqwnqx8yw63i864z0c3= vd3vr9c8xcflr-python-uwsgi-2.0.12.drv' failed (Note the wrong basename)