public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2017-11-13  5:38 Anthony G. Basile
  0 siblings, 0 replies; 23+ messages in thread
From: Anthony G. Basile @ 2017-11-13  5:38 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2018-10-06 16:19 Anthony G. Basile
  0 siblings, 0 replies; 23+ messages in thread
From: Anthony G. Basile @ 2018-10-06 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d3541e15805fb156b478ad0c00806c81b0a75265
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Tue Oct  2 16:25:04 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 16:17:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3541e15

net-misc/nyx: add a -9999

Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-misc/nyx/nyx-9999.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/net-misc/nyx/nyx-9999.ebuild b/net-misc/nyx/nyx-9999.ebuild
new file mode 100644
index 00000000000..a27cb04c7b1
--- /dev/null
+++ b/net-misc/nyx/nyx-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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"
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+	net-libs/stem
+	net-vpn/tor"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2018-10-06 16:19 Anthony G. Basile
  0 siblings, 0 replies; 23+ messages in thread
From: Anthony G. Basile @ 2018-10-06 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f648bd99ae98b99466c94e20436b73672c642e5e
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Tue Oct  2 16:22:52 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 16:17:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f648bd99

net-misc/nyx: update to support live ebuild

Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-misc/nyx/nyx-2.0.4.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
index 93d2f04eb22..a27cb04c7b1 100644
--- a/net-misc/nyx/nyx-2.0.4.ebuild
+++ b/net-misc/nyx/nyx-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,11 +8,16 @@ 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"
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="test"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2018-10-09 23:40 Anthony G. Basile
  0 siblings, 0 replies; 23+ messages in thread
From: Anthony G. Basile @ 2018-10-09 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     045357d14b8539cd8a14c01cc6afa4c7202360af
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 23:40:12 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 23:40:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045357d1

net-misc/nyx: remove 9999 at upstreams requrest

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/nyx/nyx-9999.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/net-misc/nyx/nyx-9999.ebuild b/net-misc/nyx/nyx-9999.ebuild
deleted file mode 100644
index a27cb04c7b1..00000000000
--- a/net-misc/nyx/nyx-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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"
-if [[ ${PV} == *9999* ]]; then
-	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	net-libs/stem
-	net-vpn/tor"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2019-01-30 23:22 Anthony G. Basile
  0 siblings, 0 replies; 23+ messages in thread
From: Anthony G. Basile @ 2019-01-30 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3c804c4e6675764ee4dde27630846ef57aafb2fc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 23:21:59 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jan 30 23:21:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c804c4e

net-misc/nyx: version bump to 2.1.0

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/nyx/Manifest         |  1 +
 net-misc/nyx/nyx-2.1.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest
index b11dd65dd5a..0a595c7548c 100644
--- a/net-misc/nyx/Manifest
+++ b/net-misc/nyx/Manifest
@@ -1 +1,2 @@
 DIST nyx-2.0.4.tar.gz 4074259 BLAKE2B 92296a319947803195a6ae3991f1991c9ee5dc8293144b31d143995a0b897e89812d4b012c330cb2d9e7ee2d2dbbc0ab0bbeb49135ec7e302aefde2dbe8159de SHA512 bb64b6c38bbfc9837215503a69b4a6b7a11b8a1e230f42c51a405472689a3d46d74dd06b2417c90512b63e9605b33198c5132b660f9eca037016a39c5e4f0ecf
+DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756 SHA512 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37

diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild
new file mode 100644
index 00000000000..32e8fbd725b
--- /dev/null
+++ b/net-misc/nyx/nyx-2.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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"
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+	net-libs/stem
+	net-vpn/tor"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2020-01-13 17:31 Craig Andrews
  0 siblings, 0 replies; 23+ messages in thread
From: Craig Andrews @ 2020-01-13 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     643da6cc52b4e8789d5dafb14b7e7404dc31ccaa
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 17:27:10 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 17:31:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643da6cc

net-misc/nyx: Python 3.7 and 3.8 compatibility

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild
index 4252b76c9b4..7371cc1a288 100644
--- a/net-misc/nyx/nyx-2.1.0.ebuild
+++ b/net-misc/nyx/nyx-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
 
 inherit vcs-snapshot distutils-r1
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2020-02-11 12:16 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2020-02-11 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     405c4e029b2721561ef8d8c6f64e7bb2b6c7875e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:05:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c4e02

net-misc/nyx: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/nyx/nyx-2.0.4.ebuild | 2 +-
 net-misc/nyx/nyx-2.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
index 4252b76c9b4..cd27d40170b 100644
--- a/net-misc/nyx/nyx-2.0.4.ebuild
+++ b/net-misc/nyx/nyx-2.0.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
 
 inherit vcs-snapshot distutils-r1
 

diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild
index 7371cc1a288..99d81268a58 100644
--- a/net-misc/nyx/nyx-2.1.0.ebuild
+++ b/net-misc/nyx/nyx-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 inherit vcs-snapshot distutils-r1
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2020-05-10 16:46 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-05-10 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     660919de09814e5a72fa3e99d232ed0295379567
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sun Feb 23 03:52:03 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:45:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660919de

net-misc/nyx: EAPI 7; add pypy3 support

Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild
index a95caeb5ea5..39a256ecefe 100644
--- a/net-misc/nyx/nyx-2.1.0-r1.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild
@@ -1,11 +1,13 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
+EAPI=7
+
+PYTHON_COMPAT=(python3_{6,7,8} pypy3)
 PYTHON_REQ_USE='sqlite(-)'
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
-inherit vcs-snapshot distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Utility to monitor real time Tor status information"
 HOMEPAGE="https://nyx.torproject.org"
@@ -22,8 +24,6 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
 	net-libs/stem[${PYTHON_USEDEP}]
 	net-vpn/tor"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2020-05-10 16:46 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-05-10 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d53b6d38b8f6ad117a0de34bd3bfcd3097227156
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sun Feb 23 03:50:21 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:45:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b6d38

net-misc/nyx: require dev-lang/python[sqlite]

Closes: https://bugs.gentoo.org/715170
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/14746
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/nyx/{nyx-2.1.0.ebuild => nyx-2.1.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild
similarity index 91%
rename from net-misc/nyx/nyx-2.1.0.ebuild
rename to net-misc/nyx/nyx-2.1.0-r1.ebuild
index 99d81268a58..a95caeb5ea5 100644
--- a/net-misc/nyx/nyx-2.1.0.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=(python{3_6,3_7,3_8})
+PYTHON_REQ_USE='sqlite(-)'
 
 inherit vcs-snapshot distutils-r1
 
@@ -24,5 +25,5 @@ RESTRICT="!test? ( test )"
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
-	net-libs/stem
+	net-libs/stem[${PYTHON_USEDEP}]
 	net-vpn/tor"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2021-01-01  1:50 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-01-01  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8a63171e7f962450e8da821f55c1eb22cdd30e42
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 01:37:59 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 01:50:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a63171e

net-misc/nyx: Remove old (py3.6)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/nyx/Manifest         |  1 -
 net-misc/nyx/nyx-2.0.4.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest
index 0a595c7548c..6de54ac84fe 100644
--- a/net-misc/nyx/Manifest
+++ b/net-misc/nyx/Manifest
@@ -1,2 +1 @@
-DIST nyx-2.0.4.tar.gz 4074259 BLAKE2B 92296a319947803195a6ae3991f1991c9ee5dc8293144b31d143995a0b897e89812d4b012c330cb2d9e7ee2d2dbbc0ab0bbeb49135ec7e302aefde2dbe8159de SHA512 bb64b6c38bbfc9837215503a69b4a6b7a11b8a1e230f42c51a405472689a3d46d74dd06b2417c90512b63e9605b33198c5132b660f9eca037016a39c5e4f0ecf
 DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756 SHA512 69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37

diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
deleted file mode 100644
index cd27d40170b..00000000000
--- a/net-misc/nyx/nyx-2.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python3_6)
-
-inherit vcs-snapshot distutils-r1
-
-DESCRIPTION="Utility to monitor real time Tor status information"
-HOMEPAGE="https://nyx.torproject.org"
-if [[ ${PV} == *9999* ]]; then
-	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	net-libs/stem
-	net-vpn/tor"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2021-06-09 23:56 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-06-09 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9d017ba828cdc38fe5d247cade10d42957c9ec7c
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Tue Aug 11 22:09:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  9 23:55:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d017ba8

net-misc/nyx: require python[ncurses]

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/17093
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/{nyx-2.1.0-r1.ebuild => nyx-2.1.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
similarity index 94%
rename from net-misc/nyx/nyx-2.1.0-r1.ebuild
rename to net-misc/nyx/nyx-2.1.0-r2.ebuild
index cfc8c7e5f17..bdfe4377ba8 100644
--- a/net-misc/nyx/nyx-2.1.0-r1.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=(python3_{7,8} pypy3)
-PYTHON_REQ_USE='sqlite(-)'
+PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2021-06-12  2:49 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-06-12  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0a4405e25ab28fcf3703a509292ad1eda5452a44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 02:48:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 02:49:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4405e2

net-misc/nyx: add Python 3.9, enable tests

Thanks-to: Andrew Foster <gentoothings <AT> liquid.me.uk>
Closes: https://github.com/gentoo/gentoo/pull/21184
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index bdfe4377ba8..e3daaf75fa0 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7,8} pypy3)
+PYTHON_COMPAT=(python3_{7,8,9} pypy3)
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
@@ -21,9 +21,9 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	net-libs/stem[${PYTHON_USEDEP}]
 	net-vpn/tor"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2021-09-24 11:17 Anthony G. Basile
  0 siblings, 0 replies; 23+ messages in thread
From: Anthony G. Basile @ 2021-09-24 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b9cb31814d02bc0a60d35297d7b472b995c885c0
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 11:17:19 2021 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 11:17:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cb3181

net-misc/nyx: set DISTUTILS_USE_SETUPTOOLS=no, bump EAPI

Closes: https://bugs.gentoo.org/809323
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index e3daaf75fa0..7c6aeee1967 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=(python3_{7,8,9} pypy3)
+PYTHON_COMPAT=(python3_{8,9} pypy3)
 PYTHON_REQ_USE='ncurses,sqlite(-)'
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2022-02-02  0:53 Craig Andrews
  0 siblings, 0 replies; 23+ messages in thread
From: Craig Andrews @ 2022-02-02  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     39cccd906b4dac3edeb56c260af6ef7dbec8b48e
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 00:52:57 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 00:53:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cccd90

net-misc/nyx: Python 3.10 compatibility

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index 0a2d0a5d251e..088026eef0ba 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2022-03-06  0:00 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-03-06  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6b7483c31cc0f09d8630971b6a7a41b684ac6efd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 23:57:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 23:57:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7483c3

net-misc/nyx: fix net-libs/stem version limit

Had a report on #gentoo a week or two ago but forgot
to address this.

Bug: https://github.com/torproject/nyx/issues/15
See: https://forums.gentoo.org/viewtopic-t-1147568.html
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/{nyx-2.1.0-r2.ebuild => nyx-2.1.0-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r3.ebuild
similarity index 92%
rename from net-misc/nyx/nyx-2.1.0-r2.ebuild
rename to net-misc/nyx/nyx-2.1.0-r3.ebuild
index 088026eef0ba..9037fbfab9c0 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r3.ebuild
@@ -22,7 +22,7 @@ LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="
-	net-libs/stem[${PYTHON_USEDEP}]
+	<net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}]
 	net-vpn/tor"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2022-10-17 23:56 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-10-17 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3ef8bffb34597f7aa828464a52ac04c9c0c3b49a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 23:49:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 23:49:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef8bffb

net-misc/nyx: install man page

Closes: https://bugs.gentoo.org/645336
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/{nyx-2.1.0-r3.ebuild => nyx-2.1.0-r4.ebuild} | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/net-misc/nyx/nyx-2.1.0-r3.ebuild b/net-misc/nyx/nyx-2.1.0-r4.ebuild
similarity index 88%
rename from net-misc/nyx/nyx-2.1.0-r3.ebuild
rename to net-misc/nyx/nyx-2.1.0-r4.ebuild
index 9037fbfab9c0..8ee0f57fa585 100644
--- a/net-misc/nyx/nyx-2.1.0-r3.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r4.ebuild
@@ -26,3 +26,10 @@ RDEPEND="
 	net-vpn/tor"
 
 distutils_enable_tests unittest
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# bug #645336
+	doman nyx.1
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2023-02-22  7:42 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-02-22  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a36725f4578e21e73fda03448f81b0158e5dc9d6
Author:     Daniel Brandt <poncho <AT> spahan <DOT> ch>
AuthorDate: Mon Feb 20 10:57:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 07:42:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36725f4

net-misc/nyx: allow net-libs/stem-1.8.1

Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r5.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/net-misc/nyx/nyx-2.1.0-r5.ebuild b/net-misc/nyx/nyx-2.1.0-r5.ebuild
new file mode 100644
index 000000000000..7a7ed9a92d4f
--- /dev/null
+++ b/net-misc/nyx/nyx-2.1.0-r5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_REQ_USE='ncurses,sqlite(-)'
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Utility to monitor real time Tor status information"
+HOMEPAGE="https://nyx.torproject.org"
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# net-libs/stem-1.8.0_p20211118 was an incompatible git-snapshot
+# simply depend on net-libs/stem in the future
+RDEPEND="
+	|| ( <net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}] ~net-libs/stem-1.8.1[${PYTHON_USEDEP}] )
+	net-vpn/tor"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# bug #645336
+	doman nyx.1
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2023-02-22  7:42 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-02-22  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     56070e68946bc65c7106fcfb90a5e03826009c0c
Author:     Daniel Brandt <poncho <AT> spahan <DOT> ch>
AuthorDate: Mon Feb 20 10:58:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 07:42:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56070e68

net-misc/nyx: enable py3.11

Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
Closes: https://github.com/gentoo/gentoo/pull/29680
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r5.ebuild b/net-misc/nyx/nyx-2.1.0-r5.ebuild
index 7a7ed9a92d4f..ac7872cd6046 100644
--- a/net-misc/nyx/nyx-2.1.0-r5.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_PEP517=setuptools
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2023-02-22  7:46 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-02-22  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7479ba638f86428771bed3c140e7488065b4f116
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 07:44:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 07:44:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7479ba63

net-misc/nyx: use pypi.eclass

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r5.ebuild b/net-misc/nyx/nyx-2.1.0-r5.ebuild
index ac7872cd6046..105ebe53d874 100644
--- a/net-misc/nyx/nyx-2.1.0-r5.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r5.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Utility to monitor real time Tor status information"
 HOMEPAGE="https://nyx.torproject.org"
@@ -15,7 +15,6 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
 	inherit git-r3
 else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 fi
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2023-05-20  7:33 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2023-05-20  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     19d3fb4e42f4389576339c3cbdfd2c14359558a3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 07:29:03 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 07:29:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d3fb4e

net-misc/nyx: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r4.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r4.ebuild b/net-misc/nyx/nyx-2.1.0-r4.ebuild
deleted file mode 100644
index 6460459fdbf1..000000000000
--- a/net-misc/nyx/nyx-2.1.0-r4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
-PYTHON_REQ_USE='ncurses,sqlite(-)'
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to monitor real time Tor status information"
-HOMEPAGE="https://nyx.torproject.org"
-if [[ ${PV} == *9999* ]]; then
-	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-	<net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}]
-	net-vpn/tor"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	# bug #645336
-	doman nyx.1
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2023-09-06 15:48 Craig Andrews
  0 siblings, 0 replies; 23+ messages in thread
From: Craig Andrews @ 2023-09-06 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     67a4a68b413485aaa660957a9150c5fed46b3c34
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:47:58 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:48:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a4a68b

net-misc/nyx: drop 2.1.0-r5

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r5.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r5.ebuild b/net-misc/nyx/nyx-2.1.0-r5.ebuild
deleted file mode 100644
index bdf65be113ce..000000000000
--- a/net-misc/nyx/nyx-2.1.0-r5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE='ncurses,sqlite(-)'
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to monitor real time Tor status information"
-HOMEPAGE="https://nyx.torproject.org"
-if [[ ${PV} == *9999* ]]; then
-	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-	inherit pypi
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-# net-libs/stem-1.8.0_p20211118 was an incompatible git-snapshot
-# simply depend on net-libs/stem in the future
-RDEPEND="
-	|| ( <net-libs/stem-1.8.0_p20211118[${PYTHON_USEDEP}] ~net-libs/stem-1.8.1[${PYTHON_USEDEP}] )
-	net-vpn/tor"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	# bug #645336
-	doman nyx.1
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2023-09-06 15:48 Craig Andrews
  0 siblings, 0 replies; 23+ messages in thread
From: Craig Andrews @ 2023-09-06 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6d604269a6b935cc3feedb961a300169c59e5d78
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:47:41 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:48:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d604269

net-misc/nyx: Simplify net-libs/stem dependency

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r6.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/net-misc/nyx/nyx-2.1.0-r6.ebuild b/net-misc/nyx/nyx-2.1.0-r6.ebuild
new file mode 100644
index 000000000000..4211aadc685b
--- /dev/null
+++ b/net-misc/nyx/nyx-2.1.0-r6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_REQ_USE='ncurses,sqlite(-)'
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Utility to monitor real time Tor status information"
+HOMEPAGE="https://nyx.torproject.org"
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://git.torproject.org/nyx.git"
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+	inherit pypi
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# net-libs/stem-1.8.0_p20211118 was an incompatible git-snapshot
+# simply depend on net-libs/stem in the future
+RDEPEND="
+	net-libs/stem[${PYTHON_USEDEP}]
+	net-vpn/tor"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# bug #645336
+	doman nyx.1
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
@ 2024-05-17 13:41 Craig Andrews
  0 siblings, 0 replies; 23+ messages in thread
From: Craig Andrews @ 2024-05-17 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     635690f0695db14b36aa7b51e77cfbcfd3f59f0e
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 13:40:59 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri May 17 13:41:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635690f0

net-misc/nyx: enable py3.12

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r6.ebuild b/net-misc/nyx/nyx-2.1.0-r6.ebuild
index 4211aadc685b..11c917f7f5e2 100644
--- a/net-misc/nyx/nyx-2.1.0-r6.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_PEP517=setuptools
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-05-17 13:41 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-06 16:19 [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 13:41 Craig Andrews
2023-09-06 15:48 Craig Andrews
2023-09-06 15:48 Craig Andrews
2023-05-20  7:33 Michał Górny
2023-02-22  7:46 Sam James
2023-02-22  7:42 Sam James
2023-02-22  7:42 Sam James
2022-10-17 23:56 Sam James
2022-03-06  0:00 Sam James
2022-02-02  0:53 Craig Andrews
2021-09-24 11:17 Anthony G. Basile
2021-06-12  2:49 Sam James
2021-06-09 23:56 Sam James
2021-01-01  1:50 Michał Górny
2020-05-10 16:46 Andreas Sturmlechner
2020-05-10 16:46 Andreas Sturmlechner
2020-02-11 12:16 Michał Górny
2020-01-13 17:31 Craig Andrews
2019-01-30 23:22 Anthony G. Basile
2018-10-09 23:40 Anthony G. Basile
2018-10-06 16:19 Anthony G. Basile
2017-11-13  5:38 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox