# HG changeset patch # User Hans-G?nter Theisgen # Date 1586254121 -3600 # Node ID 36c1f0aa6f5dbea33302cc445f1acaac22d901da # Parent 044568f14bcc50a5703a55c5c242f15039556641 updated python-usb (1.0.0b1 -> 1.0.2) diff -r 044568f14bcc -r 36c1f0aa6f5d python-usb/receipt --- a/python-usb/receipt Tue Apr 07 11:02:06 2020 +0100 +++ b/python-usb/receipt Tue Apr 07 11:08:41 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-usb" -SOURCE="pyusb" -VERSION="1.0.0b1" +VERSION="1.0.2" CATEGORY="development" SHORT_DESC="Python bindings for USB access." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="$SF_MIRROR/pyusb/$TARBALL" +WEB_SITE="https://pypi.org/project/pyusb" -DEPENDS="python libusb" -BUILD_DEPENDS="python-dev python" +SOURCE="pyusb" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="libusb python" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }