python312Packages.pyblu: 0.5.2 -> 1.0.0
Diff: https://github.com/LouisChrist/pyblu/compare/refs/tags/v0.5.2...v1.0.0 Changelog: https://github.com/LouisChrist/pyblu/releases/tag/v1.0.0
This commit is contained in:
parent
5f18935823
commit
ea59b3400b
@ -4,29 +4,31 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
lxml,
|
||||
poetry-core,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
xmltodict,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyblu";
|
||||
version = "0.5.2";
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "LouisChrist";
|
||||
repo = "pyblu";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2gpd7oDDmjUVm7bEED2ZK/27a8XUITxU0ylRfxeg/qU=";
|
||||
hash = "sha256-Ue6czsgeQjqPtbKmvvU+f49gKSzXJ8Yx9EzycUTtxE0=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "lxml" ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
xmltodict
|
||||
lxml
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pyblu" ];
|
||||
|
Loading…
Reference in New Issue
Block a user