./devel/py-macholib, Mach-O header analysis and editing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.16.3, Package name: py311-macholib-1.16.3, Maintainer: pkgsrc-users

macholib can be used to analyze and edit Mach-O headers, the executable format
used by Mac OS X.

It's typically used as a dependency analysis tool, and also to rewrite dylib
references in Mach-O headers to be @executable_path relative.

Though this tool targets a platform specific file format, it is pure python code
that is platform and endian independent.


Required to run:
[devel/py-setuptools] [graphics/py-altgraph] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 57.919 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-29 15:41:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-macholib: updated to 1.16.3

1.16.3
Unknown changes
   2022-10-10 12:09:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-macholib: updated to 1.16.2

macholib 1.16.2
---------------
* Update classifiers for Python 3.11

macholib 1.16.1
---------------
* Added some new CPU subtype definitions
   2022-04-15 18:02:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-macholib: updated to 1.16

macholib 1.16
* Add ``allow_unknown_load_commands`` option to ``MachO`` and
  ```macholib.MachOHeader``.
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-09-12 11:56:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-macholib: updated to 1.15.2

macholib 1.15.2
* Explicitly mention Python 3.10 in the project metadata