[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] import: Add PyPI importer.
From: |
Alex Kost |
Subject: |
Re: [PATCH] import: Add PyPI importer. |
Date: |
Tue, 30 Sep 2014 09:49:48 +0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
David Thompson (2014-09-30 03:31 +0400) wrote:
> Ludovic Courtès <address@hidden> writes:
>
>> David Thompson <address@hidden> skribis:
>>
>>> Oh yeah, almost forgot about the Automake rule! My autotools skills are
>>> weak so I'm not sure how to write this. Could you point me in the right
>>> direction?
>>
>> In configure.ac, do something like:
>>
>> GUILE_MODULE_AVAILABLE([have_guile_json], [(json)])
>> AM_CONDITIONAL([HAVE_GUILE_JSON], [text "x$have_guile_json" = "xyes"])
>>
>> and in Makefile.am:
>>
>> if HAVE_GUILE_JSON
>> TESTS += tests/pypi.scm
>> endif
>
> Done and pushed! Thanks!
Hello, I don't have guile-json and "make" has failed for me because
(guix import pypi) wants json module. Is it required now?
Perhaps it would be safe (?) to adjust “Makefile.am” like this:
0001-build-Build-pypi-modules-only-if-guile-json-is-avail.patch
Description: Text Data
- [PATCH] import: Add PyPI importer., David Thompson, 2014/09/27
- Re: [PATCH] import: Add PyPI importer., David Thompson, 2014/09/27
- Re: [PATCH] import: Add PyPI importer., Ludovic Courtès, 2014/09/27
- Re: [PATCH] import: Add PyPI importer., David Thompson, 2014/09/29
- Re: [PATCH] import: Add PyPI importer., Ludovic Courtès, 2014/09/29
- Re: [PATCH] import: Add PyPI importer., David Thompson, 2014/09/29
- Re: [PATCH] import: Add PyPI importer.,
Alex Kost <=
- Re: [PATCH] import: Add PyPI importer., Ludovic Courtès, 2014/09/30
- Re: [PATCH] import: Add PyPI importer., David Thompson, 2014/09/30
Re: [PATCH] import: Add PyPI importer., Ludovic Courtès, 2014/09/27