Files
2025-11-17 11:52:11 -05:00

28 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-pefile
version 2024.8.26
revision 0
maintainers nomaintainer
platforms {darwin any}
supported_archs noarch
license MIT
description Parse and work with Portable Executable (PE) files
long_description pefile is a multi-platform Python module to parse and work \
with Portable Executable (PE) files. PE is the format used \
for executables, DLLs, object code, and other purposes on \
32- and 64-bit versions of Windows operating systems. PE \
is also the standard executable format in EFI environments.
homepage https://github.com/erocarrera/pefile
checksums rmd160 dfceefc7c3676d7ba319a4b0984e15b8aa05126b \
sha256 3ff6c5d8b43e8c37bb6e6dd5085658d658a7a0bdcd20b6a07b1fcfc1c4e9d632 \
size 76008
python.versions 310 311 312 313 314