Merge pull request #311035 from GaetanLepage/contexttimer

python311Packages.contexttimer: mark as unsopported on python 3.12
This commit is contained in:
OTABI Tomoya 2024-05-14 09:35:00 +09:00 committed by GitHub
commit 333d5f9028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, pythonAtLeast
, fetchFromGitHub
, mock
, fetchpatch
@ -11,6 +12,8 @@ buildPythonPackage rec {
version = "unstable-2019-03-30";
format = "setuptools";
disabled = pythonAtLeast "3.12";
src = fetchFromGitHub {
owner = "brouberol";
repo = "contexttimer";