wok-next view python-blessings/receipt @ rev 20921

flake8 -> python-flake8
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 11:18:36 2018 +0300 (2018-08-22)
parents 9b3461bf373c
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-blessings"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="A thin, practical wrapper around terminal coloring, styling, and positioning"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/blessings"
10 REPOLOGY="python:blessings"
12 BUILD_DEPENDS="python-six"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR blessings
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*blessings-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python-six"
22 }