### this file is sourced not run
PKGVER=0.0.13
PKGARCH=x86_64
PKGBUILD=1

# source: james
TARBALL=python-backports.lzma-$PKGVER.tar.gz
MD5SUM=b9f7d8e17729090adba6cac3f7d348aa
SRC_URL=https://files.pythonhosted.org/packages/5a/f3/7333f6797a72ad480e06c74c3be5498237617de6019469e25c320d2ccb38/backports.lzma-0.0.13.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-lzma: python-lzma $PKGVER (Python binding for lzma/xz compressor)
python-lzma: 
python-lzma: Provide support to work with with LZMA and XZ compressed 
python-lzma: files via the XZ Utils C library.
python-lzma: 
python-lzma: This version is backported from Python 3.3 and supports both LZMA
python-lzma: and XZ, unlike other versions like PylibLZMA or PyLZMA
python-lzma: 
python-lzma: https://github.com/peterjc/backports.lzma
python-lzma: https://github.com/peterjc/backports.lzma
python-lzma: 
python-lzma: 
"

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


