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 B1ABF15808B for ; Tue, 5 Apr 2022 03:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA25E092F; Tue, 5 Apr 2022 03:33:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F351E0930 for ; Tue, 5 Apr 2022 03:33:49 +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 5F03F3412C8 for ; Tue, 5 Apr 2022 03:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 994873A5 for ; Tue, 5 Apr 2022 03:33:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649129126.a53bfac61e12e6a7acd1192ac02852be86e8dd54.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pefile/pefile-2021.9.3.ebuild dev-python/pefile/pefile-9999.ebuild X-VCS-Directories: dev-python/pefile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a53bfac61e12e6a7acd1192ac02852be86e8dd54 X-VCS-Branch: master Date: Tue, 5 Apr 2022 03:33:45 +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: 9aac90eb-5916-4a31-9e59-00cede295af5 X-Archives-Hash: 08926a009d14ec68927abb2c316fdb52 commit: a53bfac61e12e6a7acd1192ac02852be86e8dd54 Author: Sam James gentoo org> AuthorDate: Tue Apr 5 03:25:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 5 03:25:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53bfac6 dev-python/pefile: style tweaks; PEP517 Signed-off-by: Sam James gentoo.org> dev-python/pefile/pefile-2021.9.3.ebuild | 4 ++-- dev-python/pefile/pefile-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pefile/pefile-2021.9.3.ebuild b/dev-python/pefile/pefile-2021.9.3.ebuild index 84c6fed76927..e80b72dea457 100644 --- a/dev-python/pefile/pefile-2021.9.3.ebuild +++ b/dev-python/pefile/pefile-2021.9.3.ebuild @@ -3,14 +3,14 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) - inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files" HOMEPAGE="https://github.com/erocarrera/pefile" -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/erocarrera/pefile.git" inherit git-r3 else diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild index 84c6fed76927..e80b72dea457 100644 --- a/dev-python/pefile/pefile-9999.ebuild +++ b/dev-python/pefile/pefile-9999.ebuild @@ -3,14 +3,14 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) - inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files" HOMEPAGE="https://github.com/erocarrera/pefile" -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/erocarrera/pefile.git" inherit git-r3 else