R. RyanTM
42db619720
python38Packages.progressbar2: 3.54.0 -> 3.55.0
2021-10-16 08:48:53 -07:00
R. RyanTM
f584d169ac
python38Packages.progressbar2: 3.53.3 -> 3.54.0
2021-10-13 12:46:42 +00:00
R. RyanTM
9c7aa4b83c
python38Packages.progressbar2: 3.53.2 -> 3.53.3
2021-09-15 10:51:34 +00:00
R. RyanTM
895592ae3b
python38Packages.progressbar2: 3.53.1 -> 3.53.2
2021-09-10 13:46:47 +00: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
sternenseemann
0cefcc625d
pythonPackages.progressbar2: fix build
...
build failed because tests depend on pytest-pep8 which is unmaintained
and therefore not worth packaging. it's probably better to wait for
upstream to resolve the linked issue.
2020-12-22 19:22:58 +01:00
Drew Risinger
6bb2eae2ff
treewide: remove dead pytestpep8 references
...
pytestpep8 was removed in 25c9946f95
.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
2020-12-10 21:14:42 -05:00
R. RyanTM
e54442c5cb
python27Packages.progressbar2: 3.51.4 -> 3.53.1
2020-09-30 03:17:36 +00:00
Manuel Bärenz
5358773f85
pythonPackages.progressbar2: 3.51.3 -> 3.51.4
2020-06-26 10:01:40 +02:00
Manuel Bärenz
b79c4eca5c
pythonPackages.progressbar2: Fix checkPhase
2020-06-25 15:36:07 +02:00
Frederik Rietdijk
dde7db9324
python: progressbar2: 3.47.0 -> 3.51.3
2020-06-11 10:00:18 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Pamplemousse
ec1a445028
pythonPackage.progressbar2: Fix
...
The `postPatch` phase is failing when no `.pyc` file is generated in
`tests` by the build (`rm: missing operand` error).
As per @jonringer's comment, the whole `postPatch` is not needed anymore.
2019-12-03 09:21:56 -07:00
Frederik Rietdijk
6707246fd5
python: progressbar2: 3.42.0 -> 3.47.0
2019-10-27 16:26:49 +01:00
R. RyanTM
9bf6694abf
python37Packages.progressbar2: 3.39.3 -> 3.42.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-progressbar2/versions
2019-06-23 18:12:59 +02:00
R. RyanTM
5271abdb86
python37Packages.progressbar2: 3.39.2 -> 3.39.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-progressbar2/versions
(cherry picked from commit dfd04596fe5eea2cfa736660cad10ddf8b2c8f0b)
2019-04-07 13:53:38 +02:00
Frederik Rietdijk
6f0555b030
python.pkgs: rename pytestflakes to pytest-flakes
...
to follow naming guideline
2019-02-17 14:40:55 +01:00
Robert Schütz
6672304418
python.pkgs.progressbar2: 3.12.0 -> 3.39.2
2019-01-22 16:19:52 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Robert Schütz
ee8f15ec7c
pythonPackages.pytestrunner: 2.6.2 -> 3.0
...
Also add missing dependency to progressbar2
2018-01-20 13:37:43 +01:00
Frederik Rietdijk
1623c8371c
buildPythonPackage: rename nix_run_setup.py to nix_run_setup
...
If the extension is .py it tends to be picked up by tools, breaking for
example tests.
2018-01-20 13:31:14 +01:00
Ashley Gillman
f4508a0adf
pythonPackages.progressbar2: Get tests running.
2018-01-17 12:58:27 +10:00
Ashley Gillman
19b3b16384
pythonPackages.progressbar2: move to separate file.
2018-01-16 18:46:30 +10:00