From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF6Wf-0000iE-HI for guix-patches@gnu.org; Sun, 28 May 2017 18:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF6Wc-0002gq-CR for guix-patches@gnu.org; Sun, 28 May 2017 18:19:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39557) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dF6Wc-0002gW-1j for guix-patches@gnu.org; Sun, 28 May 2017 18:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dF6Wb-0005RE-La for guix-patches@gnu.org; Sun, 28 May 2017 18:19:01 -0400 Subject: bug#27110: [PATCH] gnu: asciinema: Update to 1.4.0. Resent-Message-ID: Message-Id: <0d20aff7.ADsAAhu0CjwAAAAAAAAAAAPFk78AAAACwQwAAAAAAAW9WABZK0zP@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Mon, 29 May 2017 03:48:36 +0530 In-reply-to: <20170528183753.GB15883@jasmine> References: <1495934193.2882278.990671576.787F34D9@webmail.messagingengine.com> <1519f8c5.AEUAKk_HotIAAAAAAAAAAAPFk78AAAACwQwAAAAAAAW9WABZKwI9@mailjet.com> <20170528183753.GB15883@jasmine> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 27110@debbugs.gnu.org, Alex Griffin >> Could you switch to upstream's github release tarball instead? >> https://github.com/asciinema/asciinema/archive/v1.4.0.tar.gz >> >> LGTM, otherwise! > > Is there a reason to prefer one over the other? > > I ask because, typically, these unammed GitHub tarballs are not actual > releases prepared by the maintainers, but just a snapshot of the Git > repo, created automatically by GitHub for each tag. PyPi tends to > contain the "real" release in cases like this. I thought it is better to depend directly on the upstream source (github, in this case) than on an intermediary (pypi) who has also packaged the software. If we use pypi, Guix becomes some kind of second order package repository that depends on pypi, the primary package repository. WDYT? =