wok-next annotate python-numpy/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents c9a7a7b42a86
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
claudinei@3411 2
al@20972 3 ORIGIN="numpy"
claudinei@3411 4 PACKAGE="python-numpy"
al@21067 5 VERSION="1.15.4"
claudinei@3411 6 CATEGORY="development"
al@20443 7 SHORT_DESC="NumPy: array processing for numbers, strings, records, and objects"
claudinei@3411 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15360 9 LICENSE="BSD"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 #HOST_ARCH
al@20885 12 REPOLOGY="python:numpy"
al@19741 13
al@20972 14 BUILD_DEPENDS="python python3"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
pascal@15360 16
al@20443 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
claudinei@3411 19 }
claudinei@3411 20
al@20443 21 genpkg_rules() {
al@19741 22 copy @std @dev
al@20972 23 py="${PACKAGE%%-*}" # python/python3
al@20972 24 DEPENDS="$py"
claudinei@3411 25 }