wok-next annotate python-mechanize/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents c9a7a7b42a86
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
pankso@13567 2
al@20972 3 ORIGIN="mechanize"
pankso@13567 4 PACKAGE="python-mechanize"
al@20972 5 VERSION="0.3.7"
pankso@13567 6 CATEGORY="network"
al@20972 7 SHORT_DESC="Stateful programmatic web browsing"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15378 9 LICENSE="BSD"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20885 12 REPOLOGY="python:mechanize"
al@20885 13
al@20972 14 BUILD_DEPENDS="python python-html5lib"
pankso@13567 15
al@20972 16 compile_rules() {
al@20972 17 # Python3 based compilation produce error: 'mechanize only works on python 2.x'
pankso@13567 18
al@20972 19 pip install --no-compile --root=$install $ORIGIN==$VERSION
pankso@13567 20 }
pankso@13567 21
al@20972 22 genpkg_rules() {
al@20972 23 copy @std
al@20972 24 DEPENDS="python python-html5lib"
pankso@13567 25 }