From: contact.ng0@cryptolab.net
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add nyx.
Date: Wed, 18 Jan 2017 16:57:50 +0000 [thread overview]
Message-ID: <87bmv4nw4x.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20170118163906.2474-2-contact.ng0@cryptolab.net>
There should be a cover letter... but I hope gnu.org just keeps
it and I don't see it here.
Thing is, tests are broken and their custom install phase is
broken too. I think Efraim has experience in fixing tor software
and it would be great if this doesn't fall into branch-sleep for
weeks or months here on my side.
contact.ng0@cryptolab.net writes:
> From: ng0 <ng0@libertad.pw>
>
> * gnu/packages/tor.scm (nyx): New variable.
> ---
> gnu/packages/tor.scm | 46 +++++++++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 45 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
> index 6f26f404b..8b03b14c6 100644
> --- a/gnu/packages/tor.scm
> +++ b/gnu/packages/tor.scm
> @@ -2,7 +2,7 @@
> ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
> ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
> -;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> +;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -28,11 +28,14 @@
> #:use-module (guix build-system python)
> #:use-module (gnu packages)
> #:use-module (gnu packages libevent)
> + #:use-module (gnu packages lsof)
> #:use-module (gnu packages compression)
> #:use-module (gnu packages pcre)
> #:use-module (gnu packages python)
> #:use-module (gnu packages qt)
> #:use-module (gnu packages autotools)
> + #:use-module (gnu packages dns)
> + #:use-module (gnu packages linux)
> #:use-module (gnu packages tls)
> #:use-module (gnu packages w3m))
>
> @@ -223,3 +226,44 @@ internet. The other user just needs to use Tor Browser to download the file
> from you.")
> (license (list gpl3+
> bsd-3)))) ; onionshare/socks.py
> +
> +;; The last release of arm was 5 years ago, meanwhile python3 support has
> +;; been added and the software was renamed to nyx.
> +(define-public nyx
> + (let ((commit "fea209127484d9b304b908a4711c9528b1d065bc")
> + (revision "1"))
> + (package
> + (name "nyx")
> + (version (string-append "1.4.5.0-" revision "." (string-take commit 7)))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://git.torproject.org/nyx.git")
> + (commit commit)))
> + (file-name (string-append name "-" version "-checkout"))
> + (sha256
> + (base32
> + "1g0l4988076xg5gs0x0nxzlg58rfx5g5agmklvyh4yp03vxncdb9"))))
> + (build-system python-build-system)
> + (arguments
> + `(#:tests? #f ;122 out of 228 fail because the tests need internet.
> + #:phases
> + (modify-phases %standard-phases
> + (replace 'install
> + (lambda _
> + (zero? (system* "python" "setup.py" "install")))))))
> + (inputs
> + `(("tor" ,tor)
> + ("python-stem" ,python-stem)))
> + ;; (native-inputs
> + ;; `(("python-mock" ,python-mock)
> + ;; ("lsof" ,lsof)
> + ;; ("net-tools" ,net-tools)))
> + (home-page "https://www.atagar.com/arm/")
> + (synopsis "Ncurses-based status monitor for Tor relays")
> + (description
> + "Anonymizing relay monitor (arm) is a command line interface status
> +monitor for Tor. This functions much like top does for system usage,
> +providing real time statistics.")
> + (license gpl3+))))
> --
> 2.11.0
>
>
--
♥Ⓐ ng0 -- https://www.inventati.org/patternsinthechaos/
next prev parent reply other threads:[~2017-01-18 16:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-18 16:39 Torproject software: Nyx (previously known as ARM) contact.ng0
2017-01-18 16:39 ` [PATCH] gnu: Add nyx contact.ng0
2017-01-18 16:57 ` contact.ng0 [this message]
2017-01-20 13:24 ` Ludovic Courtès
2017-01-21 12:01 ` ng0
2017-01-21 19:38 ` Ricardo Wurmus
2017-01-22 18:44 ` ng0
2017-01-22 19:20 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bmv4nw4x.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me \
--to=contact.ng0@cryptolab.net \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.