apkbuild-pypi.in: fixes #10129 move _pkgreal and comment

this makes it easier to see the maintainer line in
an unexpanded diff that shows a three-line context
This commit is contained in:
Celeste 2024-01-28 00:51:41 +00:00
parent 49983f5af5
commit 9e336571e1

View File

@ -19,10 +19,10 @@ my $template = <<'EOF';
# Automatically generated by apkbuild-pypi, template 4
[% authors %]
pkgname=[% pkgname %]
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=[% pkgreal %]
pkgver=[% pkgver %]
pkgrel=[% pkgrel %]
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=[% pkgreal %]
pkgdesc="[% pkgdesc %]"
url="[% url %]"
arch="noarch"