DESCR:
pytest-relaxed provides 'relaxed' test discovery for pytest.
It is the spiritual successor to https://pypi.python.org/pypi/spec,
but is built for pytest instead of nosetests, and rethinks some
aspects of the design (such as increased ability to opt-in to various
behaviors.)
Version 1.1.5
OK sthen
- fix reading pack files larger than 2GB
- try not to hide errors from helper programs when got exits
- use less empty padding space after author name in 'tog log'
- rename 'got init' and 'got import' default branch to "main" (patch by kmos@)
- add optional colorized display mode to tog
- make 'tog log' show abbreviated commit IDs if the window is large enough
- fix staging of multiple files with -p
- show commit date's century in 'got blame' output (patch by Tracey Emery)
cvsync is buggy and crashes. It also replicates the repository in such
a way that there are problems with branches in the copies. It is
abandonware, the last release is 14 years old.
ok sthen@
The clang-tools-extra contains helpful developer tools using Clang's tooling
API.
This port is more or less a copy from devel/llvm and it tries to package the
clang extra tools without increasing the complexity of devel/llvm.
Requested by many. Tested by otto@. Tweaks and OK jca@ (Thanks a lot!)
Since hw.smt was introduced git may use more threads than there are cpus
actually available on the system. Fix this using
sysconf(_SC_NPROCESSORS_ONLN).
Fix memory amount detection in git gc: HW_PHYSMEM64 has been needed for
years to handle hosts with more than 2GB of ram. Leave the HW_PHYSMEM
code path alone for other BSD systems, but fix it so that the detected
amount of memory isn't random stack garbage.
ok sthen@ kn@ (maintainer)