about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyelftools
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05python3.pkgs.pyelftools: fix aarch64 buildJörg Thalheim1-1/+1
2021-01-15python3Packages.pyelftools: unstable-0.27 -> 0.27Fabian Affolter1-6/+6
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-06python3Packages.pyelftools: disable tests on DarwinSirio Balmelli1-1/+1
af27072 broke the build on Darwin. There does not seem to be any way to sanely enable tests on Darwin. Tests initially fail because of missing 'greadelf' expected by test/run_readelf_tests.py. This is fixed by: - adding 'binutils-unwrapped' to checkInputs - hardlinking 'readelf' to 'greadelf' in a temp bin dir - exporting temp bin dir to PATH This leads to further test failures because of 'readelf' version mismatch causing output inconsistencies. See test/run_readelf_tests.py:31 for further details. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-10-01python3Packages.pyelftools: 0.26 -> unstable-09-23Pamplemousse1-9/+12
And fix the tests. Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30python: pyelftools: 0.25 -> 0.26Frederik Rietdijk1-2/+2
2018-12-03python: pyelftools: 0.24 -> 0.25Frederik Rietdijk1-2/+2
2018-10-27pythonPackages.pyelftools: refactor move to python-modulesChris Ostrouchov1-0/+31