commit cb68ae3e2f36453798929992eac6e9240326cbe0 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Jul 2 07:24:37 2018 +1000 [notify] mako -> python-mako, new dependency python-markupsafe diff --git a/mako/.footprint b/python-mako/.footprint similarity index 100% rename from mako/.footprint rename to python-mako/.footprint diff --git a/mako/.md5sum b/python-mako/.md5sum similarity index 100% rename from mako/.md5sum rename to python-mako/.md5sum diff --git a/mako/.signature b/python-mako/.signature similarity index 55% rename from mako/.signature rename to python-mako/.signature index 558f8febd..8bb592ed4 100644 --- a/mako/.signature +++ b/python-mako/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dmZhKxHM3VjukOoDkaf4XHRAxyKxwywpILpVKpYrEhzjjpaEV9/IhjqdSAk+ZALEjz9ydNTTBNPtGCeRe6Y/AQ= -SHA256 (Pkgfile) = 1f49dabcb76f238388f82f735d4b741c1c7e4b1c0da908b07000cd9013c1568b +RWSE3ohX2g5d/SHw9re1sFUqqpP4RSteKZLSKspK/BAjYLpqpnbqlpB5TKG7UDwkLPlIAc3HsUXgEwmPs/EkUGTSfHgN4CcGzwc= +SHA256 (Pkgfile) = c4457999efffe2b380275818c35b415397d802b8361675473870c4965e3a8053 SHA256 (.footprint) = 397cfb1497a62a9e70903094a1b24686051512e99ec7bb5a596b8ce0a1fa10f7 SHA256 (Mako-1.0.7.tar.gz) = 4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae diff --git a/mako/Pkgfile b/python-mako/Pkgfile similarity index 65% rename from mako/Pkgfile rename to python-mako/Pkgfile index 5db09c712..ad43e65bc 100644 --- a/mako/Pkgfile +++ b/python-mako/Pkgfile @@ -1,16 +1,18 @@ # Description: A template library written in Python. # URL: http://www.makotemplates.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me -# Depends on: python-setuptools +# Depends on: python-markupsafe -name=mako +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 + + /usr/bin/python setup.py install --prefix=/usr \ + --root=$PKG --optimize=1 }