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

weechat: update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 25 17:29:33 2018 +0300 (2018-05-25)
parents 0e7893ac206d
children 542df2bfb7b5
rev   line source
al@20443 1 # SliTaz package receipt v2.
claudinei@3411 2
claudinei@3411 3 PACKAGE="python-numpy"
al@20444 4 VERSION="1.14.1"
claudinei@3411 5 CATEGORY="development"
al@20443 6 SHORT_DESC="NumPy: array processing for numbers, strings, records, and objects"
claudinei@3411 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15360 8 LICENSE="BSD"
al@20443 9 WEB_SITE="http://www.numpy.org/"
al@19741 10
al@20444 11 BUILD_DEPENDS="python"
pascal@15360 12
al@20443 13 compile_rules() {
al@20443 14 pip install --no-compile --root=$DESTDIR numpy
claudinei@3411 15 }
claudinei@3411 16
al@20443 17 genpkg_rules() {
al@19741 18 copy @std @dev
al@20443 19 DEPENDS="python"
claudinei@3411 20 }