wok-next annotate python-imagesize/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 542df2bfb7b5
children 8b5b2a6d07b8
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@20443 2
al@20443 3 PACKAGE="python-imagesize"
al@20732 4 VERSION="latest"
al@20443 5 CATEGORY="python"
al@20443 6 SHORT_DESC="Getting image size from png/jpeg/jpeg2000/gif file"
al@20443 7 MAINTAINER="al.bobylev@gmail.com"
al@20443 8 LICENSE="MIT"
al@20443 9 WEB_SITE="https://pypi.python.org/pypi/imagesize"
al@20885 10 REPOLOGY="python:imagesize"
al@20443 11
al@20444 12 BUILD_DEPENDS="python"
al@20443 13
al@20443 14 compile_rules() {
al@20443 15 pip install --no-compile --root=$DESTDIR imagesize
al@20443 16 }
al@20443 17
al@20443 18 genpkg_rules() {
al@20732 19 VERSION=$(sed -n '/^Successfully installed/ s|.*imagesize-||p' $LOGS/$PACKAGE.log)
al@20443 20 copy @std
al@20443 21 DEPENDS="python"
al@20443 22 }