newapkbuild: add documentation for -e (gpep517 flag)

This commit is contained in:
Lauren N. Liberda 2023-05-13 01:20:12 +02:00 committed by alice
parent a9e06de217
commit bfb88aef29

View File

@ -43,6 +43,11 @@ the generated APKBUILD file will not contain any build instructions.
*-d* _DESC_ *-d* _DESC_
Specifies the description (pkgdesc=) for the new package. 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* *-f*
Forces *newapkbuild* to overwrite an existing APKBUILD, if one Forces *newapkbuild* to overwrite an existing APKBUILD, if one
already exists in the package directory. already exists in the package directory.