mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-08 12:12:09 +01:00
dev-python/pefile: Sync with Gentoo
It's from Gentoo commit 103e3e3b8141c5deaa7a0b0f4bb4a49aa4155f90. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
270f9f525d
commit
0d0f8b2eef
@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..14} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
|
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..14} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
|
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user