From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54BDF158021 for ; Thu, 3 Nov 2022 23:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BF59E075F; Thu, 3 Nov 2022 23:15:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7ABEE075F for ; Thu, 3 Nov 2022 23:15:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF76D341220 for ; Thu, 3 Nov 2022 23:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2315EE for ; Thu, 3 Nov 2022 23:15:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1667517296.122beea7d828348121e4fc7203dc6c36a3478f74.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl-curve25519/Manifest dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r2.ebuild dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild X-VCS-Directories: dev-python/python-axolotl-curve25519/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 122beea7d828348121e4fc7203dc6c36a3478f74 X-VCS-Branch: master Date: Thu, 3 Nov 2022 23:15:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6920ee43-9513-4db2-a671-62e176ffbd74 X-Archives-Hash: dee58d4d75eca85e09d74f8a04e190c6 commit: 122beea7d828348121e4fc7203dc6c36a3478f74 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Nov 3 23:02:33 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 3 23:14:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122beea7 dev-python/python-axolotl-curve25519: migrate to pep517 Also fixed QA PythonGHDistfileSuffix. Signed-off-by: Conrad Kostecki gentoo.org> dev-python/python-axolotl-curve25519/Manifest | 2 +- ....4.1_p2-r2.ebuild => python-axolotl-curve25519-0.4.1_p2-r3.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest index d678c06615a3..e488ad0bf951 100644 --- a/dev-python/python-axolotl-curve25519/Manifest +++ b/dev-python/python-axolotl-curve25519/Manifest @@ -1 +1 @@ -DIST python-axolotl-curve25519-0.4.1-2.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d +DIST python-axolotl-curve25519-0.4.1-2.gh.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d 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 similarity index 88% rename from dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r2.ebuild rename to dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild index 8586686ebb6b..4ee2dee9744b 100644 --- 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 @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS="bdepend" +DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -12,7 +12,7 @@ MY_PV="${PV/_p/-}" DESCRIPTION="A python wrapper for the curve25519 library with ed25519 signatures" HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519" -SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz" +SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.gh.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="BSD GPL-3"