wok-next view python-imagesize/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-imagesize"
4 VERSION="0.7.1"
5 CATEGORY="python"
6 SHORT_DESC="Getting image size from png/jpeg/jpeg2000/gif file"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/imagesize"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR imagesize
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python"
20 }