about summary refs log tree commit diff
path: root/pkgs/development/python-modules/carbon
AgeCommit message (Collapse)AuthorFilesLines
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser1-2/+1
2021-06-21python3Packages.carbon: 1.1.7 -> 1.1.8Martin Weinelt1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol 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-04-06python27Packages.carbon: 1.1.6 -> 1.1.7R. RyanTM1-2/+2
2020-03-22pythonPackages.carbon: fix build and enable python3Lancelot SIX1-3/+5
2019-11-22python: carbon: 1.1.5 -> 1.1.6Frederik Rietdijk1-2/+2
2019-08-20Remove myself as maintainer of some packages.Rickard Nilsson1-1/+1
2019-01-18python: carbon: 1.1.4 -> 1.1.5Frederik Rietdijk1-2/+2
2018-10-13python: carbon: 1.1.3 -> 1.1.4Frederik Rietdijk1-2/+2
2018-08-02graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276)Bas van Dijk1-0/+24
Fixes #30891 * Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3. * Replaced the deprecated `pythonPackages.graphite_influxdb` with `pythonPackages.influxgraph.` * Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web` to be consistent with the Python package name. * Replaced the unmaintained `pythonPackages.graphite_pager` with `pythonPackages.graphitepager` * Moved all new packages from `python-packages.nix` to `pkgs/development/python-modules`