Commit Graph

23 Commits

Author SHA1 Message Date
Guillaume Girol
33afbf39f6 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.
2023-01-21 12:00:00 +00:00
R. Ryantm
54ad73f8ba python310Packages.bpython: 0.23 -> 0.24 2023-01-19 13:13:24 +00:00
Martin Weinelt
df2d130ee0 python3Packages.dataclasses: drop
Only required on python36, which was dropped a while ago.
2022-11-29 01:34:58 +01:00
Martin Weinelt
ef1cb88551 python3Packages.bpython: 0.22.1 -> 0.23 2022-09-18 23:57:38 +02:00
Fabian Affolter
8aa77956a1 python310Packages.bpython: disable failing test 2022-05-03 10:18:45 +02:00
Robert Schütz
2bcedb75d1 python3Packages.bpython: update dependencies 2021-12-21 13:59:29 +00:00
Jonathan Ringer
c064af6e4a
python3Packages.bpython: 0.21 -> 0.22.1 2021-11-30 18:48:37 -08:00
Eduardo Sánchez Muñoz
70aebf32b1 pythonPackages.bpython: fix build 2021-05-07 20:12:58 +02:00
Frederik Rietdijk
8830c7f6b7 python3Packages.bpython: 0.20.1 -> 0.21 2021-04-03 17:48:26 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
0e77efac27 python37Packages.bpython: 0.20 -> 0.20.1 2020-11-15 00:30:45 -08:00
R. RyanTM
2b99e4f629 python37Packages.bpython: 0.19 -> 0.20 2020-10-16 09:36:13 -07:00
Florian Klink
7de3d934da 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.
2020-06-03 22:11:37 +02:00
R. RyanTM
7837086b6b python27Packages.bpython: 0.18 -> 0.19 2020-04-05 10:44:18 +00:00
Florian Klink
e3907717cc bpython: fix build
aeb63f40dd bumped bpython to 0.18, but it
failed to build afterwards, due to the .desktop file being renamed.
2019-10-31 10:38:37 -07:00
Frederik Rietdijk
aeb63f40dd python: bpython: 0.17.1 -> 0.18 2019-10-27 15:29:12 +01:00
Robert Schütz
b0a9ac798a python.pkgs.bpython: correct Exec in bpython.desktop 2019-03-05 10:32:24 +01:00
Frederik Rietdijk
7f28313c42 python: bpython: 0.17 -> 0.17.1 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
4c88132d25 Merge commit 'a0f8e3a' into HEAD 2018-01-22 16:08:37 +01:00
Florian Klink
71c9ee7f9d bpython: fetch from PyPi
0.17 recently got released on PyPi
2018-01-21 22:02:05 +01:00
Florian Klink
70c200a952 bpython: don't set name attribute anymore 2018-01-20 13:48:37 +01:00
Florian Klink
978a9ba0cd bpython: 0.12 -> 0.17 2017-10-29 12:28:26 +01:00