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

# source: BLFS 11.3
TARBALL=imagesize-$PKGVER.tar.gz
MD5SUM=5a40586a25c07e1a8f16f6267252c321
SRC_URL=https://files.pythonhosted.org/packages/source/i/imagesize/$TARBALL
BUNDLE=

SLACKREQ=python3
SLACKDESC="python3-imagesize: python3-imagesize $PKGVER (Find size of images)
python3-imagesize: 
python3-imagesize: The imagesize package analyzes image file headers and returns the 
python3-imagesize: image size and DPI. It works with JPEG/JPEG 
python3-imagesize: 2000/PNG/GIF/TIFF/SVG/Netpbm/WebP formats.
python3-imagesize: 
python3-imagesize: 
python3-imagesize: 
python3-imagesize: 
python3-imagesize: 
python3-imagesize: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


