From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44717) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpLt1-0000Vm-D7 for guix-patches@gnu.org; Sun, 21 Jul 2019 20:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hpLt0-000321-Bv for guix-patches@gnu.org; Sun, 21 Jul 2019 20:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50902) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hpLt0-00031s-8G for guix-patches@gnu.org; Sun, 21 Jul 2019 20:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hpLt0-0001Mh-1q for guix-patches@gnu.org; Sun, 21 Jul 2019 20:09:02 -0400 Subject: [bug#36755] [PATCH] gnu: mallard-ducktype: Update to 1.0.2. References: In-Reply-To: Resent-Message-ID: From: Jack Hill Date: Sun, 21 Jul 2019 20:08:00 -0400 Message-Id: <20190722000800.28933-1-jackhill@jackhill.us> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 36755@debbugs.gnu.org Cc: Jack Hill With this release a source tarball is newly available on PyPI. * gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2. [source] Use pypi uri. --- gnu/packages/python-xyz.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6e90c9a933..43bcc377e7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3122,19 +3122,14 @@ and is very extensible.") (define-public mallard-ducktype (package (name "mallard-ducktype") - (version "1.0.1") + (version "1.0.2") (source (origin - (method git-fetch) - ;; git-reference because a proper source tarball is not available - ;; https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html - (uri (git-reference - (url "https://github.com/projectmallard/mallard-ducktype.git") - (commit version))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (pypi-uri name version)) (sha256 (base32 - "0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n")))) + "1xxx8jqsqais91li2wl9jbc9fzhgq1gbi24lf9kx43j6fjck25cf")))) (build-system python-build-system) (home-page "http://projectmallard.org") (synopsis "Convert Ducktype to Mallard documentation markup") -- 2.22.0