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

# source: james
TARBALL=Pygments-2.0.2.tar.gz
MD5SUM=238587a1370d62405edabd0794b3ec4a
SRC_URL=https://pypi.python.org/packages/source/P/Pygments/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-pygments: python-pygments 2.0.2 (Syntax-highlighter module)  
python-pygments:  
python-pygments: Pygments is a syntax highlighting package written in Python. 
python-pygments: It is a generic syntax highlighter suitable for use in code 
python-pygments: hosting, forums, wikis or other applications that need to 
python-pygments: prettify source code. Highlights: support over 300 languages 
python-pygments: and other text formats is supported, multiple output formats 
python-pygments: (HTML, LaTex, RTF, SVG). This is both a library and a 
python-pygments: command-line tool.  
python-pygments: 
python-pygments: https://pypi.python.org/pypi/Pygments 
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/Pygments* &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


