wok-6.x rev 25479
created recipes for py3k-llfuse and py3k-secretstorage
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 17 07:20:04 2022 +0100 (2022-10-17) |
parents | 58d8bc17643a |
children | c609865e1780 |
files | py3k-llfuse/receipt py3k-secretstorage/receipt vorta/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/py3k-llfuse/receipt Mon Oct 17 07:20:04 2022 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="py3k-llfuse" 1.7 +VERSION="1.4.2" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="A set of Python bindings for the low level FUSE API." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2+" 1.12 +WEB_SITE="https://github.com/python-llfuse/python-llfuse/" 1.13 + 1.14 +SOURCE="llfuse" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$SOURCE-$VERSION.tar.gz" 1.17 + 1.18 +DEPENDS="fuse2 py3k" 1.19 +BUILD_DEPENDS="fuse2-dev py3k-dev py3k-setuptools_scm" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + # not compiling with fuse[3]! 1.25 + python3 setup.py build && 1.26 + python3 setup.py install --prefix=/usr --root=$DESTDIR 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs 1.33 + cp -a $install/usr $fs 1.34 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/py3k-secretstorage/receipt Mon Oct 17 07:20:04 2022 +0100 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="py3k-secretstorage" 2.7 +VERSION="3.3.3" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Python bindings to Freedesktop.org Secret Service API." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="BSD" 2.12 +WEB_SITE="https://github.com/mitya57/secretstorage" 2.13 + 2.14 +SOURCE="SecretStorage" 2.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 +WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$SOURCE-$VERSION.tar.gz" 2.17 + 2.18 +DEPENDS="py3k py3k-cryptography" 2.19 +BUILD_DEPENDS="py3k-setuptools_scm" 2.20 + 2.21 +# Rules to configure and make the package. 2.22 +compile_rules() 2.23 +{ 2.24 + python3 setup.py build && 2.25 + python3 setup.py install --root=$DESTDIR 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + cp -a $install/usr $fs 2.32 +}
3.1 --- a/vorta/receipt Fri Oct 14 06:10:44 2022 +0100 3.2 +++ b/vorta/receipt Mon Oct 17 07:20:04 2022 +0100 3.3 @@ -11,6 +11,7 @@ 3.4 WGET_URL="https://github.com/borgbase/$PACKAGE/archive/v$VERSION.tar.gz" 3.5 TAGS="backup" 3.6 3.7 +SUGGESTED="py3k-llfuse" 3.8 DEPENDS="borgbackup" 3.9 BUILD_DEPENDS="py3k-dev py3k-setuptools_scm" 3.10