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

# source: james
TARBALL=python-rencode-$PKGVER.tar.gz
MD5SUM=3bdbec5c50d845e5367ba53c5b85d1a4
SRC_URL=https://github.com/aresch/rencode/archive/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python' # python-cython build-time only
SLACKDESC="python-rencode: python-rencode $PKGVER (Object serialization library for Python)
python-rencode: 
python-rencode: python-rencode is a python module for fast (basic) object 
python-rencode: serialization similar to bencode.
python-rencode: 
python-rencode: https://github.com/aresch/rencode
python-rencode: 
python-rencode: 
python-rencode: 
python-rencode: 
python-rencode: 
"

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


