From patchwork Sat Jul 17 12:25:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 31464 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 7C04B27BC78; Sat, 17 Jul 2021 13:26:22 +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_H4,RCVD_IN_MSPIKE_WL, 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 4885C27BC6B for ; Sat, 17 Jul 2021 13:26:22 +0100 (BST) Received: from localhost ([::1]:60188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m4jOf-00025J-9c for patchwork@mira.cbaines.net; Sat, 17 Jul 2021 08:26:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m4jOM-00025A-VO for guix-patches@gnu.org; Sat, 17 Jul 2021 08:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41379) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m4jOM-0005pp-Kg for guix-patches@gnu.org; Sat, 17 Jul 2021 08:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m4jOM-0005Fj-9v for guix-patches@gnu.org; Sat, 17 Jul 2021 08:26:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49581] [PATCH] Add git-issues Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 17 Jul 2021 12:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49581 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tobias Geerinckx-Rice Cc: 49581@debbugs.gnu.org Received: via spool by 49581-submit@debbugs.gnu.org id=B49581.162652474020157 (code B ref 49581); Sat, 17 Jul 2021 12:26:02 +0000 Received: (at 49581) by debbugs.gnu.org; 17 Jul 2021 12:25:40 +0000 Received: from localhost ([127.0.0.1]:52925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4jNz-0005F2-Vc for submit@debbugs.gnu.org; Sat, 17 Jul 2021 08:25:40 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:53945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4jNw-0005Em-1f for 49581@debbugs.gnu.org; Sat, 17 Jul 2021 08:25:38 -0400 Date: Sat, 17 Jul 2021 12:25:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1626524729; bh=8oFFeRe0hA1VCVhQWMk36LaNh0Zhcj4tRmigmNttTBY=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=OtIZ7KLm1nFKjkndf3fD214ptZUS57vsLx3rOvO4Eu3BuVsKXLrh94knjt8mjWot4 VYYfFmzl3f2QmPCTNVz3VENA+3HUrcH9D1+28QzKNm8/2EJvxgfjzNRQcVOwH5U/f7 spICuP4t08ZWtXz9IDbmG8RUQvzAPvGaQpMFKdH8= Message-ID: In-Reply-To: References: 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 Hi Tobias & Giovanni, thanks for the suggestions. Here's the fixed patch Kind regards Petr --- index 7c1dbe8b26..91af0badcb 100644 -- 2.31.1 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1267,6 +1267,40 @@ subcommands helps automate some parts of the flow to make working with it a lot easier.") (license license:bsd-2))) +(define-public git-issues +(package + (name "git-issues") + (version "67aacad35888b4c51e2d7be35c86fef137874f12") ; no tags + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dspinellis/git-issue") + (commit version))) + (sha256 + (base32 + "1z6dpwbikmiq5acpbji4kvmxqc2jw995rfk5703k5mvp5ps9a29q")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f + #:make-flags (list (string-append "PREFIX="(assoc-ref %outputs "out"))) + #:phases (modify-phases %standard-phases + (delete 'configure) + (delete 'build)))) + (synopsis "Git-based decentralized issue management") + (description "This is a minimalist decentralized issue management system +based on Git, offering (optional) biderectional integration with GitHub +and GitLab issue management. +It has the following advantages over other systems: +@enumerate +@item No backend, no dependencies +@item Decentralized asynchronous management +@item Transparent text file format +@item Git-based +@end enumerate +") + (home-page "https://github.com/dspinellis/git-issue") + (license license:gpl3))) + (define-public stgit (package (name "stgit")