From bfb88aef2999e1221390a40134f4d3c8b65f5b4b Mon Sep 17 00:00:00 2001 From: "Lauren N. Liberda" Date: Sat, 13 May 2023 01:20:12 +0200 Subject: [PATCH] newapkbuild: add documentation for -e (gpep517 flag) --- newapkbuild.1.scd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/newapkbuild.1.scd b/newapkbuild.1.scd index 07ff069..ccb8479 100644 --- a/newapkbuild.1.scd +++ b/newapkbuild.1.scd @@ -43,6 +43,11 @@ the generated APKBUILD file will not contain any build instructions. *-d* _DESC_ Specifies the description (pkgdesc=) for the new package. +*-e* + Specifies that the package uses a Python PEP517 build + system. Python's gpep517, setuptools and wheel will be added + to the makedepends. + *-f* Forces *newapkbuild* to overwrite an existing APKBUILD, if one already exists in the package directory.