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

# source: kirk updated by james
TARBALL=python-sip-$PKGVER.tar.gz
MD5SUM=1f3ae601456105a78d0fdbd386585052
SRC_URL=https://files.pythonhosted.org/packages/source/s/sip/sip-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3-packaging python3-ply'
SLACKDESC="python3-sip: python3-sip $PKGVER
python3-sip:  
python3-sip: SIP is an extension module generator similar to SWIG but is    
python3-sip: specifically designed for creating Python modules.
python3-sip: 
python3-sip: This is for Python3.
python3-sip: 
python3-sip: 
python3-sip: 
python3-sip: 
python3-sip:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/sip*
	pkg_build_python3modules &&  # this still works
	#pkg_build_pip3modules sip && # this works too
	pkg_build_slackdesc
}


