python312Packages.smart-meter-texas: 0.5.3 -> 0.5.5

Diff: https://github.com/grahamwetzler/smart-meter-texas/compare/refs/tags/v0.5.3...v0.5.5
This commit is contained in:
Fabian Affolter 2024-05-03 17:53:03 +02:00 committed by GitHub
parent b2818747ab
commit fe04e66f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,14 @@
, aiohttp
, asn1
, python-dateutil
, setuptools
, tenacity
}:
buildPythonPackage rec {
pname = "smart-meter-texas";
version = "0.5.3";
format = "setuptools";
version = "0.5.5";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,15 +20,19 @@ buildPythonPackage rec {
owner = "grahamwetzler";
repo = "smart-meter-texas";
rev = "refs/tags/v${version}";
hash = "sha256-8htd5fLrtkaVlSEm+RB7tWA5YZkcAOjAXVNzZiMwP7k=";
hash = "sha256-dHWcYrBtmKdEIU45rMy4KvoPX88hnRpd4KBlbJaNvgI=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "pytest-runner" ""
--replace-fail "pytest-runner" ""
'';
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
aiohttp
asn1
python-dateutil