From: Danny Milosavljevic <dannym@scratchpost.org>
To: Nils Gillmann <niasterisk@grrlz.net>
Cc: guix-devel@gnu.org
Subject: Re: guix import pypi uwsgi
Date: Sat, 19 Mar 2016 13:37:59 +0100 [thread overview]
Message-ID: <20160319133759.7e495d65@scratchpost.org> (raw)
In-Reply-To: <871t77cys3.fsf@grrlz.net>
Hi,
On Fri, 18 Mar 2016 21:32:44 +0100
Nils Gillmann <niasterisk@grrlz.net> wrote:
> I did not package with python so far, but is it not possible that
> you set the url to fetch from with pypi-uri?
According to guix/build-system/python.scm the answer is no:
(define* (pypi-uri name version #:optional (extension ".tar.gz"))
"Return a URI string for the Python package hosted on the Python Package
Index (PyPI) corresponding to NAME and VERSION. EXTENSION is the file name
extension, such as '.tar.gz'."
(string-append "https://pypi.python.org/packages/source/"
(string-take name 1) "/" name "/"
name "-" version extension))
That's why I bring it up.
I can just build the URL myself - no problem. But there's a problem in guix when one guix part generates what another guix part can't process (note: guix import even downloaded the file just fine!).
next prev parent reply other threads:[~2016-03-19 12:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 19:01 guix import pypi uwsgi Danny Milosavljevic
2016-03-18 20:32 ` Nils Gillmann
2016-03-19 12:37 ` Danny Milosavljevic [this message]
2016-03-19 14:13 ` Nils Gillmann
2016-03-19 20:56 ` Ludovic Courtès
2016-03-19 21:19 ` Danny Milosavljevic
2016-03-20 0:09 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160319133759.7e495d65@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=guix-devel@gnu.org \
--cc=niasterisk@grrlz.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).