mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-31 03:32:02 +00:00
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:
parent
49983f5af5
commit
9e336571e1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user