# -*- 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 2023.2.7 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 7bfc609234c581fe8c4187fee92c250dd4f04a83 \ sha256 82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc \ size 74854 python.versions 38 39 310 311 312 python.pep517 yes