pypi-mirror: switch to pypa builder

This commit is contained in:
natsukium 2024-10-01 15:11:46 +09:00 committed by Martin Weinelt
parent 208be59f76
commit a6d67cd8ff

View File

@ -5,6 +5,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "pypi-mirror";
version = "5.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "montag451";
@ -13,6 +14,8 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-hRqQDYgOKpv4jmNvyrt/+EInPM/Xwsr3IjtrySAGRgY=";
};
build-system = [ python3.pkgs.setuptools ];
pythonImportsCheck = [ "pypi_mirror" ];
meta = with lib; {