python312Packages.imgw-pib: init at 1.0.5
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
aiohttp,
|
||||
aioresponses,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
lib,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
syrupy,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "imgw-pib";
|
||||
version = "1.0.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bieniu";
|
||||
repo = "imgw-pib";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-2t1dzumDVUr+Lma1lnri8l2x6fUx1LKEQne7Qzh7pwc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ aiohttp ];
|
||||
|
||||
pythonImportsCheck = [ "imgw_pib" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aioresponses
|
||||
freezegun
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
syrupy
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${version}";
|
||||
description = "Python async wrapper for IMGW-PIB API";
|
||||
homepage = "https://github.com/bieniu/imgw-pib";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
@@ -5936,6 +5936,8 @@ self: super: with self; {
|
||||
|
||||
imgtool = callPackage ../development/python-modules/imgtool { };
|
||||
|
||||
imgw-pib = callPackage ../development/python-modules/imgw-pib { };
|
||||
|
||||
imia = callPackage ../development/python-modules/imia { };
|
||||
|
||||
iminuit = callPackage ../development/python-modules/iminuit { };
|
||||
|
||||
Reference in New Issue
Block a user