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

# source: james
TARBALL=python-lz4-master-2015.02.tar.gz # this is version 0.7.0
MD5SUM=d5617b6185412700caabad6d73dc5956
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
#TARBALL=python-lz4-$PKGVER.tar.gz
#MD5SUM=f1a0ded68718e7a24b66c3e0a50ef92e
#SRC_URL=https://files.pythonhosted.org/packages/b0/01/e4f11ebc26396fd1bbcfba42f0eff6c3409893fc51fe4e2631d63adb8b40/lz4-2.1.1.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-lz4: python-lz4 $PKGVER (Python binding for lz4 compressor)
python-lz4: 
python-lz4: lz4 is a fast (de-)compressor. This package implements python binding 
python-lz4: for lz4 (de-)compression library.
python-lz4: 
python-lz4: https://pypi.python.org/pypi/lz4
python-lz4: 
python-lz4: 
python-lz4: 
python-lz4: 
python-lz4: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/*lz4*
	sed -i -e '/nose/d' setup.py &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


