about summary refs log tree commit diff
path: root/pkgs/development/tools/pew
AgeCommit message (Collapse)AuthorFilesLines
2023-05-25treewide: make fetchPypi more explicitWeijia Wang1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
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-04-07pew: 1.1.2 -> 1.2.0, fix buildJonathan Ringer1-29/+25
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-25pew: add homepageAlyssa Ross1-0/+1
2018-11-25pew: fix buildAlyssa Ross1-0/+2
Fixes https://github.com/NixOS/nixpkgs/issues/51034.
2018-02-28Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-2/+2
Conflicts: pkgs/applications/misc/pytrainer/default.nix pkgs/development/tools/pew/default.nix pkgs/tools/misc/you-get/default.nix
2018-02-28pew: 1.1.0 -> 1.1.2Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/jr9kc24yp5cxdsk6m0f7iiqviz4q5s8y-pew-1.1.2/bin/.pew-wrapped version` and found version 1.1.2 - ran `/nix/store/jr9kc24yp5cxdsk6m0f7iiqviz4q5s8y-pew-1.1.2/bin/pew version` and found version 1.1.2 - found 1.1.2 with grep in /nix/store/jr9kc24yp5cxdsk6m0f7iiqviz4q5s8y-pew-1.1.2 - found 1.1.2 in filename of file in /nix/store/jr9kc24yp5cxdsk6m0f7iiqviz4q5s8y-pew-1.1.2 cc "@berdario"
2018-02-26python: pew: 1.1.0 -> 1.1.2Frederik Rietdijk1-2/+2
2017-10-16pew: 0.1.14 -> 1.1.0Dario Bertini1-0/+32
Pew was actually broken, due to a SHELL PATH check that had been added in the previous release (though this shouldn't have hampered users with bash as their shell)