From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Mon, 13 Nov 2017 05:38:10 +0000 (UTC) [thread overview]
Message-ID: <1510551485.c49fa4f01ef4ddfb471a47ae5cffb4a7e29bc51e.blueness@gentoo> (raw)
commit: c49fa4f01ef4ddfb471a47ae5cffb4a7e29bc51e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 05:37:21 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 05:38:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49fa4f0
net-misc/nyx: initial commit
Nyx is a command-line application for monitoring real time Tor status
information. This includes bandwidth usage, logs, connections, configuration,
and more.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-misc/nyx/Manifest | 1 +
net-misc/nyx/metadata.xml | 11 +++++++++++
net-misc/nyx/nyx-2.0.4.ebuild | 22 ++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest
new file mode 100644
index 00000000000..7bc88561871
--- /dev/null
+++ b/net-misc/nyx/Manifest
@@ -0,0 +1 @@
+DIST nyx-2.0.4.tar.gz 4074259 SHA256 38db634789c2d72e485522a490397eb5f77c0bd7c689453efe57808c99dba75e SHA512 bb64b6c38bbfc9837215503a69b4a6b7a11b8a1e230f42c51a405472689a3d46d74dd06b2417c90512b63e9605b33198c5132b660f9eca037016a39c5e4f0ecf WHIRLPOOL 7984eb45f3c22f217c1bf6b42402be978eabe128416e9dd2351f47117afd308258be2385705f2eeea6a703348c5872b748b0ffa8f8a47fa2f8c92e8d220631e2
diff --git a/net-misc/nyx/metadata.xml b/net-misc/nyx/metadata.xml
new file mode 100644
index 00000000000..7407400b590
--- /dev/null
+++ b/net-misc/nyx/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">nyx</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
new file mode 100644
index 00000000000..93d2f04eb22
--- /dev/null
+++ b/net-misc/nyx/nyx-2.0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+inherit vcs-snapshot distutils-r1
+
+DESCRIPTION="Utility to monitor real time Tor status information"
+HOMEPAGE="https://nyx.torproject.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+ net-libs/stem
+ net-vpn/tor"
next reply other threads:[~2017-11-13 5:38 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-13 5:38 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-06 16:19 [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ Anthony G. Basile
2018-10-06 16:19 Anthony G. Basile
2018-10-09 23:40 Anthony G. Basile
2019-01-30 23:22 Anthony G. Basile
2020-01-13 17:31 Craig Andrews
2020-02-11 12:16 Michał Górny
2020-05-10 16:46 Andreas Sturmlechner
2020-05-10 16:46 Andreas Sturmlechner
2021-01-01 1:50 Michał Górny
2021-06-09 23:56 Sam James
2021-06-12 2:49 Sam James
2021-09-24 11:17 Anthony G. Basile
2022-02-02 0:53 Craig Andrews
2022-03-06 0:00 Sam James
2022-10-17 23:56 Sam James
2023-02-22 7:42 Sam James
2023-02-22 7:42 Sam James
2023-02-22 7:46 Sam James
2023-05-20 7:33 Michał Górny
2023-09-06 15:48 Craig Andrews
2023-09-06 15:48 Craig Andrews
2024-05-17 13:41 Craig Andrews
2024-11-06 10:47 Sam James
2025-03-02 19:31 Michał Górny
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=1510551485.c49fa4f01ef4ddfb471a47ae5cffb4a7e29bc51e.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox