mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
- Added aurweb.util.git_search. - Decoupled away from rendercomment for easier testability. - Added aurweb.testing.git.GitRepository. - Added templates/testing/{PKGBUILD,SRCINFO}.j2. - Added aurweb.testing.git.GitRepository + `git` pytest fixture Signed-off-by: Kevin Morris <kevr@0cost.org>
10 lines
343 B
Django/Jinja
10 lines
343 B
Django/Jinja
pkgbase = {{ pkg.PackageBase.name }}
|
|
pkgver = {{ pkg.Version }}
|
|
pkgrel = 1
|
|
pkgdesc = {{ pkg.Description }}
|
|
url = {{ pkg.URL }}
|
|
arch='any'
|
|
license = {{ pkg.package_licenses | join(", ", attribute="License.Name") }}
|
|
depends = {{ pkg.package_dependencies | join(", ", attribute="DepName") }}
|
|
|
|
pkgname = {{ pkg.Name }}
|