unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: ng0 <ngillmann@runbox.com>
Cc: 24557@debbugs.gnu.org
Subject: bug#24557: python importer: extend requirements import
Date: Thu, 29 Sep 2016 13:25:32 +0200	[thread overview]
Message-ID: <20160929132532.3792087c@scratchpost.org> (raw)
In-Reply-To: <87wphwj835.fsf@we.make.ritual.n0.is>

On Wed, 28 Sep 2016 16:35:26 +0000
ng0 <ngillmann@runbox.com> wrote:

> One example:
> 
> ng0@shadowwalker ~$ guix import pypi hyperkitty
> 
> Starting download of /tmp/guix-file.yrqmcv
> >From https://pypi.python.org/packages/47/2d/cc2adf4bc0ed7bb4189b3146dde921c9a6ecc33f0f87c96c744d89bab154/HyperKitty-1.0.3.tar.gz...  
>  …1.0.3.tar.gz  1.5MiB              1.1MiB/s 00:01 [####################] 100.0%
> tar: HyperKitty-1.0.3/requirements.txt: Not found in archive
> tar: Exiting with failure status due to previous errors
> guix import: warning: 'tar xf' failed with exit code 512
> (package
>   (name "python-hyperkitty")
>   (version "1.0.3")
> 
> 
> When you look at the contained setup.py of hyperkitty, it has this
> defined in setup.py.
> 
> # Requirements REQUIRES = [
> etc etc
> 
> I've seen this in some variations.
> 
> The python importer should be extended to include these not very unusual
> cases.

This could be done by making the Python importer do something like

  hk/HyperKitty-1.0.3 $ python3 setup.py egg_info
  hk/HyperKitty-1.0.3 $ cat HyperKitty.egg-info/requires.txt 

if (!) the project uses setuptools.

(Unfortunately there seems to be no command line option to directly read the keyword argument "install_requires" by setup.py - although there are command line options for all the other keyword arguments - weird... That's why it's necessary to make it write them egg_info files)

      reply	other threads:[~2016-09-29 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-28 16:35 bug#24557: python importer: extend requirements import ng0
2016-09-29 11:25 ` Danny Milosavljevic [this message]

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=20160929132532.3792087c@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=24557@debbugs.gnu.org \
    --cc=ngillmann@runbox.com \
    /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).