From patchwork Sat Sep 18 12:45:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 33119 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 8E64327BBE3; Sat, 18 Sep 2021 13:46:11 +0100 (BST) 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, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, 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 ESMTPS id 5860E27BBE1 for ; Sat, 18 Sep 2021 13:46:11 +0100 (BST) Received: from localhost ([::1]:51836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRZjO-0000CN-DX for patchwork@mira.cbaines.net; Sat, 18 Sep 2021 08:46:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRZjG-0000CD-Sl for guix-patches@gnu.org; Sat, 18 Sep 2021 08:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50497) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mRZjG-0006eA-Km for guix-patches@gnu.org; Sat, 18 Sep 2021 08:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mRZjG-0000Cq-Ir for guix-patches@gnu.org; Sat, 18 Sep 2021 08:46:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49619] [PATCH v3 2/2] gnu: Add python-pirate-get. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 18 Sep 2021 12:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49619 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49619@debbugs.gnu.org Cc: Sarah Morgensen Received: via spool by 49619-submit@debbugs.gnu.org id=B49619.1631969120731 (code B ref 49619); Sat, 18 Sep 2021 12:46:02 +0000 Received: (at 49619) by debbugs.gnu.org; 18 Sep 2021 12:45:20 +0000 Received: from localhost ([127.0.0.1]:33810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRZia-0000Bj-39 for submit@debbugs.gnu.org; Sat, 18 Sep 2021 08:45:20 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:31335) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRZiY-0000BT-Gz for 49619@debbugs.gnu.org; Sat, 18 Sep 2021 08:45:19 -0400 Date: Sat, 18 Sep 2021 12:45:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631969108; bh=K2eCpxJUKFLRbXDL8E5EMIJ0lN0wn9IAIrnb8LTkr+c=; h=Date:To:From:Cc:Reply-To:Subject:From; b=ykaHRyOqyrPOE07VR9tCfUHB+ddxogsyQ25Gem6VLF/xBcTdFyxjE/HjkGhkwirsB AsSCBLr/FE9h9HrxAIFnz/BWl0AErrdc9h3FZA5mzgn4N76oGnHL+Wo4lanqqQyRyY 858W3x2xl7WCRvLXsMx+i3v58T0DkbzWq9VNqwgU= Message-ID: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-pirate-get): New variable. --- 2.32.0 diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4fb6edd40..6dcef95f1e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1817,6 +1817,33 @@ helpers.") displaying tabular data in a visually appealing ASCII table format.") (license license:bsd-3))) +(define-public python-pirate-get + (package + (name "python-pirate-get") + (version "0.4.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pirate-get" version)) + (sha256 + (base32 + "07s5ss9dxccx1mip7pyga1fagywkqchxmzz55ng47ac9053ffxkq")))) + (build-system python-build-system) + (propagated-inputs + `(("python-colorama" ,python-colorama) + ("python-pyperclip" ,python-pyperclip) + ("python-veryprettytable" + ,python-veryprettytable))) + (home-page + "https://github.com/vikstrous/pirate-get") + (synopsis + "Command line interface for The Pirate Bay") + (description + "@code{pirate-get} is a convenient command line tool (inspired by APT) +to speed up your trip to the Pirate Bay and get your completely legal +torrents more quickly.") + (license license:gpl3))) + (define-public python2-humanfriendly (let ((base (package-with-python2 (strip-python2-variant python-humanfriendly))))