10 buildPythonPackage rec {
11 pname = "pbs-installer";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "pbs-installer";
21 hash = "sha256-0LuajPD/sM0LoyRoCkGJ9medUcWNEPqvY76GgK2rIac=";
28 optional-dependencies = {
29 all = optional-dependencies.install ++ optional-dependencies.download;
38 pythonImportsCheck = [ "pbs_installer" ];
40 # upstream has no test
44 description = "Installer for Python Build Standalone";
45 homepage = "https://github.com/frostming/pbs-installer";
46 changelog = "https://github.com/frostming/pbs-installer/releases/tag/${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ];