···3939 # No tests in archive
4040 doCheck = false;
41414242- meta = {
4343- description = "A simple, correct PEP517 package builder";
4444- license = lib.licenses.mit;
4242+ meta = with lib; {
4343+ description = "Simple, correct PEP517 package builder";
4444+ longDescription = ''
4545+ build will invoke the PEP 517 hooks to build a distribution package. It
4646+ is a simple build tool and does not perform any dependency management.
4747+ '';
4848+ homepage = "https://github.com/pypa/build";
4949+ maintainers = with maintainers; [ fab ];
5050+ license = licenses.mit;
4551 };
4652}