summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/j2cli/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages.j2cli: Add SuperSandro2000 as maintainerSandro Jäckel2021-02-051-1/+1
* 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
* j2cli: skip checkPhase•••There are no tests in the installed package so nothing to test. Manuel Mendez2020-04-061-2/+1
* j2cli: fix missing dependency on setuptools•••Was getting ``` ... import pkg_resources ImportError: No module named pkg_resources ```Manuel Mendez2020-04-061-1/+2
* python27Packages.j2cli: 0.3.8 -> 0.3.10•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-j2cli/versions R. RyanTM2019-06-181-7/+5
* python27Packages.j2cli: 0.3.7 -> 0.3.8•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-j2cli/versions R. RyanTM2019-05-121-2/+2
* python: j2cli: 0.3.6.post1 -> 0.3.7Frederik Rietdijk2019-04-241-2/+2
* python27Packages.j2cli: 0.3.5.post1 -> 0.3.6.post1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-j2cli/versions (cherry picked from commit b0f57c66eb32b0239a2c51ef7bdff9cd695e7aba) R. RyanTM2019-04-071-2/+2
* python: j2cli: 0.3.1-0 -> 0.3.5.post1Frederik Rietdijk2019-01-181-2/+2
* pythonPackages.j2cli: refactor move to python-modulesChris Ostrouchov2018-10-171-0/+34