diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-07-02 07:24:37 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-07-02 07:38:43 +1000 |
commit | cb68ae3e2f36453798929992eac6e9240326cbe0 (patch) | |
tree | fd08643985827a7356e40c0b9eb64406182cacff /python-mako/Pkgfile | |
parent | bbcd31c03def9cea9fa4fa2d237882f020fe5a38 (diff) | |
download | opt-cb68ae3e2f36453798929992eac6e9240326cbe0.tar.gz opt-cb68ae3e2f36453798929992eac6e9240326cbe0.tar.xz |
[notify] mako -> python-mako, new dependency python-markupsafe
Diffstat (limited to 'python-mako/Pkgfile')
-rw-r--r-- | python-mako/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python-mako/Pkgfile b/python-mako/Pkgfile new file mode 100644 index 000000000..ad43e65bc --- /dev/null +++ b/python-mako/Pkgfile @@ -0,0 +1,18 @@ +# Description: A template library written in Python. +# URL: http://www.makotemplates.org/ +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: python-markupsafe + +name=python-mako +version=1.0.7 +release=1 +source=(https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz) + +build() { + cd Mako-$version + + /usr/bin/python setup.py build + + /usr/bin/python setup.py install --prefix=/usr \ + --root=$PKG --optimize=1 +} |