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

tor finetune: let me see if I can make those 2 warnings disappear
author Erkan Yilmaz <erkan@slitaz.org>
date Wed May 23 14:13:12 2018 +0000 (2018-05-23)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-certifi"
4 VERSION="2018.1.18"
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 copy @std
19 DEPENDS="python"
20 }