Frederik Rietdijk
959d1a4424
python2Packages.singledispatch: python 2 only
2021-04-03 17:56:14 +02:00
Sandro Jäckel
31fe1f430e
pythonPackages.pecan: remove unused input
2021-02-23 15:58:33 +01:00
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
Drew Risinger
d45ea33a85
pythonPackages.pecan: 1.3.3 -> 1.4.0
...
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
Frederik Rietdijk
5d51573a6d
python: pecan: 1.3.2 -> 1.3.3
2019-04-18 12:42:41 +02:00
Jörg Thalheim
17ef8c1c85
python.pkgs.pecan: fix build
2019-01-03 22:07:07 +01:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Robert Schütz
f4ff322d72
pythonPackages.pecan: remove superfluous patch
2018-02-08 15:10:01 +01:00
Frederik Rietdijk
150675c01b
python: pecan: 1.2.1 -> 1.3.2
2018-02-03 17:43:30 +01:00
adisbladis
490df67562
pythonPackages.pecan: 1.0.3 -> 1.2.1
2017-08-09 14:51:01 +02:00