wok-6.x diff py3k-secretstorage/receipt @ rev 25492

Up foomatic-db (4.0-20221117)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 18 09:54:27 2022 +0000 (22 months ago)
parents
children 54d60b77baf4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/py3k-secretstorage/receipt	Fri Nov 18 09:54:27 2022 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="py3k-secretstorage"
     1.7 +VERSION="3.3.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Python bindings to Freedesktop.org Secret Service API."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="https://github.com/mitya57/secretstorage"
    1.13 +
    1.14 +SOURCE="SecretStorage"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$SOURCE-$VERSION.tar.gz"
    1.17 +
    1.18 +DEPENDS="py3k py3k-cryptography"
    1.19 +BUILD_DEPENDS="py3k-setuptools_scm"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	python3 setup.py build &&
    1.25 +	python3 setup.py install --root=$DESTDIR
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/usr	$fs
    1.32 +}