description='Python with the SmartyPants'
url='https://bitbucket.org/livibetter/smartypants.py'

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

makedepends=(python)

name=python-smartypants
_name=smartypants.py
version=2.0.1
release=2
PKGMK_KEEP_SOURCES="no"
source=(https://github.com/leohemsted/${_name}/archive/v$version.tar.gz)

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