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

Rethink $EXTRAVERSION: aufs, broadcom-wl, dahdi-linux, iptables, linux-cloop, ndiswrapper-driver, nvidia-173xx, nvidia-96xx, open-vm-tools-kernel, spl; typo: mygestures; fix build & v2: lucene++
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 07 14:03:40 2017 +0200 (2017-11-07)
parents
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-certifi"
4 VERSION="2017.4.17"
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 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR certifi
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python"
24 }