[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2024-06-01 Thread Sam James
commit: 00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  2 04:56:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  2 04:57:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bb7b0c

net-dns/dnsviz: enable py3.12

Closes: https://bugs.gentoo.org/929688
Signed-off-by: Sam James  gentoo.org>

 net-dns/dnsviz/dnsviz-0.10.0.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-dns/dnsviz/dnsviz-0.10.0.ebuild 
b/net-dns/dnsviz/dnsviz-0.10.0.ebuild
index 2638e94461f9..f36f4730d7b4 100644
--- a/net-dns/dnsviz/dnsviz-0.10.0.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.10.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 optfeature
 
@@ -14,18 +14,15 @@ HOMEPAGE="
https://github.com/dnsviz/dnsviz/
https://pypi.org/project/dnsviz/
 "
-
 # 0.10.0 is untagged, see https://github.com/dnsviz/dnsviz/issues/122
 SRC_URI="

https://github.com/dnsviz/dnsviz/archive/86ceba56e8ed23df0ec091b8750025ac374f3916.tar.gz
-> ${P}.gh.tar.gz
 "
-
-SLOT="0"
-
 S="${WORKDIR}/${PN}-86ceba56e8ed23df0ec091b8750025ac374f3916"
 
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2024-06-01 Thread Sam James
commit: 412938522b1d3022504b939b45effd85e36a44bc
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  2 04:24:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  2 04:57:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41293852

net-dns/dnsviz: drop 0.9.4-r1

Signed-off-by: Sam James  gentoo.org>

 net-dns/dnsviz/Manifest   |  1 -
 net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index 0043a830fa7f..76d8863e25a6 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,2 +1 @@
 DIST dnsviz-0.10.0.gh.tar.gz 480916 BLAKE2B 
51cdf40d91429447b01470f9356140ed53b488c6831bd06a8352493c0938d995c625024c2a976c2d7408a56085d15dcdbfe70486304a7d0c2168d93033939659
 SHA512 
0bc07ad6edc25986ca17d5e02bee6e120c2e3f01d3ee015a8ed8d8a6471f3e1b3176bc3194a0b9172cf789bac42548fb64f095fc94264bd8ea97a9b1ed484114
-DIST dnsviz-0.9.4.gh.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3

diff --git a/net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild
deleted file mode 100644
index 9b1dd27567af..
--- a/net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
-HOMEPAGE="
-   https://dnsviz.net/
-   https://github.com/dnsviz/dnsviz/
-   https://pypi.org/project/dnsviz/
-"
-SRC_URI="
-   https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
-   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
-   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   media-gfx/graphviz
-   test? (
-   ${RDEPEND}
-   net-dns/bind
-   )
-"
-
-python_prepare_all() {
-   # Fix the ebuild to use correct FHS/Gentoo policy paths
-   sed -i \
-   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
-   "${S}"/setup.py \
-   || die
-
-   # skip online tests
-   rm tests/*_online.py tests/dnsviz_probe_options.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   eunittest -s tests -p "*.py" || die
-}
-
-pkg_postinst() {
-   optfeature "Support for pre-deployment testing" net-dns/bind
-   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
-}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2023-06-20 Thread Florian Schmaus
commit: 366f9ce7515ffe446d59c78fc1f5bbb73b26e2e2
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Jun 20 12:02:13 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jun 20 12:03:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f9ce7

net-dns/dnsviz: add 0.10.0

Switched to commit archive, since upstream did not yet tag 0.10.0 (see
https://github.com/dnsviz/dnsviz/issues/122).

Signed-off-by: Florian Schmaus  gentoo.org>

 net-dns/dnsviz/Manifest |  1 +
 net-dns/dnsviz/dnsviz-0.10.0.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index 7a85b0853301..0043a830fa7f 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1 +1,2 @@
+DIST dnsviz-0.10.0.gh.tar.gz 480916 BLAKE2B 
51cdf40d91429447b01470f9356140ed53b488c6831bd06a8352493c0938d995c625024c2a976c2d7408a56085d15dcdbfe70486304a7d0c2168d93033939659
 SHA512 
0bc07ad6edc25986ca17d5e02bee6e120c2e3f01d3ee015a8ed8d8a6471f3e1b3176bc3194a0b9172cf789bac42548fb64f095fc94264bd8ea97a9b1ed484114
 DIST dnsviz-0.9.4.gh.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3

diff --git a/net-dns/dnsviz/dnsviz-0.10.0.ebuild 
b/net-dns/dnsviz/dnsviz-0.10.0.ebuild
new file mode 100644
index ..2638e94461f9
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.10.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="
+   https://dnsviz.net/
+   https://github.com/dnsviz/dnsviz/
+   https://pypi.org/project/dnsviz/
+"
+
+# 0.10.0 is untagged, see https://github.com/dnsviz/dnsviz/issues/122
+SRC_URI="
+   
https://github.com/dnsviz/dnsviz/archive/86ceba56e8ed23df0ec091b8750025ac374f3916.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+
+S="${WORKDIR}/${PN}-86ceba56e8ed23df0ec091b8750025ac374f3916"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   media-gfx/graphviz
+   test? (
+   ${RDEPEND}
+   net-dns/bind
+   )
+"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
+
+   # skip online tests
+   rm tests/*_online.py tests/test_dnsviz_probe_options.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   eunittest -s tests -p "*.py" || die
+}
+
+pkg_postinst() {
+   optfeature "Support for pre-deployment testing" net-dns/bind
+   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2023-03-30 Thread Michał Górny
commit: 31bf5adcf643bf78f7e1db259b2ca6efd57505c4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 19:40:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 20:00:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bf5adc

net-dns/dnsviz: PEP517, py3.11

Closes: https://bugs.gentoo.org/897084
Signed-off-by: Michał Górny  gentoo.org>

 net-dns/dnsviz/Manifest   |  1 +
 net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild | 61 +++
 net-dns/dnsviz/metadata.xml   |  1 +
 3 files changed, 63 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index ed5d40952fa9..be89f25e6332 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1 +1,2 @@
+DIST dnsviz-0.9.4.gh.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3
 DIST dnsviz-0.9.4.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3

diff --git a/net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild
new file mode 100644
index ..9b1dd27567af
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.9.4-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="
+   https://dnsviz.net/
+   https://github.com/dnsviz/dnsviz/
+   https://pypi.org/project/dnsviz/
+"
+SRC_URI="
+   https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   media-gfx/graphviz
+   test? (
+   ${RDEPEND}
+   net-dns/bind
+   )
+"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
+
+   # skip online tests
+   rm tests/*_online.py tests/dnsviz_probe_options.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   eunittest -s tests -p "*.py" || die
+}
+
+pkg_postinst() {
+   optfeature "Support for pre-deployment testing" net-dns/bind
+   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
+}

diff --git a/net-dns/dnsviz/metadata.xml b/net-dns/dnsviz/metadata.xml
index 4d5fa79a603b..7c2d577552be 100644
--- a/net-dns/dnsviz/metadata.xml
+++ b/net-dns/dnsviz/metadata.xml
@@ -9,5 +9,6 @@


dnsviz/dnsviz
+   dnsviz

 



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2023-03-30 Thread Michał Górny
commit: d34eb94d0dbf129adc08d5c325d71856f5c7f3e7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 19:57:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 20:00:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34eb94d

net-dns/dnsviz: Remove old

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

 net-dns/dnsviz/Manifest|  1 -
 net-dns/dnsviz/dnsviz-0.9.4.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index be89f25e6332..7a85b0853301 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,2 +1 @@
 DIST dnsviz-0.9.4.gh.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3
-DIST dnsviz-0.9.4.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3

diff --git a/net-dns/dnsviz/dnsviz-0.9.4.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
deleted file mode 100644
index 9d3fcd89ed98..
--- a/net-dns/dnsviz/dnsviz-0.9.4.ebuild
+++ /dev/null
@@ -1,52 +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} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
-HOMEPAGE="https://dnsviz.net/;
-SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( net-dns/bind )"
-
-DEPEND=">=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
-   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
-   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
-
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-   # Fix the ebuild to use correct FHS/Gentoo policy paths
-   sed -i \
-   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
-   "${S}"/setup.py \
-   || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   distutils_install_for_testing
-
-   "${EPYTHON}" tests/dnsviz_probe_run_offline.py -v || die
-   "${EPYTHON}" tests/dnsviz_print_options.py -v || die
-   "${EPYTHON}" tests/dnsviz_print_run.py -v || die
-   "${EPYTHON}" tests/dnsviz_graph_options.py -v || die
-   "${EPYTHON}" tests/dnsviz_graph_run.py -v || die
-   "${EPYTHON}" tests/dnsviz_grok_options.py -v || die
-   "${EPYTHON}" tests/dnsviz_grok_run.py -v || die
-}
-
-pkg_postinst() {
-   optfeature "Support for pre-deployment testing" net-dns/bind
-   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
-}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2022-07-02 Thread Sam James
commit: 5ab3dfd59a522a56e456365ddaaa27f5e5286a76
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 15:52:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 15:53:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab3dfd5

net-dns/dnsviz: drop to maintainer-needed

Bug: https://github.com/gentoo/gentoo/pull/26110
Signed-off-by: Sam James  gentoo.org>

 net-dns/dnsviz/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-dns/dnsviz/metadata.xml b/net-dns/dnsviz/metadata.xml
index dd590e429417..4d5fa79a603b 100644
--- a/net-dns/dnsviz/metadata.xml
+++ b/net-dns/dnsviz/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   hasan.cali...@psauxit.com
-   Hasan ÇALIŞIR
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

DNSViz is a tool suite for analysis and visualization of Domain Name 
System (DNS) behavior, including its security extensions (DNSSEC).



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/, net-dns/dnsviz/files/

2022-07-02 Thread David Seifert
commit: b75315181abeabf4bae2e6724d748702854dfa9d
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Sat Jul  2 15:13:55 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul  2 15:13:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7531518

net-dns/dnsviz: drop 0.8.2-r1, 0.9.2, 0.9.3

Closes: https://github.com/gentoo/gentoo/pull/26202
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Signed-off-by: David Seifert  gentoo.org>

 net-dns/dnsviz/Manifest|   3 -
 net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild  |  61 ---
 net-dns/dnsviz/dnsviz-0.9.2.ebuild |  52 --
 net-dns/dnsviz/dnsviz-0.9.3.ebuild |  52 --
 .../files/dnsviz-0.8.2-add-ed448-support.patch | 182 -
 5 files changed, 350 deletions(-)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index 297267a16d5e..ed5d40952fa9 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,4 +1 @@
-DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80
-DIST dnsviz-0.9.2.tar.gz 477947 BLAKE2B 
62b94e6b05d1129d5c4655ff1faf8adb3c2eec868db6049e09dd180cebccab94412eee25293d83ec3e6bc5b18fae33ba0acfe3c3b30cececdd4952005879eab0
 SHA512 
8ad9e1aabb4704ff4939617532c32e5edde0d369efd2e4a7a6f30d33b8bac941b2d1073e98fed90e2a11438a0b1c18b8fafe07f4122fb888ebdb24bd2426abf6
-DIST dnsviz-0.9.3.tar.gz 477931 BLAKE2B 
e3e020fdddacdf06a4e7b78edade72136d6530dac5b243b30e97f609c9fb3b912fb6d6c00b8c54e17f1d2ba411a2b116f9cb89bfc51c01f43d8a1a03a00755aa
 SHA512 
8ccaa29df6cc7824db7153950d5cb423d1ac7a76ae20a15b35c2e66d362b3340e23a9973f71b884ea7e7b861e2bb0051e32abc3e45795792a7db3b01b62449c5
 DIST dnsviz-0.9.4.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3

diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
deleted file mode 100644
index e3feb492a94d..
--- a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
-HOMEPAGE="https://dnsviz.net/;
-SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   >=dev-python/m2crypto-0.31.0[${PYTHON_USEDEP}]
-   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
-
-RDEPEND="
-   ${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.8.2-add-ed448-support.patch )
-
-python_prepare_all() {
-   # Fix the ebuild to use correct FHS/Gentoo policy paths for 0.8.2
-   sed -i \
-   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
-   "${S}"/setup.py \
-   || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   distutils_install_for_testing
-
-   "${EPYTHON}" tests/offline_tests.py -v || die
-
-   # No need to pull in net-dns/bind for this small test
-   if hash named-checkconf &>/dev/null ; then
-   "${EPYTHON}" tests/local_probe_tests.py -v || die
-   else
-   einfo "Skipping local_probe_tests -- named-checkconf not found!"
-   fi
-}
-
-pkg_postinst() {
-   optfeature "Support for pre-deployment testing" net-dns/bind
-
-   # Warn about extra requirements for >=OpenSSL 1.1.0
-   if has_version '=dev-libs/openssl-1.1*'; then
-   ewarn "With OpenSSL version 1.1.0 and later,the OpenSSL GOST 
Engine"
-   ewarn "is necessary to validate DNSSEC signatures with 
algorithm 12"
-   ewarn "(GOST R 34.10-2001) and digests of type 3 (GOST R 
34.11-94)"
-   ewarn "OpenSSL GOST Engine can be get from --> 
dev-libs/gost-engine"
-   fi
-}

diff --git a/net-dns/dnsviz/dnsviz-0.9.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.2.ebuild
deleted file mode 100644
index d1f444d39db4..
--- a/net-dns/dnsviz/dnsviz-0.9.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"

[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2022-06-03 Thread Sam James
commit: 99a91c9139115e77d5aaa433b9990c4934fa045b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 07:35:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 07:35:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a91c91

net-dns/dnsviz: enable py3.10 and disable py3.7

Signed-off-by: Sam James  gentoo.org>

 net-dns/dnsviz/dnsviz-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/dnsviz/dnsviz-0.9.4.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
index b658637d8b29..7cae07dcbaf7 100644
--- a/net-dns/dnsviz/dnsviz-0.9.4.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1 optfeature
 
 DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2021-09-29 Thread Thomas Deutschmann
commit: 91059e698fb59c9603898af1a730ada1b55c7019
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 29 16:46:01 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 29 16:55:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91059e69

net-dns/dnsviz: bump to v0.9.4

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/Manifest|  1 +
 net-dns/dnsviz/dnsviz-0.9.4.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index e38cd2751fc..297267a16d5 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,3 +1,4 @@
 DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80
 DIST dnsviz-0.9.2.tar.gz 477947 BLAKE2B 
62b94e6b05d1129d5c4655ff1faf8adb3c2eec868db6049e09dd180cebccab94412eee25293d83ec3e6bc5b18fae33ba0acfe3c3b30cececdd4952005879eab0
 SHA512 
8ad9e1aabb4704ff4939617532c32e5edde0d369efd2e4a7a6f30d33b8bac941b2d1073e98fed90e2a11438a0b1c18b8fafe07f4122fb888ebdb24bd2426abf6
 DIST dnsviz-0.9.3.tar.gz 477931 BLAKE2B 
e3e020fdddacdf06a4e7b78edade72136d6530dac5b243b30e97f609c9fb3b912fb6d6c00b8c54e17f1d2ba411a2b116f9cb89bfc51c01f43d8a1a03a00755aa
 SHA512 
8ccaa29df6cc7824db7153950d5cb423d1ac7a76ae20a15b35c2e66d362b3340e23a9973f71b884ea7e7b861e2bb0051e32abc3e45795792a7db3b01b62449c5
+DIST dnsviz-0.9.4.tar.gz 477971 BLAKE2B 
3c8bebcea89bc6e78247c45c4266f73be4f9f618bfaa48a47460a43deb4789fe71eaa77eb4ff59c2d8e863cdfdddaf5908279aad93ffd63fdbe16d0966aa943b
 SHA512 
b88d0ddff6279078a5222b4250a404c39db6d896d57bba51c878c8b8d01582deda2fe67b5f6370d7a98389e09ad46bdf3903d77fee91c0291b14a9109f1739e3

diff --git a/net-dns/dnsviz/dnsviz-0.9.4.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
new file mode 100644
index 000..b658637d8b2
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="https://dnsviz.net/;
+SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( net-dns/bind )"
+
+DEPEND=">=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   "${EPYTHON}" tests/dnsviz_probe_run_offline.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_run.py -v || die
+}
+
+pkg_postinst() {
+   optfeature "Support for pre-deployment testing" net-dns/bind
+   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2021-03-20 Thread Joonas Niilola
commit: 9f5c6635f4f851339d59d77dad537f532b5b959e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Mar 20 08:09:34 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 20 08:25:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5c6635

net-dns/dnsviz: drop 0.8.2, 0.9.1

Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/dnsviz/Manifest|  1 -
 net-dns/dnsviz/dnsviz-0.8.2.ebuild | 46 -
 net-dns/dnsviz/dnsviz-0.9.1.ebuild | 53 --
 3 files changed, 100 deletions(-)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index 6d9e42e8711..e38cd2751fc 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,4 +1,3 @@
 DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80
-DIST dnsviz-0.9.1.tar.gz 477806 BLAKE2B 
24fc4c34a763cf4ea6018f42bb4ab12c376ff1a5ff29e4bc4502600c997195d5c83fd0b4d18c72fddc0d669380d3a39930d7bd6d3970671becd64a5c3083d269
 SHA512 
006377676173c225eb3a18d09d0808ab35412d09e988b984fd67598c8a6917a4fefd9381c32ea4dda404d7dde8d51e7b36dc49d85a8b4c2a8928fbde89075adf
 DIST dnsviz-0.9.2.tar.gz 477947 BLAKE2B 
62b94e6b05d1129d5c4655ff1faf8adb3c2eec868db6049e09dd180cebccab94412eee25293d83ec3e6bc5b18fae33ba0acfe3c3b30cececdd4952005879eab0
 SHA512 
8ad9e1aabb4704ff4939617532c32e5edde0d369efd2e4a7a6f30d33b8bac941b2d1073e98fed90e2a11438a0b1c18b8fafe07f4122fb888ebdb24bd2426abf6
 DIST dnsviz-0.9.3.tar.gz 477931 BLAKE2B 
e3e020fdddacdf06a4e7b78edade72136d6530dac5b243b30e97f609c9fb3b912fb6d6c00b8c54e17f1d2ba411a2b116f9cb89bfc51c01f43d8a1a03a00755aa
 SHA512 
8ccaa29df6cc7824db7153950d5cb423d1ac7a76ae20a15b35c2e66d362b3340e23a9973f71b884ea7e7b861e2bb0051e32abc3e45795792a7db3b01b62449c5

diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
deleted file mode 100644
index ccc19a07899..000
--- a/net-dns/dnsviz/dnsviz-0.8.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
-HOMEPAGE="https://dnsviz.net/;
-SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   dev-python/libnacl[${PYTHON_USEDEP}]
-   >=dev-python/m2crypto-0.31.0[${PYTHON_USEDEP}]
-   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="
-   ${DEPEND}"
-
-python_prepare_all() {
-   # Fix the ebuild to use correct FHS/Gentoo policy paths for 0.8.2
-   sed -i "s*share/doc/dnsviz*share/doc/dnsviz-${PV}*g" "${S}"/setup.py || 
die
-
-   distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
-   elog "Support for extra feature can be get from:"
-   optfeature "Support for pre-deployment testing" net-dns/bind
-
-   # Warn about extra requirements for >=OpenSSL 1.1.0
-   if has_version '=dev-libs/openssl-1.1*'; then
-   ewarn "With OpenSSL version 1.1.0 and later,the OpenSSL GOST 
Engine"
-   ewarn "is necessary to validate DNSSEC signatures with 
algorithm 12"
-   ewarn "(GOST R 34.10-2001) and digests of type 3 (GOST R 
34.11-94)"
-   ewarn "OpenSSL GOST Engine can be get from --> 
dev-libs/gost-engine"
-   fi
-}

diff --git a/net-dns/dnsviz/dnsviz-0.9.1.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.1.ebuild
deleted file mode 100644
index 7c7e9021cc6..000
--- a/net-dns/dnsviz/dnsviz-0.9.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
-HOMEPAGE="https://dnsviz.net/;
-SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( net-dns/bind )"
-
-DEPEND=">=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
-   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
-   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
-
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-   # Fix the ebuild to use correct FHS/Gentoo policy paths
-   sed -i \
-   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
-   "${S}"/setup.py \
-   || die
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2021-03-18 Thread Thomas Deutschmann
commit: d39c35fdfb91bd55b5b077fff03f2da6b4d8012e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 18 20:32:43 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 18 20:32:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c35fd

net-dns/dnsviz: bump v0.9.3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/Manifest|  1 +
 net-dns/dnsviz/dnsviz-0.9.3.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index 2799835bbc6..6d9e42e8711 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,3 +1,4 @@
 DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80
 DIST dnsviz-0.9.1.tar.gz 477806 BLAKE2B 
24fc4c34a763cf4ea6018f42bb4ab12c376ff1a5ff29e4bc4502600c997195d5c83fd0b4d18c72fddc0d669380d3a39930d7bd6d3970671becd64a5c3083d269
 SHA512 
006377676173c225eb3a18d09d0808ab35412d09e988b984fd67598c8a6917a4fefd9381c32ea4dda404d7dde8d51e7b36dc49d85a8b4c2a8928fbde89075adf
 DIST dnsviz-0.9.2.tar.gz 477947 BLAKE2B 
62b94e6b05d1129d5c4655ff1faf8adb3c2eec868db6049e09dd180cebccab94412eee25293d83ec3e6bc5b18fae33ba0acfe3c3b30cececdd4952005879eab0
 SHA512 
8ad9e1aabb4704ff4939617532c32e5edde0d369efd2e4a7a6f30d33b8bac941b2d1073e98fed90e2a11438a0b1c18b8fafe07f4122fb888ebdb24bd2426abf6
+DIST dnsviz-0.9.3.tar.gz 477931 BLAKE2B 
e3e020fdddacdf06a4e7b78edade72136d6530dac5b243b30e97f609c9fb3b912fb6d6c00b8c54e17f1d2ba411a2b116f9cb89bfc51c01f43d8a1a03a00755aa
 SHA512 
8ccaa29df6cc7824db7153950d5cb423d1ac7a76ae20a15b35c2e66d362b3340e23a9973f71b884ea7e7b861e2bb0051e32abc3e45795792a7db3b01b62449c5

diff --git a/net-dns/dnsviz/dnsviz-0.9.3.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.3.ebuild
new file mode 100644
index 000..7c7e9021cc6
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.9.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="https://dnsviz.net/;
+SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( net-dns/bind )"
+
+DEPEND=">=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   "${EPYTHON}" tests/dnsviz_probe_run_offline.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_run.py -v || die
+}
+
+pkg_postinst() {
+   elog "Support for extra feature can be get from:"
+   optfeature "Support for pre-deployment testing" net-dns/bind
+   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2021-02-09 Thread Thomas Deutschmann
commit: f927754acf38ed8f0d11a53878bd5cc6ce2fbdd3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb  9 17:51:58 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb  9 18:43:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f927754a

net-dns/dnsviz: bump to v0.9.2

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/Manifest|  1 +
 net-dns/dnsviz/dnsviz-0.9.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index b0e1ecd70cd..2799835bbc6 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1,2 +1,3 @@
 DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80
 DIST dnsviz-0.9.1.tar.gz 477806 BLAKE2B 
24fc4c34a763cf4ea6018f42bb4ab12c376ff1a5ff29e4bc4502600c997195d5c83fd0b4d18c72fddc0d669380d3a39930d7bd6d3970671becd64a5c3083d269
 SHA512 
006377676173c225eb3a18d09d0808ab35412d09e988b984fd67598c8a6917a4fefd9381c32ea4dda404d7dde8d51e7b36dc49d85a8b4c2a8928fbde89075adf
+DIST dnsviz-0.9.2.tar.gz 477947 BLAKE2B 
62b94e6b05d1129d5c4655ff1faf8adb3c2eec868db6049e09dd180cebccab94412eee25293d83ec3e6bc5b18fae33ba0acfe3c3b30cececdd4952005879eab0
 SHA512 
8ad9e1aabb4704ff4939617532c32e5edde0d369efd2e4a7a6f30d33b8bac941b2d1073e98fed90e2a11438a0b1c18b8fafe07f4122fb888ebdb24bd2426abf6

diff --git a/net-dns/dnsviz/dnsviz-0.9.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.2.ebuild
new file mode 100644
index 000..7c7e9021cc6
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.9.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="https://dnsviz.net/;
+SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( net-dns/bind )"
+
+DEPEND=">=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   "${EPYTHON}" tests/dnsviz_probe_run_offline.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_run.py -v || die
+}
+
+pkg_postinst() {
+   elog "Support for extra feature can be get from:"
+   optfeature "Support for pre-deployment testing" net-dns/bind
+   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2021-01-22 Thread Thomas Deutschmann
commit: e6f4e4ac3a9bc1b4d5cd790077daf940a67703d5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 22 14:41:02 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 22 14:42:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f4e4ac

net-dns/dnsviz: fix tests

Closes: https://bugs.gentoo.org/766486
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/dnsviz-0.9.1.ebuild | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/net-dns/dnsviz/dnsviz-0.9.1.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.1.ebuild
index a390da1b699..f4883add520 100644
--- a/net-dns/dnsviz/dnsviz-0.9.1.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.9.1.ebuild
@@ -13,15 +13,16 @@ 
SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND="
-   >=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+BDEPEND="test? ( net-dns/bind )"
+
+DEPEND=">=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
>=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
>=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
 
-RDEPEND="
-   ${DEPEND}"
+RDEPEND="${DEPEND}"
 
 python_prepare_all() {
# Fix the ebuild to use correct FHS/Gentoo policy paths
@@ -36,14 +37,13 @@ python_prepare_all() {
 python_test() {
distutils_install_for_testing
 
-   "${EPYTHON}" tests/offline_tests.py -v || die
-
-   # No need to pull in net-dns/bind for this small test
-   if hash named-checkconf &>/dev/null ; then
-   "${EPYTHON}" tests/local_probe_tests.py -v || die
-   else
-   einfo "Skipping local_probe_tests -- named-checkconf not found!"
-   fi
+   "${EPYTHON}" tests/dnsviz_probe_run_offline.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_print_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_graph_run.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_options.py -v || die
+   "${EPYTHON}" tests/dnsviz_grok_run.py -v || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2021-01-21 Thread Thomas Deutschmann
commit: c54be7954002bc9c61a973a1884b2d13e6062161
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jan 21 23:56:44 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jan 21 23:56:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54be795

net-dns/dnsviz: bump to v0.9.1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/Manifest|  1 +
 net-dns/dnsviz/dnsviz-0.9.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
index 7f11cfca787..b0e1ecd70cd 100644
--- a/net-dns/dnsviz/Manifest
+++ b/net-dns/dnsviz/Manifest
@@ -1 +1,2 @@
 DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80
+DIST dnsviz-0.9.1.tar.gz 477806 BLAKE2B 
24fc4c34a763cf4ea6018f42bb4ab12c376ff1a5ff29e4bc4502600c997195d5c83fd0b4d18c72fddc0d669380d3a39930d7bd6d3970671becd64a5c3083d269
 SHA512 
006377676173c225eb3a18d09d0808ab35412d09e988b984fd67598c8a6917a4fefd9381c32ea4dda404d7dde8d51e7b36dc49d85a8b4c2a8928fbde89075adf

diff --git a/net-dns/dnsviz/dnsviz-0.9.1.ebuild 
b/net-dns/dnsviz/dnsviz-0.9.1.ebuild
new file mode 100644
index 000..a390da1b699
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="https://dnsviz.net/;
+SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-python/dnspython-1.13[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.37.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   ${DEPEND}"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   "${EPYTHON}" tests/offline_tests.py -v || die
+
+   # No need to pull in net-dns/bind for this small test
+   if hash named-checkconf &>/dev/null ; then
+   "${EPYTHON}" tests/local_probe_tests.py -v || die
+   else
+   einfo "Skipping local_probe_tests -- named-checkconf not found!"
+   fi
+}
+
+pkg_postinst() {
+   elog "Support for extra feature can be get from:"
+   optfeature "Support for pre-deployment testing" net-dns/bind
+   optfeature "Support for DNSSEC signatures using GOST algorithm or 
digest" dev-libs/ghost-engine
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2020-08-22 Thread Thomas Deutschmann
commit: 6296bdeb38a02dc00b5fe2e29f247547f50ed182
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Thu Jun 18 00:20:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 13:41:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6296bdeb

net-dns/dnsviz: python3_{7,8} port

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Bug: https://bugs.gentoo.org/718430
Closes: https://github.com/gentoo/gentoo/pull/16306
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
index 7a798a38653..8a8cbadb11a 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2020-08-22 Thread Thomas Deutschmann
commit: f3825cb8e31ce9e1b9951124cc21a64918efbc37
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 13:00:55 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 13:41:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3825cb8

net-dns/dnsviz: add myself as maintainer

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-dns/dnsviz/metadata.xml b/net-dns/dnsviz/metadata.xml
index c1ee72309eb..910b4bc2b99 100644
--- a/net-dns/dnsviz/metadata.xml
+++ b/net-dns/dnsviz/metadata.xml
@@ -5,6 +5,10 @@
hasan.cali...@psauxit.com
Hasan ÇALIŞIR

+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2020-08-22 Thread Thomas Deutschmann
commit: 07cd94cfc7eaf66924f9255a70682940c2f06780
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 12:56:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 13:41:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cd94cf

net-dns/dnsviz: add tests

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
index c2613635b24..aaee35f2902 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
@@ -35,6 +35,19 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
+python_test() {
+   distutils_install_for_testing
+
+   "${EPYTHON}" tests/offline_tests.py -v || die
+
+   # No need to pull in net-dns/bind for this small test
+   if hash named-checkconf &>/dev/null ; then
+   "${EPYTHON}" tests/local_probe_tests.py -v || die
+   else
+   einfo "Skipping local_probe_tests -- named-checkconf not found!"
+   fi
+}
+
 pkg_postinst() {
elog "Support for extra feature can be get from:"
optfeature "Support for pre-deployment testing" net-dns/bind



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/, net-dns/dnsviz/files/

2020-08-22 Thread Thomas Deutschmann
commit: 4b99c0e37947f6be1cdb6ff897477e590a0480a9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 12:19:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 13:41:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b99c0e3

net-dns/dnsviz: replace libnacl with py-cryptography

This will also add Ed448 support.

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild  |  48 ++
 .../files/dnsviz-0.8.2-add-ed448-support.patch | 182 +
 2 files changed, 230 insertions(+)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
new file mode 100644
index 000..cffca2ff2de
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1 eutils
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="https://dnsviz.net/;
+SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.31.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   ${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.8.2-add-ed448-support.patch )
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths for 0.8.2
+   sed -i "s*share/doc/dnsviz*share/doc/dnsviz-${PV}*g" "${S}"/setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+pkg_postinst() {
+   elog "Support for extra feature can be get from:"
+   optfeature "Support for pre-deployment testing" net-dns/bind
+
+   # Warn about extra requirements for >=OpenSSL 1.1.0
+   if has_version '=dev-libs/openssl-1.1*'; then
+  echo
+  ewarn "With OpenSSL version 1.1.0 and later,the OpenSSL GOST Engine"
+  ewarn "is necessary to validate DNSSEC signatures with algorithm 12"
+  ewarn "(GOST R 34.10-2001) and digests of type 3 (GOST R 34.11-94)"
+  ewarn "OpenSSL GOST Engine can be get from --> dev-libs/gost-engine"
+   fi
+}

diff --git a/net-dns/dnsviz/files/dnsviz-0.8.2-add-ed448-support.patch 
b/net-dns/dnsviz/files/dnsviz-0.8.2-add-ed448-support.patch
new file mode 100644
index 000..1d4d88e97e6
--- /dev/null
+++ b/net-dns/dnsviz/files/dnsviz-0.8.2-add-ed448-support.patch
@@ -0,0 +1,182 @@
+From 99bb0c7430c9f954582eabd3a9581fe0db6f2e81 Mon Sep 17 00:00:00 2001
+From: Pascal Ernster 
+Date: Mon, 22 Jul 2019 04:25:18 +0200
+Subject: [PATCH] Replace libnacl with python-cryptography, add support for
+ algo 16 (Ed448)
+
+Origin: https://github.com/dnsviz/dnsviz/pull/54
+
+---
+ Dockerfile  |  2 +-
+ README.md   |  8 
+ contrib/dnsviz-py2.spec |  2 +-
+ contrib/dnsviz-py3.spec |  2 +-
+ dnsviz/crypto.py| 30 +-
+ requirements.txt|  2 +-
+ setup.py|  2 +-
+ 7 files changed, 34 insertions(+), 14 deletions(-)
+
+diff --git a/Dockerfile b/Dockerfile
+index dc6a0d9e..61a319de 100644
+--- a/Dockerfile
 b/Dockerfile
+@@ -2,7 +2,7 @@ FROM alpine:edge
+ 
+ RUN apk add python3 graphviz ttf-liberation libsodium bind bind-tools
+ RUN apk add --virtual builddeps linux-headers python3-dev graphviz-dev gcc 
libc-dev openssl-dev swig && \
+-  pip3 install pygraphviz m2crypto dnspython libnacl && \
++  pip3 install pygraphviz m2crypto dnspython cryptography && \
+   apk del builddeps
+ 
+ COPY . /tmp/dnsviz
+diff --git a/README.md b/README.md
+index e9dcda83..03d9c3dd 100644
+--- a/README.md
 b/README.md
+@@ -41,7 +41,7 @@ Instructions for running in a Docker container are also 
available
+ 
+ * M2Crypto (0.28.0 or later) - https://gitlab.com/m2crypto/m2crypto
+ 
+-* libnacl - https://github.com/saltstack/libnacl
++* Cryptography (2.6 or later) - https://cryptography.io/
+ 
+ Note that the software versions listed above are known to work with the 
current
+ version of DNSViz.  Other versions might also work well together, but might
+@@ -85,7 +85,7 @@ $ source ~/myenv/bin/activate
+ ```
+ (Note that this installs the dependencies that are python packages, but some 
of
+ these packages have non-python dependecies, such as Graphviz (required for
+-pygraphviz) and libsodium (required for libnacl), that are not installed
++pygraphviz) and OpenSSL (required for Cryptography), that are not installed
+ automatically.)
+ 
+ Next download and install DNSViz from the Python Package Index (PyPI):
+@@ -121,9 +121,9 @@ $ cp dist/dnsviz-*.tar.gz ~/rpmbuild/SOURCES/
+ $ cp contrib/dnsviz-py${PY_VERS}.spec 

[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2020-08-22 Thread Thomas Deutschmann
commit: d0958febe6ef1f726c63e19cad81f49b75f594a3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 12:49:26 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 13:41:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0958feb

net-dns/dnsviz: fix /usr/share/doc installdir

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
index 05677e4ef83..c2613635b24 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
@@ -27,7 +27,10 @@ PATCHES=( "${FILESDIR}"/${PN}-0.8.2-add-ed448-support.patch )
 
 python_prepare_all() {
# Fix the ebuild to use correct FHS/Gentoo policy paths for 0.8.2
-   sed -i "s*share/doc/dnsviz*share/doc/dnsviz-${PV}*g" "${S}"/setup.py || 
die
+   sed -i \
+   -e "s|share/doc/dnsviz|share/doc/${PF}|g" \
+   "${S}"/setup.py \
+   || die
 
distutils-r1_python_prepare_all
 }



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2020-08-22 Thread Thomas Deutschmann
commit: 03554e181470346ce06b356fcb48af82f38cc2fa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 12:30:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 13:41:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03554e18

net-dns/dnsviz: dep on setuptools is satisfied by eclass

Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
index cffca2ff2de..05677e4ef83 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild
@@ -18,8 +18,7 @@ IUSE=""
 DEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/m2crypto-0.31.0[${PYTHON_USEDEP}]
-   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]"
 
 RDEPEND="
${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2020-02-04 Thread Michał Górny
commit: 5da9610269bf2649f5d6442d019ced622951d7cf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 06:42:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 06:43:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da96102

net-dns/dnsviz: Remove py2

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

 net-dns/dnsviz/dnsviz-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
index 45493369c76..7a798a38653 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2019-10-22 Thread Joonas Niilola
commit: 7a820b91cc6a22f47d851578ebb88d9c62da2001
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Sun Oct 20 13:05:14 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 23 04:51:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a820b91

net-dns/dnsviz: fix homepage

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Closes: https://github.com/gentoo/gentoo/pull/13362
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
index 3787de26511..0081344f211 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
-HOMEPAGE="http://dnsviz.net/;
+HOMEPAGE="https://dnsviz.net/;
 SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2019-08-12 Thread Agostino Sarubbo
commit: 0efc157b289efdbbfeda5ff2bd3087372382fc3c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 12 08:02:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 12 08:02:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efc157b

net-dns/dnsviz: amd64 stable wrt bug #691500

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-dns/dnsviz/dnsviz-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
index 977ca0ecb9a..3787de26511 100644
--- a/net-dns/dnsviz/dnsviz-0.8.2.ebuild
+++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/

2019-04-03 Thread Patrice Clement
commit: 7ce007911465e67aac63e193ceafed3af9045e5c
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Fri Mar 22 02:53:10 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr  3 20:17:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce00791

net-dns/dnsviz: new package.

DNSViz is a tool suite for analysis and visualization of Domain Name System
(DNS) behavior, including its security extensions (DNSSEC).

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11454
Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Signed-off-by: Patrice Clement  gentoo.org>

 net-dns/dnsviz/Manifest|  1 +
 net-dns/dnsviz/dnsviz-0.8.2.ebuild | 47 ++
 net-dns/dnsviz/metadata.xml| 20 
 3 files changed, 68 insertions(+)

diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest
new file mode 100644
index 000..7f11cfca787
--- /dev/null
+++ b/net-dns/dnsviz/Manifest
@@ -0,0 +1 @@
+DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B 
c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf
 SHA512 
5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80

diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild 
b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
new file mode 100644
index 000..74b6aa78b4b
--- /dev/null
+++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1 eutils
+
+DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"
+HOMEPAGE="http://dnsviz.net/;
+SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   dev-python/libnacl[${PYTHON_USEDEP}]
+   >=dev-python/m2crypto-0.31.0[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   ${DEPEND}"
+
+python_prepare_all() {
+   # Fix the ebuild to use correct FHS/Gentoo policy paths for 0.8.2
+   sed -i "s*share/doc/dnsviz*share/doc/dnsviz-${PV}*g" "${S}"/setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+pkg_postinst() {
+   elog "Support for extra feature can be get from:"
+   optfeature "Support for pre-deployment testing" net-dns/bind
+
+   # Warn about extra requirements for >=OpenSSL 1.1.0
+   if has_version '=dev-libs/openssl-1.1*'; then
+  echo
+  ewarn "With OpenSSL version 1.1.0 and later,the OpenSSL GOST Engine"
+  ewarn "is necessary to validate DNSSEC signatures with algorithm 12"
+  ewarn "(GOST R 34.10-2001) and digests of type 3 (GOST R 34.11-94)"
+  ewarn "OpenSSL GOST Engine can be get from --> dev-libs/gost-engine"
+   fi
+}

diff --git a/net-dns/dnsviz/metadata.xml b/net-dns/dnsviz/metadata.xml
new file mode 100644
index 000..c1ee72309eb
--- /dev/null
+++ b/net-dns/dnsviz/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hasan.cali...@psauxit.com
+   Hasan ÇALIŞIR
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   DNSViz is a tool suite for analysis and visualization of Domain Name 
+   System (DNS) behavior, including its security extensions (DNSSEC).
+   This tool suite powers the Web-based analysis.
+   
+   
+   dnsviz/dnsviz
+   
+