natsukium 2024-03-21 22:04:03 +09:00
parent 7e0c9fa4ee
commit 60d35e0522
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 11 additions and 5 deletions

View File

@ -6,29 +6,35 @@
, pytestCheckHook
, tomli
, twine
, pythonOlder
}:
buildPythonPackage rec {
pname = "hatch-jupyter-builder";
version = "0.8.3";
format = "pyproject";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyterlab";
repo = "hatch-jupyter-builder";
rev = "refs/tags/v${version}";
hash = "sha256-UywhFJ8d1+lSFOF5ECsknDeQuO7ppckdy5IqAT14ius=";
hash = "sha256-QDWHVdjtexUNGRL+dVehdBwahSW2HmNkZKkQyuOghyI=";
};
nativeBuildInputs = [
build-system = [
hatchling
];
dependencies = [
hatchling
];
nativeCheckInputs = [
pytest-mock
pytestCheckHook
tomli
twine
] ++ lib.optionals (pythonOlder "3.11") [
tomli
];
disabledTests = [