
Receipt for package "python-openid"
# SliTaz package receipt. PACKAGE="python-openid" VERSION="2.2.5" # last version for Python 2 CATEGORY="development" SHORT_DESC="OpenID libraries for Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" WEB_SITE="https://pypi.org/project/python-openid/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | sed "/$PACKAGE [0-9]/!d;s|.*$PACKAGE ||;s|<.*||;q" } # Rules to configure and make the package. compile_rules() { python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs cp -a $install/usr $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)