description="Python filters to make caring about typography on the web a bit easier"
url="https://github.com/mintchaos/typogrify"

packager="tnut <tnut@nutyx.org>"

makedepends=(python python-smartypants)

name=python-typogrify
_name=typogrify
version=2.0.7
release=2

source=(https://pypi.python.org/packages/source/${_name::1}/${_name}/${_name}-$version.tar.gz)

build() {
  cd $_name-$version
  python setup.py build
  python setup.py install --prefix=/usr --root="${PKG}" -O1 --skip-build
}
