python313Packages.wallbox: 0.7.0 -> 0.8.0 (#388032)
This commit is contained in:
@@ -6,19 +6,18 @@
|
|||||||
pythonOlder,
|
pythonOlder,
|
||||||
requests,
|
requests,
|
||||||
setuptools,
|
setuptools,
|
||||||
simplejson,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "wallbox";
|
pname = "wallbox";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-8taZpC1N5ZsVurh10WosZvg7WDmord+PDfhHpRlfqBE=";
|
hash = "sha256-S1JP7/D3U853fQU3a2pyL+dt/hVLDP3TB82tcGlcXVQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@@ -28,7 +27,6 @@ buildPythonPackage rec {
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
aenum
|
aenum
|
||||||
requests
|
requests
|
||||||
simplejson
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# no tests implemented
|
# no tests implemented
|
||||||
@@ -37,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "wallbox" ];
|
pythonImportsCheck = [ "wallbox" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Module for interacting with Wallbox EV charger api";
|
description = "Module for interacting with Wallbox EV charger API";
|
||||||
homepage = "https://github.com/cliviu74/wallbox";
|
homepage = "https://github.com/cliviu74/wallbox";
|
||||||
changelog = "https://github.com/cliviu74/wallbox/releases/tag/${version}";
|
changelog = "https://github.com/cliviu74/wallbox/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|||||||
Reference in New Issue
Block a user