wok-next annotate python-asn1crypto/receipt @ rev 20924

paramiko -> python-paramiko
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 16:45:51 2018 +0300 (2018-08-22)
parents
children 8b5b2a6d07b8
rev   line source
al@20924 1 # SliTaz package receipt v2.
al@20924 2
al@20924 3 PACKAGE="python-asn1crypto"
al@20924 4 VERSION="latest"
al@20924 5 CATEGORY="python"
al@20924 6 SHORT_DESC="Fast ASN.1 parser and serializer"
al@20924 7 MAINTAINER="al.bobylev@gmail.com"
al@20924 8 LICENSE="MIT"
al@20924 9 WEB_SITE="https://pypi.org/project/asn1crypto/"
al@20924 10 HOST_ARCH="any"
al@20924 11 REPOLOGY="python:asn1crypto"
al@20924 12
al@20924 13 BUILD_DEPENDS="python"
al@20924 14
al@20924 15 compile_rules() {
al@20924 16 pip install --no-compile --root=$DESTDIR asn1crypto
al@20924 17 }
al@20924 18
al@20924 19 genpkg_rules() {
al@20924 20 VERSION=$(sed -n '/^Successfully installed/ s|.*asn1crypto-||p' $LOGS/$PACKAGE.log)
al@20924 21 copy @std
al@20924 22 DEPENDS="python"
al@20924 23 }