python3Packages.tracerite: 1.1.1 -> 1.1.3
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tracerite";
|
pname = "tracerite";
|
||||||
version = "1.1.1";
|
version = "1.1.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@@ -20,14 +20,13 @@ buildPythonPackage rec {
|
|||||||
owner = "sanic-org";
|
owner = "sanic-org";
|
||||||
repo = "tracerite";
|
repo = "tracerite";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rI1MNdYl/P64tUHyB3qV9gfLbGbCVOXnEFoqFTkaqgg=";
|
hash = "sha256-T210vRXFWlTs5ke13DVvZEVsonXiT+g6xSI63+DxLXc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools-scm ];
|
build-system = [ setuptools-scm ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
html5tagger
|
html5tagger
|
||||||
setuptools
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
@@ -42,7 +41,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tracebacks for Humans in Jupyter notebooks";
|
description = "Tracebacks for Humans in Jupyter notebooks";
|
||||||
homepage = "https://github.com/sanic-org/tracerite";
|
homepage = "https://github.com/sanic-org/tracerite";
|
||||||
changelog = "https://github.com/sanic-org/tracerite/releases/tag/v${version}";
|
changelog = "https://github.com/sanic-org/tracerite/releases/tag/${src.tag}";
|
||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
maintainers = with maintainers; [ p0lyw0lf ];
|
maintainers = with maintainers; [ p0lyw0lf ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user