wok-next view python-certifi/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents 6c73b944e8dd
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-certifi"
4 VERSION="latest"
5 CATEGORY="network"
6 SHORT_DESC="Python package for providing Mozilla's CA Bundle"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="ISC"
9 WEB_SITE="https://pypi.python.org/pypi/certifi"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR certifi
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*certifi-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }