From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Va7cA3pP0l7EYwAA0tVLHw (envelope-from ) for ; Sat, 30 May 2020 12:20:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oDKnOnlP0l4PHgAAbx9fmQ (envelope-from ) for ; Sat, 30 May 2020 12:20:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A31BE94042C for ; Sat, 30 May 2020 12:20:09 +0000 (UTC) Received: from localhost ([::1]:38736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf0TA-0003ji-La for larch@yhetil.org; Sat, 30 May 2020 08:20:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf0T5-0003jS-1a for guix-patches@gnu.org; Sat, 30 May 2020 08:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45543) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jf0T4-0005iY-NT for guix-patches@gnu.org; Sat, 30 May 2020 08:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jf0T4-000885-D2 for guix-patches@gnu.org; Sat, 30 May 2020 08:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41455] [PATCH] gnu: Add python-daemux Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 May 2020 12:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Edouard Klein , 41455@debbugs.gnu.org Received: via spool by 41455-submit@debbugs.gnu.org id=B41455.159084114731182 (code B ref 41455); Sat, 30 May 2020 12:20:02 +0000 Received: (at 41455) by debbugs.gnu.org; 30 May 2020 12:19:07 +0000 Received: from localhost ([127.0.0.1]:57089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf0SB-00086s-8g for submit@debbugs.gnu.org; Sat, 30 May 2020 08:19:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf0SA-00086Q-Bl for 41455@debbugs.gnu.org; Sat, 30 May 2020 08:19:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33751) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf0S5-0004gO-42; Sat, 30 May 2020 08:19:01 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:35010 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf0S4-0005Gw-Ab; Sat, 30 May 2020 08:19:00 -0400 From: Marius Bakke In-Reply-To: <87a71vysvr.fsf@alice.lan> References: <87d06wazez.fsf@alice.lan> <87a71vysvr.fsf@alice.lan> Date: Sat, 30 May 2020 14:18:58 +0200 Message-ID: <874krx39al.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: qRWb4740A7Tj --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Edouard Klein writes: > * gnu/packages/tmux.scm (python-daemux): New variable. [...] =20=20 > +(define-public python-daemux > + (package > + (name "python-daemux") > + (version "0.1.0") > + (source > + ;; We fetch from the Git repo because there are no tests in the PyPI > + ;; archive. > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/edouardklein/daemux.git") > + (commit "v0.1.0"))) Use (string-append "v" version). > + (file-name (git-file-name name version)) > + (sha256 > + (base32 "0cb8v552f2hkwz6d3hwsmrz3gd28jikga3lcc3r1zlw8ra7804ph"))= )) > + (build-system python-build-system) > + (arguments > + `(#:phases (modify-phases %standard-phases > + (replace 'check > + (lambda _ > + (mkdir-p "tmptmux") > + (setenv "TMUX_TMPDIR" (string-append (getcwd) "/tm= ptmux")) > + (invoke "tmux" "new-session" "-d") > + (invoke "make" "test")))))) > + (propagated-inputs > + `(("python-libtmux" ,python-libtmux))) > + (native-inputs > + `(("python-coverage" ,python-coverage) > + ("python-sphinx" ,python-sphinx))) > + (home-page "https://github.com/edouardklein/daemux") > + (synopsis > + "Start, stop, restart and check daemons via tmux") This line break is unnecessary. Can you send updated patches? TIA! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEyBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7STzIACgkQoqBt8qM6 VPpTPAf4t7KjcbXL+vDejTefFTJ6mh0ZAGMI0N7VZ1DNkRKapwiHiQgs2bROI3k+ t38QphF4NWcGyXFJdtHnMx8tpR3hKtchxbgYLfmWibkwLXrAEbBixa/616IL0ny7 HHX3FhkOFtP3PCYOtOQCkpGxnyhu4jy7WrkYePlXEglQtyWp59FS60KV9rB2UojX o+7lEn4y+6bqhs/K4Z23Yq2+z15pss1h6QUTy5IPGJkON+E04ZEmqvBKqbFOZQMU RE/LbDa6AMbUMvuyEXdeBLYHtG3Kbknm5Lw8kxF7e0tF/3MrGAm8UUoEM/8nyXGx iMYOUVHnY95dPXEYFa/5eUhHPNiA =1A2C -----END PGP SIGNATURE----- --=-=-=--