about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pecan
AgeCommit message (Collapse)AuthorFilesLines
2022-01-12python310Packages.pecan: 1.4.0 -> 1.4.1Fabian Affolter1-23/+17
2022-01-01python2Packages: remove superfluous overridesRobert Schütz1-2/+0
Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages.
2021-06-18python3Packages.pecan: apply the patch for SQLAlchemy 1.4.xLein Matsumaru1-2/+12
2021-04-03python2Packages.singledispatch: python 2 onlyFrederik Rietdijk1-1/+1
2021-02-23pythonPackages.pecan: remove unused inputSandro Jäckel1-1/+0
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-09-21pythonPackages.pecan: 1.3.3 -> 1.4.0Drew Risinger1-12/+33
* 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).
2019-04-18python: pecan: 1.3.2 -> 1.3.3Frederik Rietdijk1-2/+2
2019-01-03python.pkgs.pecan: fix buildJörg Thalheim1-0/+3
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-1/+1
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-02-08pythonPackages.pecan: remove superfluous patchRobert Schütz2-18/+0
2018-02-03python: pecan: 1.2.1 -> 1.3.2Frederik Rietdijk1-2/+2
2017-08-09pythonPackages.pecan: 1.0.3 -> 1.2.1adisbladis2-0/+53