
Receipt for package "python3-distro"
# SliTaz package receipt. PACKAGE="python3-distro" VERSION="1.6.0" CATEGORY="development" TAGS="python" SHORT_DESC="OS platform information API" MAINTAINER="slitaz@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/distro/" REPOLOGY="python:distro" SOURCE="Distro" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://github.com/python-distro/distro/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="python3" BUILD_DEPENDS="python3 python3-dev python3-setuptools" HOST_ARCH="i486 x86_64" # What is the latest version available today? current_version() { wget -O - https://pypi.org/project/Mako/ 2>/dev/null | \ sed '/Mako [0-9]/!d;s|.*Mako ||;q' } # Rules to configure and make the package. compile_rules() { python3 setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)