wok-next annotate python-efl/receipt @ rev 21638

updated fail2ban (0.9.0 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Jun 26 15:26:10 2020 +0100 (2020-06-26)
parents a00b398faf9e
children
rev   line source
al@20638 1 # SliTaz package receipt v2.
al@20638 2
al@20972 3 ORIGIN="python-efl"
al@20638 4 PACKAGE="python-efl"
al@20972 5 VERSION="1.21.0"
al@20638 6 CATEGORY="base-system"
al@20638 7 SHORT_DESC="Python bindings for EFL"
al@20638 8 MAINTAINER="al.bobylev@gmail.com"
al@20638 9 LICENSE="GPL3 LGPL3"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20885 11 REPOLOGY="python:efl"
al@20638 12
al@20919 13 BUILD_DEPENDS="efl-dev python-dbus-dev python-dev"
al@20972 14 BUILD_DEPENDS="python-dev python3-dev efl-dev python-dbus-dev python3-dbus-dev"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
al@20638 16
al@20638 17 compile_rules() {
al@20638 18 # note, it required about 1.7 GB RAM on compiling
al@20972 19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20638 20 }
al@20638 21
al@20638 22 genpkg_rules() {
al@20638 23 copy @std
al@20972 24 py=${PACKAGE%%-*} # python/python3
al@20972 25 DEPENDS="$py dbus efl"
al@20638 26 TAGS="e enlightenment efl python"
al@20638 27 }