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/python-axolotl-curve25519/
Date: Thu, 03 Nov 2022 23:15:23
Message-Id: 1667517296.122beea7d828348121e4fc7203dc6c36a3478f74.conikost@gentoo
1 commit: 122beea7d828348121e4fc7203dc6c36a3478f74
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 23:02:33 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 23:14:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122beea7
7
8 dev-python/python-axolotl-curve25519: migrate to pep517
9
10 Also fixed QA PythonGHDistfileSuffix.
11
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-python/python-axolotl-curve25519/Manifest | 2 +-
15 ....4.1_p2-r2.ebuild => python-axolotl-curve25519-0.4.1_p2-r3.ebuild} | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest
19 index d678c06615a3..e488ad0bf951 100644
20 --- a/dev-python/python-axolotl-curve25519/Manifest
21 +++ b/dev-python/python-axolotl-curve25519/Manifest
22 @@ -1 +1 @@
23 -DIST python-axolotl-curve25519-0.4.1-2.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d
24 +DIST python-axolotl-curve25519-0.4.1-2.gh.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d
25
26 diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r2.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild
27 similarity index 88%
28 rename from dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r2.ebuild
29 rename to dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild
30 index 8586686ebb6b..4ee2dee9744b 100644
31 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r2.ebuild
32 +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild
33 @@ -3,7 +3,7 @@
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 @@ -12,7 +12,7 @@ MY_PV="${PV/_p/-}"
43
44 DESCRIPTION="A python wrapper for the curve25519 library with ed25519 signatures"
45 HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519"
46 -SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
47 +SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.gh.tar.gz"
48 S="${WORKDIR}/${PN}-${MY_PV}"
49
50 LICENSE="BSD GPL-3"