# Maintainer: pkgname=python-smartypants _pkgname=smartypants pkgver=1.6.0.3 pkgrel=1 pkgdesc="web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters into 'smart' typographic punctuation HTML entities." url="http://web.chad.org/projects/smartypants.py/" arch=('any') license=('BSD') depends=() makedepends=() conflicts=() replaces=() backup=() #install= source=(http://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) md5sums=('2cd188eefedc6a59c4917cf2900d1c46') build() { cd $srcdir/${_pkgname}-${pkgver} python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1 }