mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
3b852dc6d0
While I'm here, do some clenup: - use shortname in MASTER_SITES - drop LICENSE_FILE for well-know license (MIT) - strict python versions to 2.x only - replace redefinition of the whole PYDISTUTILS_EGGINFO with just PYDISTUTILS_PKGVERSION - add tab in pkg-descr PR: 167484 Submitted by: antoine (maintainer)
6 lines
215 B
Plaintext
6 lines
215 B
Plaintext
pefile is a Python module to read and work with PE files. Most of the
|
|
information in the PE Header is accessible, as well as all the sections,
|
|
section's information and data.
|
|
|
|
WWW: http://code.google.com/p/pefile/
|