guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] import: Add PyPI importer.


From: David Thompson
Subject: Re: [PATCH] import: Add PyPI importer.
Date: Mon, 29 Sep 2014 19:31:43 -0400
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)

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!

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]