### this file is sourced not run
PKGVER=0.12
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=docutils-0.12.tar.gz
MD5SUM=4622263b62c5c771c03502afa3157768
SRC_URL=https://pypi.python.org/packages/source/d/docutils/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-docutils: python-docutils 0.12 (Documentation utilities)  
python-docutils:  
python-docutils: Docutils is a modular system for processing documentation 
python-docutils: into useful formats, such as HTML, XML, and LaTeX. For input 
python-docutils: Docutils supports reStructuredText, an easy-to-read, 
python-docutils: what-you-see-is-what-you-get plaintext markup syntax.  
python-docutils: 
python-docutils: 
python-docutils: 
python-docutils: 
python-docutils: 
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/docutils* &&
	python setup.py build &&
	python setup.py install &&
	pkg_build_slackdesc
}


