commit:     6aa81ed253e15e2b3f4d9117eecd6592d89ca6e7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 23:00:52 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 23:14:55 2022 +0000
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 <conikost <AT> 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"

Reply via email to