python3Packages.voluptuous-serialize: 2.6.0 -> 2.7.0
https://github.com/home-assistant-libs/voluptuous-serialize/releases/tag/2.7.0
This commit is contained in:
@@ -2,26 +2,26 @@
|
|||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
pythonOlder,
|
setuptools,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
voluptuous,
|
voluptuous,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "voluptuous-serialize";
|
pname = "voluptuous-serialize";
|
||||||
version = "2.6.0";
|
version = "2.7.0";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "home-assistant-libs";
|
owner = "home-assistant-libs";
|
||||||
repo = "voluptuous-serialize";
|
repo = "voluptuous-serialize";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-vvreXSQDkA3JkZpOKZqJgMRyObJX/cSR8r+A26h9fNE=";
|
hash = "sha256-vmBK4FJr15wOYHtH14OqeyY/vgVOSrpo0Sd9wqu4zgo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ voluptuous ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
|
dependencies = [ voluptuous ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "voluptuous_serialize" ];
|
pythonImportsCheck = [ "voluptuous_serialize" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user