New package: python-imagesize-0.7.1

This commit is contained in:
Alessio Sergi 2016-04-23 23:43:00 +02:00
parent 9d8c1bc423
commit d1f184c4bc
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# Template file for 'python-imagesize'
pkgname=python-imagesize
version=0.7.1
revision=1
noarch=yes
wrksrc="imagesize-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="imagesize"
short_desc="Python2 library to get image size from png/jpeg/jpeg2000/gif file"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/shibukawa/imagesize_py"
license="MIT"
distfiles="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abec07209a58308831c9f292504e826/imagesize-${version}.tar.gz"
checksum=0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062
python3.4-imagesize_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="imagesize"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

1
srcpkgs/python3.4-imagesize Symbolic link
View file

@ -0,0 +1 @@
python-imagesize