Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/
Date: Thu, 03 Nov 2022 23:15:22
Message-Id: 1667517295.6aa81ed253e15e2b3f4d9117eecd6592d89ca6e7.conikost@gentoo
1 commit: 6aa81ed253e15e2b3f4d9117eecd6592d89ca6e7
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 23:00:52 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 23:14:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa81ed2
7
8 dev-python/dissononce: migrate to pep517
9
10 Also fixed QA PythonGHDistfileSuffix.
11
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-python/dissononce/Manifest | 2 +-
15 .../{dissononce-0.34.3-r2.ebuild => dissononce-0.34.3-r3.ebuild} | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/dissononce/Manifest b/dev-python/dissononce/Manifest
19 index 2f18f3535002..1239824160f9 100644
20 --- a/dev-python/dissononce/Manifest
21 +++ b/dev-python/dissononce/Manifest
22 @@ -1 +1 @@
23 -DIST dissononce-0.34.3.tar.gz 594227 BLAKE2B e37ce7a41aa71f36a60b14b3da50df5c387aa64c472a48fe76d66f05ee495673b2719fb0ca0fab196992c4920eeba72701d47defceb70c2d85f5f894d13d40dd SHA512 f192c3f6abc3943fa8fffe959d3db74e810483c9f5868cc128a851ffc42069d084c0d935ca74fd45d5bcce3fe2cfeeb788094dc34f0567ed709ddfb57275fa18
24 +DIST dissononce-0.34.3.gh.tar.gz 594227 BLAKE2B e37ce7a41aa71f36a60b14b3da50df5c387aa64c472a48fe76d66f05ee495673b2719fb0ca0fab196992c4920eeba72701d47defceb70c2d85f5f894d13d40dd SHA512 f192c3f6abc3943fa8fffe959d3db74e810483c9f5868cc128a851ffc42069d084c0d935ca74fd45d5bcce3fe2cfeeb788094dc34f0567ed709ddfb57275fa18
25
26 diff --git a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
27 similarity index 93%
28 rename from dev-python/dissononce/dissononce-0.34.3-r2.ebuild
29 rename to dev-python/dissononce/dissononce-0.34.3-r3.ebuild
30 index 51ae45736b34..9406ce9fb907 100644
31 --- a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
32 +++ b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
33 @@ -3,14 +3,14 @@
34
35 EAPI=8
36
37 -DISTUTILS_USE_SETUPTOOLS="bdepend"
38 +DISTUTILS_USE_PEP517="setuptools"
39 PYTHON_COMPAT=( python3_{8..11} )
40
41 inherit distutils-r1
42
43 DESCRIPTION="A python implementation for Noise Protocol Framework"
44 HOMEPAGE="https://github.com/tgalal/dissononce"
45 -SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 +SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
47
48 LICENSE="MIT"
49 SLOT="0"