mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 11:41:59 +01:00
main/py-jinja2: minor layout changes
This commit is contained in:
parent
b46378976d
commit
56cb4023e7
@ -1,21 +1,20 @@
|
||||
# Contributor: Matt Smith <mcs@darkregion.net>
|
||||
# Maintainer: Matt Smith <mcs@darkregion.net>
|
||||
# Maintainer: Matt Smith <mcs@darkregion.net>
|
||||
pkgname=py-jinja2
|
||||
_pkgname=Jinja2
|
||||
pkgver=2.6
|
||||
pkgrel=0
|
||||
pkgdesc="A small but fast and easy to use stand-alone template engine written in pure python."
|
||||
pkgdesc="A small but fast and easy to use stand-alone python template engine"
|
||||
url="http://jinja.pocoo.org/"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python"
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
# apply patches here
|
||||
@ -64,3 +63,5 @@ doc() {
|
||||
}
|
||||
|
||||
md5sums="1c49a8825c993bfdcf55bb36897d28a2 Jinja2-2.6.tar.gz"
|
||||
sha256sums="a85e185375db75c109f99ecde3d55415f035e7068a82252cf4f16c667ac38f49 Jinja2-2.6.tar.gz"
|
||||
sha512sums="6603bd6a7e4956433746da15b18b1206b67c901262337aab8352ddff154efca9eb6d652c244c63e8ffad492d204c724db3e86222ae371e75e3f5f2011244554e Jinja2-2.6.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user