summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bpython
AgeCommit message (Collapse)Author
2022-09-18python3Packages.bpython: 0.22.1 -> 0.23Martin Weinelt
2022-05-03python310Packages.bpython: disable failing testFabian Affolter
2021-12-21python3Packages.bpython: update dependenciesRobert Schütz
2021-11-30python3Packages.bpython: 0.21 -> 0.22.1Jonathan Ringer
2021-05-07pythonPackages.bpython: fix buildEduardo Sánchez Muñoz
2021-04-03python3Packages.bpython: 0.20.1 -> 0.21Frederik Rietdijk
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-15python37Packages.bpython: 0.20 -> 0.20.1R. RyanTM
2020-10-16python37Packages.bpython: 0.19 -> 0.20R. RyanTM
2020-06-03bpython: substituteAll the path to `which`Florian Klink
This is used to detect the presence of xclip and other clipboard handling tools. Fixes https://github.com/NixOS/nixpkgs/issues/56941.
2020-04-05python27Packages.bpython: 0.18 -> 0.19R. RyanTM
2019-10-31bpython: fix buildFlorian Klink
aeb63f40dd11157dc41f1f773abafe6f2666ac16 bumped bpython to 0.18, but it failed to build afterwards, due to the .desktop file being renamed.
2019-10-27python: bpython: 0.17.1 -> 0.18Frederik Rietdijk
2019-03-05python.pkgs.bpython: correct Exec in bpython.desktopRobert Schütz
2018-02-18python: bpython: 0.17 -> 0.17.1Frederik Rietdijk
2018-01-22Merge commit 'a0f8e3a' into HEADFrederik Rietdijk
2018-01-21bpython: fetch from PyPiFlorian Klink
0.17 recently got released on PyPi
2018-01-20bpython: don't set name attribute anymoreFlorian Klink
2017-10-29bpython: 0.12 -> 0.17Florian Klink