python3Packages.env-canada: 0.5.16 -> 0.5.17
This commit is contained in:
parent
51521c6348
commit
32478d226d
1 changed files with 9 additions and 3 deletions
|
@ -8,18 +8,22 @@
|
||||||
, pillow
|
, pillow
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, python-dateutil
|
, python-dateutil
|
||||||
|
, pythonOlder
|
||||||
, voluptuous
|
, voluptuous
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "env-canada";
|
pname = "env-canada";
|
||||||
version = "0.5.16";
|
version = "0.5.17";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "michaeldavie";
|
owner = "michaeldavie";
|
||||||
repo = "env_canada";
|
repo = "env_canada";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-5Cxpl5iwbBtpwQ9//yhEZNCIzBZgTm/fqAo9PNNxoG4=";
|
sha256 = "sha256-viuBuyGzAUcfb4qSecZsDvoAU++FNhuwNJET/s0qyOI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -49,7 +53,9 @@ buildPythonPackage rec {
|
||||||
"test_ecradar"
|
"test_ecradar"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "env_canada" ];
|
pythonImportsCheck = [
|
||||||
|
"env_canada"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library to get Environment Canada weather data";
|
description = "Python library to get Environment Canada weather data";
|
||||||
|
|
Loading…
Reference in a new issue