Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
R. RyanTM
cbd241d0e2
pwntools: 4.3.0 -> 4.3.1
2020-12-03 09:14:27 -08:00
R. RyanTM
3ae802b342
pwntools: 4.2.2 -> 4.3.0
2020-11-25 15:32:36 +01:00
R. RyanTM
3b8c31e301
pwntools: 4.2.1 -> 4.2.2
2020-10-24 22:54:17 -07:00
Pamplemousse
b6fc6b38b7
python3Packages.pwntools: Allow to use any debugger
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-08-26 09:48:15 -07:00
Kristoffer Søholm
edfcd37def
python: pwntools: 4.1.1 -> 4.2.1
...
The previous update broke the build, this updates fixes it
2020-07-29 00:32:23 +02:00
Frederik Rietdijk
8e21925db7
python: pwntools: 4.0.0b0 -> 4.1.1
2020-06-11 10:00:18 +02:00
Kristoffer Søholm
f74aafc9e6
pythonPackages.pwntools: 3.12 -> 4.0b0
...
Fixes the broken build. I chose to go directly to 4.0 beta because
stable is pretty old, and because 4.0 has python3 support.
2019-11-13 13:15:12 -08:00
Jörg Thalheim
02b4738052
pwntools: 3.11.0 -> 3.12.0
2018-02-28 09:06:06 +00:00
Kristoffer Søholm
d834ae3cbb
pythonPackages.pwntools: fix build
...
pypandoc is broken (it does not work properly with pandoc 2), so we
remove the dependency as it was only used for generating PyPI docs.
The patch will be included upstream in the next version, so it should
be removed next time this package is updated.
2018-02-02 20:02:19 +01:00
Frederik Rietdijk
b6ea6d51c2
python: pwntools: 3.10.0 -> 3.11.0
2018-01-07 09:47:13 +01:00
Kristoffer Søholm
56949d7e75
pythonPackages.pwntools: disable tests
...
There aren't any tests to run, and now the package fails to build
because of a crash while looking if there are any tests.
2017-12-17 20:03:24 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
Kristoffer Søholm
a9e5a846db
python: pwntools 3.7.1 -> 3.10.0
...
Also moved to a seperate module
2017-10-29 01:39:03 +02:00