[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2024-03-09 Thread Conrad Kostecki
commit: 7623c0c369134cf75ff5299c3e0ac53343f7e39a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Mar  9 16:59:22 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar  9 17:41:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7623c0c3

dev-python/dissononce: add python3.12 support

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/dissononce-0.34.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
index 412772eeebcc..572f8f4c5e0e 100644
--- a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3-r3.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2022-11-03 Thread Conrad Kostecki
commit: 6aa81ed253e15e2b3f4d9117eecd6592d89ca6e7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Nov  3 23:00:52 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Nov  3 23:14:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa81ed2

dev-python/dissononce: migrate to pep517

Also fixed QA PythonGHDistfileSuffix.

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/Manifest| 2 +-
 .../{dissononce-0.34.3-r2.ebuild => dissononce-0.34.3-r3.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/dissononce/Manifest b/dev-python/dissononce/Manifest
index 2f18f3535002..1239824160f9 100644
--- a/dev-python/dissononce/Manifest
+++ b/dev-python/dissononce/Manifest
@@ -1 +1 @@
-DIST dissononce-0.34.3.tar.gz 594227 BLAKE2B 
e37ce7a41aa71f36a60b14b3da50df5c387aa64c472a48fe76d66f05ee495673b2719fb0ca0fab196992c4920eeba72701d47defceb70c2d85f5f894d13d40dd
 SHA512 
f192c3f6abc3943fa8fffe959d3db74e810483c9f5868cc128a851ffc42069d084c0d935ca74fd45d5bcce3fe2cfeeb788094dc34f0567ed709ddfb57275fa18
+DIST dissononce-0.34.3.gh.tar.gz 594227 BLAKE2B 
e37ce7a41aa71f36a60b14b3da50df5c387aa64c472a48fe76d66f05ee495673b2719fb0ca0fab196992c4920eeba72701d47defceb70c2d85f5f894d13d40dd
 SHA512 
f192c3f6abc3943fa8fffe959d3db74e810483c9f5868cc128a851ffc42069d084c0d935ca74fd45d5bcce3fe2cfeeb788094dc34f0567ed709ddfb57275fa18

diff --git a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild 
b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
similarity index 93%
rename from dev-python/dissononce/dissononce-0.34.3-r2.ebuild
rename to dev-python/dissononce/dissononce-0.34.3-r3.ebuild
index 51ae45736b34..9406ce9fb907 100644
--- a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS="bdepend"
+DISTUTILS_USE_PEP517="setuptools"
 PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python implementation for Noise Protocol Framework"
 HOMEPAGE="https://github.com/tgalal/dissononce;
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2022-11-03 Thread Conrad Kostecki
commit: c92813a2e8d75bcecf7a24c693463cc94d87c873
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Nov  2 20:15:46 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Nov  3 22:37:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92813a2

dev-python/dissononce: add python3.11 support

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/dissononce-0.34.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild 
b/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
index f07d87ad9b5d..51ae45736b34 100644
--- a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2021-07-01 Thread Conrad Kostecki
commit: ceba7ac3859dedd489ab536b4909a3af966d90d9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul  1 20:16:03 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul  1 21:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceba7ac3

dev-python/dissononce: add python3.10 support

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/dissononce-0.34.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3-r1.ebuild 
b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
index 5e60c2fd128..18e6ecea9dd 100644
--- a/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2020-08-24 Thread Conrad Kostecki
commit: 7cd7e12629de625a033261d5d8d178a8dd16
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:44:48 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd7e126

dev-python/dissononce: drop old version

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/dissononce-0.34.3.ebuild | 45 --
 1 file changed, 45 deletions(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
deleted file mode 100644
index ba5c872c5ff..000
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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
-
-DESCRIPTION="A python implementation for Noise Protocol Framework"
-HOMEPAGE="https://github.com/tgalal/dissononce;
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples test"
-
-# Currently no tests are available,
-# they will be added in future by upstream.
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/transitions[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" )
-
-python_test() {
-   esetup.py test
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   use examples && dodoc examples/patterns/*.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2020-08-24 Thread Conrad Kostecki
commit: 98e523fcd420fc29d9e800ba1621af285ac970b0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 20:43:37 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e523fc

dev-python/dissononce: add python3.9 support

Also adjusted test deps and enabled tests.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/dissononce-0.34.3-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/dissononce/dissononce-0.34.3-r1.ebuild 
b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
new file mode 100644
index 000..57475f3014d
--- /dev/null
+++ b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python implementation for Noise Protocol Framework"
+HOMEPAGE="https://github.com/tgalal/dissononce;
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="examples test"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/transitions[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" )
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+
+   use examples && dodoc examples/patterns/*.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2020-02-02 Thread Michał Górny
commit: 36d97bdcf8cf44d3e55dc9e457624dd47f6eb634
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  2 15:17:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  2 15:34:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d97bdc

dev-python/dissononce: Remove py2

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

 dev-python/dissononce/dissononce-0.34.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
index b57b081af89..ba5c872c5ff 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2019-12-17 Thread Conrad Kostecki
commit: 9ff488ba1065f3edfea6d4f2aa1957df50435af3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Dec 17 17:23:20 2019 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Dec 17 18:37:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff488ba

dev-python/dissononce: add python3.8 support

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/dissononce/dissononce-0.34.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
index fbb9a755907..24a9d90eae7 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2019-10-03 Thread Agostino Sarubbo
commit: 4bff32d9d15e0d977b128c6164ade8213060a34a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 09:40:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 09:40:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bff32d9

dev-python/dissononce: x86 stable wrt bug #695338

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

 dev-python/dissononce/dissononce-0.34.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
index cbb23b357a9..fbb9a755907 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples test"
 
 # Currently no tests are available,



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/

2019-10-03 Thread Agostino Sarubbo
commit: 76fbb0a45d04904a972425c4fdfed14035f1bc19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:23:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:23:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fbb0a4

dev-python/dissononce: amd64 stable wrt bug #695338

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

 dev-python/dissononce/dissononce-0.34.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
index c5583d3590b..cbb23b357a9 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples test"
 
 # Currently no tests are available,



[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/files/, dev-python/dissononce/

2019-08-02 Thread Joonas Niilola
commit: 3447f783465da762b956c9261199dbc8d1eca193
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Jul 26 21:14:26 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Aug  2 18:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3447f783

dev-python/dissononce: New package

This is a new dependency for the >=net-im/yowsup-3 version bump.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/dissononce/Manifest |  1 +
 dev-python/dissononce/dissononce-0.34.3.ebuild | 45 ++
 .../dissononce-0.34.3-fix-test-requirements.patch  | 32 +++
 dev-python/dissononce/metadata.xml | 22 +++
 4 files changed, 100 insertions(+)

diff --git a/dev-python/dissononce/Manifest b/dev-python/dissononce/Manifest
new file mode 100644
index 000..2f18f353500
--- /dev/null
+++ b/dev-python/dissononce/Manifest
@@ -0,0 +1 @@
+DIST dissononce-0.34.3.tar.gz 594227 BLAKE2B 
e37ce7a41aa71f36a60b14b3da50df5c387aa64c472a48fe76d66f05ee495673b2719fb0ca0fab196992c4920eeba72701d47defceb70c2d85f5f894d13d40dd
 SHA512 
f192c3f6abc3943fa8fffe959d3db74e810483c9f5868cc128a851ffc42069d084c0d935ca74fd45d5bcce3fe2cfeeb788094dc34f0567ed709ddfb57275fa18

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
new file mode 100644
index 000..c5583d3590b
--- /dev/null
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python implementation for Noise Protocol Framework"
+HOMEPAGE="https://github.com/tgalal/dissononce;
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+# Currently no tests are available,
+# they will be added in future by upstream.
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/transitions[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" )
+
+python_test() {
+   esetup.py test
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   use examples && dodoc examples/patterns/*.py
+}

diff --git 
a/dev-python/dissononce/files/dissononce-0.34.3-fix-test-requirements.patch 
b/dev-python/dissononce/files/dissononce-0.34.3-fix-test-requirements.patch
new file mode 100644
index 000..037706f4866
--- /dev/null
+++ b/dev-python/dissononce/files/dissononce-0.34.3-fix-test-requirements.patch
@@ -0,0 +1,32 @@
+From 4fad01ef1689380b6de685aef5e85ebb1696cce5 Mon Sep 17 00:00:00 2001
+From: Conrad Kostecki 
+Date: Sun, 2 Jun 2019 01:19:16 +0200
+Subject: [PATCH] setup.py: fix test requirements
+
+/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'test_requires'
+Package installs 'tests' package which is forbidden and likely a bug in the 
build system.
+
+Signed-off-by: Conrad Kostecki 
+---
+ setup.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 77cd54b..4d4423f 100644
+--- a/setup.py
 b/setup.py
+@@ -5,12 +5,12 @@
+ setup(
+ name='dissononce',
+ version=dissononce.__version__,
+-packages=find_packages(exclude=['tests', 'examples']),
++packages=find_packages(exclude=['tests*', 'examples']),
+ install_requires=['cryptography>=2.5'],
+ extras_require={
+ 'GuardedHandshakeState': ['transitions']
+ },
+-test_requires=['pytest'],
++tests_require=['pytest'],
+ license='MIT',
+ author='Tarek Galal',
+ author_email='tare2.ga...@gmail.com',

diff --git a/dev-python/dissononce/metadata.xml 
b/dev-python/dissononce/metadata.xml
new file mode 100644
index 000..e93d01b1546
--- /dev/null
+++ b/dev-python/dissononce/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Dissononce is a python implementation for Noise Protocol 
Framework.
+   A main goal of this project is to provide a simple,
+   easy to read and understand practical reference for Noise 
enthusiasts,
+   implementers and users.
+   
+   
+   https://github.com/tgalal/dissononce/issues
+   tgalal/dissononce
+   
+