wok annotate python-openid/receipt @ rev 24225

updated perl-io-socket-ssl (2.068 -> 2.073)
author Hans-G?nter Theisgen
date Fri Dec 31 17:41:39 2021 +0100 (2021-12-31)
parents acc0cf34b379
children 1df6fa555414
rev   line source
pascal@11773 1 # SliTaz package receipt.
pascal@11773 2
pascal@11773 3 PACKAGE="python-openid"
Hans-G?nter@23520 4 VERSION="2.2.5" # last version for Python 2
pascal@11773 5 CATEGORY="development"
pascal@11773 6 SHORT_DESC="OpenID libraries for Python."
pascal@11773 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="Apache"
Hans-G?nter@23520 9 WEB_SITE="https://pypi.org/project/python-openid/"
Hans-G?nter@23520 10
Hans-G?nter@23520 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@23520 12 WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
pascal@11773 13
pascal@11773 14 DEPENDS="python"
Hans-G?nter@23520 15 BUILD_DEPENDS="python python-dev"
pascal@11773 16
pascal@11773 17 # Rules to configure and make the package.
pascal@11773 18 compile_rules()
pascal@11773 19 {
pascal@11773 20 python setup.py build &&
pascal@11773 21 python setup.py install --root=$DESTDIR
pascal@11773 22 }
pascal@11773 23
pascal@11773 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11773 25 genpkg_rules()
pascal@11773 26 {
pascal@11773 27 mkdir -p $fs
Hans-G?nter@23520 28 cp -a $install/usr $fs
pascal@11773 29 }