wok-next view python-dulwich/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 030937efd233
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-dulwich"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="Git files formats and protocols for Python"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://pypi.org/project/dulwich/"
10 REPOLOGY="python:dulwich"
12 BUILD_DEPENDS="python-dev python-urllib3 python-certifi"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR dulwich
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*dulwich-||p' $LOGS/$PACKAGE.log)
20 copy @std @dev
21 DEPENDS="python python-urllib3 python-certifi"
22 }