Merge pull request #306299 from r-ryantm/auto-update/python311Packages.aiopegelonline

python311Packages.aiopegelonline: 0.0.9 -> 0.0.10
This commit is contained in:
Nick Cao 2024-04-25 09:24:39 -04:00 committed by GitHub
commit 8c1a5f709e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,18 @@
{ lib
, aiohttp
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
aiohttp,
aioresponses,
buildPythonPackage,
fetchFromGitHub,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "aiopegelonline";
version = "0.0.9";
version = "0.0.10";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,16 +21,12 @@ buildPythonPackage rec {
owner = "mib1185";
repo = "aiopegelonline";
rev = "refs/tags/v${version}";
hash = "sha256-/k0TR0oUYZigi/2xRVLPFAIMAmXoLnE0NRlvEZrWylo=";
hash = "sha256-nKuqAzT1O5n9X/fEUm+M2RdB4u7moUGQzFA7knSEpBs=";
};
nativeBuildInputs = [
setuptools
];
build-system = [ setuptools ];
propagatedBuildInputs = [
aiohttp
];
dependencies = [ aiohttp ];
nativeCheckInputs = [
aioresponses
@ -37,9 +34,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"aiopegelonline"
];
pythonImportsCheck = [ "aiopegelonline" ];
meta = with lib; {
description = "Library to retrieve data from PEGELONLINE";