python312Packages.pylink-square: switch to pypa build

This commit is contained in:
natsukium 2024-07-14 21:00:16 +09:00
parent eefeee7fde
commit c002109fb2
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
mock,
psutil,
pytestCheckHook,
@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "1.2.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +24,9 @@ buildPythonPackage rec {
hash = "sha256-WMpb/b9kF1rFlegDYxNGJbZ2Nz8nuG21tyjgUFLs5mg=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
psutil
six
];