
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 - https://github.com/mitya57/secretstorage/tags 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;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 }
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)