wok-next view python-pycryptopp/receipt @ rev 21234

Up tazlito (522)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 04 11:14:50 2019 +0100 (2019-12-04)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="pycryptopp"
4 PACKAGE="python-pycryptopp"
5 VERSION="0.7.1"
6 RANDOM_NUM="869544967005693312591928092448767568728501330214"
7 CATEGORY="python"
8 SHORT_DESC="Wrapper around a few algorithms from Crypto++ and python-Ed25519"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
12 #HOST_ARCH
13 REPOLOGY="python:pycryptopp"
15 BUILD_DEPENDS="python-dev"
17 compile_rules() {
18 # Python3 based compilation produce error
19 pip install --no-compile --root=$install $ORIGIN==$VERSION.$RANDOM_NUM
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python"
25 }