py3c is a header-only C library which provides a python 2/3 compat layer.
This is required to compile the Python bindings of Subversion 1.14.
with tweaks by jca@, landry@, sthen@
ok jca@ sthen@
Small and dependency free Python package to infer file type and MIME type
checking the magic numbers signature of a file or buffer.
This is a Python port from filetype Go package.
with some suggestions and ok kmos@
deprecation is a library that enables automated deprecations. It offers the
deprecated() decorator to wrap functions, providing proper warnings both in
documentation and via Python's warnings system, as well as the
deprecation.fail_if_not_removed() decorator for test methods to ensure that
deprecated code is eventually removed.
ok kmos@
The assembly code is not compatible with clang's integrated assembler. bcallah@
found out that the code is meant for GNU as(1) and could be rewritten, but
we're going with as(1) for the time being.
OK jca@ and bcallah@
- Switch CMake to pyhton3
- Remove all Modules under files. This should no longer be necessary.
- Remove our self hacked MODJAVA* MODLUA* MODPY* MODRUBY* modules.
- Instead we help the original cmake modules, see cmake.port.mk. That
saves and all these patches and is in my opinion more correct!
- Fix cmake debug packages:
- If DEBUG_PACKAGES is set cmake will NOT create a "install strip rule". Idea
by landry@
This went through a full amd64 bulk build.
https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
talks about this being available in autoconf 2.70, but that version
has not yet been released.
This is useful for people generating distfiles on OpenBSD for software
used on other OS as --runstatedir is wanted for software in some Linux
distributions.
req by claudio@, ok espie@ (maintainer)
- fix small pic for secure-plt mode (from kettenis@)
- modify LLVM's DAGCombiner to skip an optimization if it
would make an illegal ISD::ADDE node, fixing a fatal backend error
(from gkoehler@ with help from mortimer@)
OK jca@ (maintainer)