python3Packages.pscript: 0.7.7 -> 0.8.0
https://github.com/flexxui/pscript/blob/v0.8.0/docs/releasenotes.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
flit-core,
|
||||
pytestCheckHook,
|
||||
nodejs,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pscript";
|
||||
version = "0.7.7";
|
||||
version = "0.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,10 +19,10 @@ buildPythonPackage rec {
|
||||
owner = "flexxui";
|
||||
repo = "pscript";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AhVI+7FiWyH+DfAXnau4aAHJAJtsWEpmnU90ey2z35o=";
|
||||
hash = "sha256-pqjig3dFJ4zfpor6TT6fiBMS7lAtJE/bAYbzl46W/YY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ flit-core ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python to JavaScript compiler";
|
||||
homepage = "https://pscript.readthedocs.io";
|
||||
changelog = "https://github.com/flexxui/pscript/blob/v${version}/docs/releasenotes.rst";
|
||||
changelog = "https://github.com/flexxui/pscript/blob/${src.tag}/docs/releasenotes.rst";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user