wok-next view python-antlr/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="antlr4-python2-runtime"
4 PACKAGE="python-antlr"
5 VERSION="4.7.1"
6 CATEGORY="development"
7 SHORT_DESC="Language tool for constructing recognizers, compilers for Python"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://www.antlr.org/"
11 HOST_ARCH="any"
12 REPOLOGY="antlr4"
14 BUILD_DEPENDS="python python3"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 case $SET in
19 3) ORIGIN="${ORIGIN/python2/python3}";;
20 esac
21 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
22 }
24 genpkg_rules() {
25 copy @std
26 py="${PACKAGE%%-*}" # python/python3
27 DEPENDS="$py"
28 }