python.pkgs.click_5: uninit
Was only used by platformio, which now pins the click version using packageOverrides.
This commit is contained in:
parent
c664dc8d19
commit
579023d698
@ -1,22 +0,0 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "click";
|
||||
version = "6.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://click.pocoo.org/;
|
||||
description = "Create beautiful command line interfaces in Python";
|
||||
longDescription = ''
|
||||
A Python package for creating beautiful command line interfaces in a
|
||||
composable way, with as little code as necessary.
|
||||
'';
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ mog ];
|
||||
};
|
||||
}
|
@ -1550,8 +1550,6 @@ in {
|
||||
|
||||
click = callPackage ../development/python-modules/click {};
|
||||
|
||||
click_5 = callPackage ../development/python-modules/click/5_1.nix {};
|
||||
|
||||
click-log = callPackage ../development/python-modules/click-log {};
|
||||
|
||||
click-plugins = callPackage ../development/python-modules/click-plugins {};
|
||||
|
Loading…
Reference in New Issue
Block a user