wok view py3k-secretstorage/receipt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (18 months ago)
parents
children 54d60b77baf4
line source
1 # SliTaz package receipt.
3 PACKAGE="py3k-secretstorage"
4 VERSION="3.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings to Freedesktop.org Secret Service API."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/mitya57/secretstorage"
11 SOURCE="SecretStorage"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$SOURCE-$VERSION.tar.gz"
15 DEPENDS="py3k py3k-cryptography"
16 BUILD_DEPENDS="py3k-setuptools_scm"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python3 setup.py build &&
22 python3 setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }