mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
python312Packages.zipstream-ng: switch to pypa builder
This commit is contained in:
parent
43be78d480
commit
e7bf5fb758
@ -4,12 +4,13 @@
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zipstream-ng";
|
||||
version = "1.8.0";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -20,6 +21,8 @@ buildPythonPackage rec {
|
||||
hash = "sha256-mmPxzml+gaVg2IQ/Gql+3ru0hHosbyX4WjLCMxD/MJw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonImportsCheck = [ "zipstream" ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user