wok view python-pyasn1/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 4eebed152486
children 510973950b00
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyasn1"
4 VERSION="0.1.8"
5 CATEGORY="development"
6 SHORT_DESC="ASN.1 types and codecs."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.python.org/pypi/pyasn1"
10 SOURCE="pyasn1"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://pypi.python.org/packages/source/p/pyasn1/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="wget python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=/usr --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs/
27 }