From patchwork Thu Mar 12 12:13:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Amar M. Singh" X-Patchwork-Id: 20651 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2E5FA27BBEA; Thu, 12 Mar 2020 12:14:14 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id CCFBD27BBE4 for ; Thu, 12 Mar 2020 12:14:13 +0000 (GMT) Received: from localhost ([::1]:40566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCMj7-0002DL-Dd for patchwork@mira.cbaines.net; Thu, 12 Mar 2020 08:14:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36839) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCMiy-00025V-19 for guix-patches@gnu.org; Thu, 12 Mar 2020 08:14:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCMiw-00076k-QX for guix-patches@gnu.org; Thu, 12 Mar 2020 08:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCMiw-00076c-Lt for guix-patches@gnu.org; Thu, 12 Mar 2020 08:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCMiw-0000Ie-HU for guix-patches@gnu.org; Thu, 12 Mar 2020 08:14:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#40038] [PATCH] [SQUASHED] gnu: add guile-torrent References: <85eetxdefs.fsf@disroot.org> In-Reply-To: <85eetxdefs.fsf@disroot.org> Resent-From: nly@disroot.org (Amar M. Singh) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 12 Mar 2020 12:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40038 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40038@debbugs.gnu.org Received: via spool by 40038-submit@debbugs.gnu.org id=B40038.15840152141104 (code B ref 40038); Thu, 12 Mar 2020 12:14:02 +0000 Received: (at 40038) by debbugs.gnu.org; 12 Mar 2020 12:13:34 +0000 Received: from localhost ([127.0.0.1]:56112 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCMiU-0000Hk-BF for submit@debbugs.gnu.org; Thu, 12 Mar 2020 08:13:34 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCMiT-0000Hd-IJ for 40038@debbugs.gnu.org; Thu, 12 Mar 2020 08:13:34 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C6028239F7 for <40038@debbugs.gnu.org>; Thu, 12 Mar 2020 13:13:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M6pMcC9OkW7l for <40038@debbugs.gnu.org>; Thu, 12 Mar 2020 13:13:31 +0100 (CET) From: nly@disroot.org (Amar M. Singh) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1584015210; bh=qd0bmhXnH/KMmGwTsSOuk6cfKe2iWs7U1lqW6qcC3hQ=; h=From:To:Subject:Date; b=MBzODesHg4BJDaHuoaKCvUOmztxThHfU0PCOVtqlxHAmASsO7vwqk8SiyvQNfxGIH tS9oUznUn1Px7TZcsrpqsm28bGD9u989Q/+MHVNxGkTicWyza5SfFyBBRWc81NkVzE 8xbYpSX53I6dtyGO64GM2Nquom4sdRfuWQBnXA4DZn6LNbfU+njqZzPFD5grqlYCtz EXSm+w81dw4mr67qMCNb2qe/LCU1y5Wa0syyU7MUF27cQJofG6h2PIM52X4GMXIc+9 vwfFxny6j0yGuZmwR7OYZim87z6yg15HXwnQGz5uEWxLpl0Unl9V/jDTlbU2oGp7Jn WwPvUS9NhNiig== Date: Thu, 12 Mar 2020 17:43:25 +0530 Message-ID: <85zhclbwka.fsf@disroot.org> Mime-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Squashed the patches. Thanks, Amar From 6d313ab9a7bde4854a0a7eeecca97c43973b64be Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Thu, 12 Mar 2020 16:25:33 +0530 Subject: [PATCH] gnu: Add guile-torrent. * gnu/packages/guile-xyz.scm (guile-torrent): New variable. --- gnu/packages/guile-xyz.scm | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 37a5198e4e..b384670e4e 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -21,7 +21,7 @@ ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; Copyright © 2018 Eric Bavier ;;; Copyright © 2019 swedebugia -;;; Copyright © 2019 Amar Singh +;;; Copyright © 2019, 2020 Amar Singh ;;; Copyright © 2019 Timothy Sample ;;; ;;; This file is part of GNU Guix. @@ -3109,3 +3109,33 @@ currently a re-implementation of the lentes library for Clojure. Lenses provide composable procedures, which can be used to focus, apply functions over, or update a value in arbitrary data structures.") (license license:gpl3+)))) + +(define-public guile-torrent + (package + (name "guile-torrent") + (version "0.1.3-candidate") + (source (origin (method git-fetch) + (uri (git-reference + (url + "https://github.com/o-nly/torrent.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yiagi55ncq1x7s9n7salzywjm4l96y3n7y3s47a9anvz87mrmim")))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("guile" ,guile-2.2) + ("texinfo" ,texinfo) + ("perl" ,perl) + ("pkg-config" ,pkg-config))) + (propagated-inputs + `(("guile-gcrypt" ,guile-gcrypt))) + (home-page "https://github.com/o-nly/torrent") + (synopsis "Torrent library for GNU Guile") + (description + "This package provides facilities for working with @code{.torrent} or metainfo +files. Implements a bencode reader and writer according to Bitorrent BEP003.") + (license license:gpl3+))) -- 2.25.1