wok-next annotate python-websockify/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents
children
rev   line source
al@20978 1 # SliTaz package receipt v2.
al@20978 2
al@20978 3 ORIGIN="websockify"
al@20978 4 PACKAGE="python-websockify"
al@20978 5 VERSION="0.8.0"
al@20978 6 CATEGORY="python"
al@20978 7 SHORT_DESC="WebSockets support for any application/server"
al@20978 8 MAINTAINER="al.bobylev@gmail.com"
al@20978 9 LICENSE="LGPL3"
al@20978 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20978 11 HOST_ARCH="any"
al@20978 12 REPOLOGY="python:websockify"
al@20978 13
al@20978 14 BUILD_DEPENDS="python python-numpy python3 python3-numpy"
al@20978 15 SPLIT="${PACKAGE/python/python3}:3"
al@20978 16
al@20978 17 compile_rules() {
al@20978 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20978 19 }
al@20978 20
al@20978 21 genpkg_rules() {
al@20978 22 copy @std @dev # not a dev files really in include/
al@20978 23 py="${PACKAGE%%-*}" # python/python3
al@20978 24 DEPENDS="$py $py-numpy"
al@20978 25 }