From a53bfac61e12e6a7acd1192ac02852be86e8dd54 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 5 Apr 2022 04:25:26 +0100 Subject: [PATCH] dev-python/pefile: style tweaks; PEP517 Signed-off-by: Sam James --- 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 84c6fed769276..e80b72dea4578 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 84c6fed769276..e80b72dea4578 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