python3Packages.pymetno: 0.8.1 -> 0.8.2
This commit is contained in:
parent
5c69c99434
commit
9def31801a
@ -9,18 +9,29 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyMetno";
|
pname = "PyMetno";
|
||||||
version = "0.8.1";
|
version = "0.8.2";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
owner = "Danielhiversen";
|
owner = "Danielhiversen";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1jngf0mbn5hn166pqh1ga5snwwvv7n5kv1k9kaksrfibixkvpw6h";
|
sha256 = "0b1zm60yqj1mivc3zqw2qm9rqh8cbmx0r58jyyvm3pxzq5cafdg5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ aiohttp async-timeout pytz xmltodict ];
|
propagatedBuildInputs = [
|
||||||
|
aiohttp
|
||||||
|
async-timeout
|
||||||
|
pytz
|
||||||
|
xmltodict
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "metno"];
|
pythonImportsCheck = [
|
||||||
|
"metno"
|
||||||
|
];
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A library to communicate with the met.no api";
|
description = "A library to communicate with the met.no api";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user