python310Packages.typepy: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter 2023-06-24 20:37:00 +02:00 committed by GitHub
parent 1054989874
commit 20efb1b604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,16 @@
, pytz
, packaging
, pytestCheckHook
, pythonOlder
, tcolorpy
}:
buildPythonPackage rec {
pname = "typepy";
version = "1.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "thombashi";