summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-05 04:25:26 +0100
committerSam James <sam@gentoo.org>2022-04-05 04:25:26 +0100
commita53bfac61e12e6a7acd1192ac02852be86e8dd54 (patch)
tree5a0f555baddf79505eae879b3c3f44496d36b74b /dev-python/pefile
parentapp-forensics/volatility3: version bump 2.0.1 (diff)
downloadgentoo-a53bfac61e12e6a7acd1192ac02852be86e8dd54.tar.gz
gentoo-a53bfac61e12e6a7acd1192ac02852be86e8dd54.tar.bz2
gentoo-a53bfac61e12e6a7acd1192ac02852be86e8dd54.zip
dev-python/pefile: style tweaks; PEP517
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r--dev-python/pefile/pefile-2021.9.3.ebuild4
-rw-r--r--dev-python/pefile/pefile-9999.ebuild4
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