From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: On the MediaGoblin dependency patch updates Date: Fri, 19 Feb 2016 18:40:14 -0800 Message-ID: <87wpq0m7b1.fsf@dustycloud.org> References: <87povxsgla.fsf@dustycloud.org> <20160216013418.GC3984@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWxUt-0000cH-Uw for guix-devel@gnu.org; Fri, 19 Feb 2016 21:42:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWxUt-0002Si-1j for guix-devel@gnu.org; Fri, 19 Feb 2016 21:42:15 -0500 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:50414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWxUs-0002Sd-QV for guix-devel@gnu.org; Fri, 19 Feb 2016 21:42:14 -0500 In-reply-to: <20160216013418.GC3984@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Mon, Feb 15, 2016 at 03:23:45PM -0800, Christopher Allan Webber wrot= e: >> First in a series of towards-MediaGoblin patches. > > Awesome! > > I'm reviewing these on the assumption that you've tested they all build= . I have, if I forgot to say that previously. > Are mock and nose required after build-time? If not, they should be > native-inputs. > > As for markupsafe, the latest version of the manual has this to say > about propagated-inputs: > > Another example where propagated-inputs is useful is for languages that > lack a facility to record the run-time search path akin to ELF=E2=80=99= s > RUNPATH; this includes Guile, Python, Perl, GHC, and more. To ensure > that libraries written in those languages can find library code they > depend on at run time, run-time dependencies must be listed in > propagated-inputs rather than inputs.=20 > > I won't mention these potential issues in my reviews of the rest of the > patches. I sent a whole new batch of patches for all these, and updated wip-mediagoblin. The only one not updated was python-mako, which I removed, since Dave got that into master anyway. It's all rebased, and Leo's suggestions are all included (with the exception of one comment where an indentation change was suggested, and I stuck with the way emacs does it). So, unless there's any more feedback, the whole lot of these can be merged into master, and then we can work on MediaGoblin itself. - Chris