summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bpython (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python310Packages.bpython: 0.23 -> 0.24R. Ryantm2023-01-191-2/+2
* python3Packages.dataclasses: drop•••Only required on python36, which was dropped a while ago. Martin Weinelt2022-11-291-4/+1
* python3Packages.bpython: 0.22.1 -> 0.23Martin Weinelt2022-09-181-2/+2
* python310Packages.bpython: disable failing testFabian Affolter2022-05-031-2/+16
* python3Packages.bpython: update dependenciesRobert Schütz2021-12-212-35/+14
* python3Packages.bpython: 0.21 -> 0.22.1Jonathan Ringer2021-11-301-2/+2
* pythonPackages.bpython: fix buildEduardo Sánchez Muñoz2021-05-071-7/+15
* python3Packages.bpython: 0.20.1 -> 0.21Frederik Rietdijk2021-04-031-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* 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 Profpatsch2021-01-111-2/+2
* python37Packages.bpython: 0.20 -> 0.20.1R. RyanTM2020-11-151-2/+2
* python37Packages.bpython: 0.19 -> 0.20R. RyanTM2020-10-161-2/+2
* bpython: substituteAll the path to `which`•••This is used to detect the presence of xclip and other clipboard handling tools. Fixes https://github.com/NixOS/nixpkgs/issues/56941. Florian Klink2020-06-032-1/+43
* python27Packages.bpython: 0.18 -> 0.19R. RyanTM2020-04-051-2/+2
* bpython: fix build•••aeb63f40dd11157dc41f1f773abafe6f2666ac16 bumped bpython to 0.18, but it failed to build afterwards, due to the .desktop file being renamed. Florian Klink2019-10-311-1/+1
* python: bpython: 0.17.1 -> 0.18Frederik Rietdijk2019-10-271-2/+2
* python.pkgs.bpython: correct Exec in bpython.desktopRobert Schütz2019-03-051-0/+5
* python: bpython: 0.17 -> 0.17.1Frederik Rietdijk2018-02-181-2/+2
* Merge commit 'a0f8e3a' into HEADFrederik Rietdijk2018-01-221-1/+0
|\
| * bpython: don't set name attribute anymoreFlorian Klink2018-01-201-2/+0
* | bpython: fetch from PyPi•••0.17 recently got released on PyPi Florian Klink2018-01-211-5/+4
|/
* bpython: 0.12 -> 0.17Florian Klink2017-10-291-0/+27