
Receipt for package "py3k-secretstorage"
# SliTaz package receipt. PACKAGE="py3k-secretstorage" VERSION="3.3.3" CATEGORY="development" SHORT_DESC="Python bindings to Freedesktop.org Secret Service API." MAINTAINER="maintainer@slitaz.org" LICENSE="BSD" WEB_SITE="https://github.com/mitya57/secretstorage" SOURCE="SecretStorage" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$SOURCE-$VERSION.tar.gz" DEPENDS="py3k py3k-cryptography" BUILD_DEPENDS="py3k-setuptools_scm" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { python3 setup.py build && python3 setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)