python3Packages.holidays: 0.83 -> 0.84 (#458880)
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
importlib-metadata,
|
importlib-metadata,
|
||||||
lingva,
|
lingva,
|
||||||
|
numpy,
|
||||||
polib,
|
polib,
|
||||||
|
pytest-cov-stub,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
python-dateutil,
|
python-dateutil,
|
||||||
setuptools,
|
setuptools,
|
||||||
@@ -13,14 +15,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "holidays";
|
pname = "holidays";
|
||||||
version = "0.83";
|
version = "0.84";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vacanza";
|
owner = "vacanza";
|
||||||
repo = "python-holidays";
|
repo = "python-holidays";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-GlOydhDSg03uZUxLXDoaT/Jq3DMk+HsSxBtPQE9DQ3U=";
|
hash = "sha256-sqeU9FsIeWy4dHmC3K2ChHhtfSsWGXGWUGV90g7kmvs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@@ -44,11 +46,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
dependencies = [ python-dateutil ];
|
dependencies = [ python-dateutil ];
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
|
numpy
|
||||||
polib
|
polib
|
||||||
|
pytest-cov-stub
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -57,7 +59,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Generate and work with holidays in Python";
|
description = "Generate and work with holidays in Python";
|
||||||
homepage = "https://github.com/vacanza/python-holidays";
|
homepage = "https://github.com/vacanza/python-holidays";
|
||||||
changelog = "https://github.com/vacanza/python-holidays/releases/tag/${src.tag}";
|
changelog = "https://github.com/vacanza/holidays/blob/${src.tag}/CHANGES.md";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
fab
|
fab
|
||||||
|
|||||||
Reference in New Issue
Block a user