wok-next diff python-xattr/receipt @ rev 21714
updated gtkmm3 (3.22.1 -> 3.24.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 06 17:32:49 2020 +0100 (2020-07-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-xattr/receipt Mon Jul 06 17:32:49 2020 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +ORIGIN="xattr" 1.7 +PACKAGE="python-xattr" 1.8 +VERSION="0.9.6" 1.9 +CATEGORY="python" 1.10 +SHORT_DESC="Python wrapper for extended filesystem attributes" 1.11 +MAINTAINER="al.bobylev@gmail.com" 1.12 +LICENSE="MIT" 1.13 +WEB_SITE="https://pypi.org/project/$ORIGIN/" 1.14 +#HOST_ARCH 1.15 +REPOLOGY="python:xattr" 1.16 + 1.17 +BUILD_DEPENDS="python-dev python-cffi-dev \ 1.18 +python3-dev python3-cffi-dev libffi-dev" 1.19 +SPLIT="${PACKAGE/python/python3}:3" 1.20 + 1.21 +compile_rules() { 1.22 + pip$SET install --no-compile --root=$install $ORIGIN==$VERSION 1.23 +} 1.24 + 1.25 +genpkg_rules() { 1.26 + copy @std 1.27 + py=${PACKAGE%%-*} # python/python3 1.28 + DEPENDS="$py $py-cffi" 1.29 +}