mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
Drop Python 3.6 support
This commit is contained in:
parent
2bf5770f6e
commit
a0dc438516
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -52,6 +52,6 @@ buildPythonPackage rec {
|
|||||||
description = "Style checker for Sphinx (or other) RST documentation";
|
description = "Style checker for Sphinx (or other) RST documentation";
|
||||||
homepage = "https://github.com/pycqa/doc8";
|
homepage = "https://github.com/pycqa/doc8";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ onny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user