Sandro Jäckel
|
9207ae756b
|
pythonPackages.j2cli: Add SuperSandro2000 as maintainer
|
2021-02-05 21:21:06 +01: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 |
|
Manuel Mendez
|
2f5dad23f8
|
j2cli: skip checkPhase
There are no tests in the installed package so nothing to test.
|
2020-04-06 12:02:25 -07:00 |
|
Manuel Mendez
|
47430e5e23
|
j2cli: fix missing dependency on setuptools
Was getting
```
...
import pkg_resources
ImportError: No module named pkg_resources
```
|
2020-04-06 12:02:25 -07:00 |
|
R. RyanTM
|
4f177b90df
|
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
|
2019-06-18 06:30:20 -05:00 |
|
R. RyanTM
|
e9b7e01828
|
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
|
2019-05-12 19:58:46 +02:00 |
|
Frederik Rietdijk
|
f2aee56c70
|
python: j2cli: 0.3.6.post1 -> 0.3.7
|
2019-04-24 18:43:25 +02:00 |
|
R. RyanTM
|
4e4018305b
|
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)
|
2019-04-07 13:53:43 +02:00 |
|
Frederik Rietdijk
|
6dc70e973d
|
python: j2cli: 0.3.1-0 -> 0.3.5.post1
|
2019-01-18 09:37:08 +01:00 |
|
Chris Ostrouchov
|
1ff519e090
|
pythonPackages.j2cli: refactor move to python-modules
|
2018-10-17 07:46:56 +02:00 |
|