wok annotate python-bcrypt/receipt @ rev 23516
updated python-numpy (1.10.1 -> 1.16.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 11:21:13 2020 +0100 (2020-04-06) |
parents | a9ec8a908c33 |
children | 1df6fa555414 |
rev | line source |
---|---|
pascal@21876 | 1 # SliTaz package receipt. |
pascal@21876 | 2 |
pascal@21876 | 3 PACKAGE="python-bcrypt" |
pascal@21876 | 4 VERSION="3.1.7" |
pascal@21876 | 5 CATEGORY="development" |
Hans-G?nter@23492 | 6 SHORT_DESC="Modern password hashing for software and servers." |
pascal@21876 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@21876 | 8 LICENSE="Apache" |
Hans-G?nter@23492 | 9 WEB_SITE="https://pypi.org/project/bcrypt/" |
Hans-G?nter@23492 | 10 |
Hans-G?nter@23492 | 11 SOURCE="bcrypt" |
pascal@21876 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23492 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL" |
pascal@21876 | 14 |
pascal@21877 | 15 DEPENDS="python-cffi" |
Hans-G?nter@23492 | 16 BUILD_DEPENDS="libffi-dev python-cffi python-cparser python-dev python-setuptools" |
pascal@21876 | 17 |
pascal@21876 | 18 # Rules to configure and make the package. |
pascal@21876 | 19 compile_rules() |
pascal@21876 | 20 { |
pascal@21876 | 21 python setup.py build && |
pascal@21876 | 22 python setup.py install --root=$DESTDIR |
pascal@21876 | 23 } |
pascal@21876 | 24 |
pascal@21876 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@21876 | 26 genpkg_rules() |
pascal@21876 | 27 { |
pascal@21876 | 28 mkdir -p $fs |
Hans-G?nter@23492 | 29 cp -a $install/usr $fs |
pascal@21876 | 30 } |