1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/py-pefile/pkg-descr
Ruslan Makhmatkhanov 3b852dc6d0 - update to 1.2.10-114
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)
2012-05-30 19:16:41 +00:00

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/