# HG changeset patch # User Hans-G?nter Theisgen # Date 1586186625 -3600 # Node ID 037dc951455bd8b30c09e16b9735934c78e30da6 # Parent 510973950b006a15f3c987fbcc8c3c85d827fa8e updated python-pybluez (0.18 -> 0.23) diff -r 510973950b00 -r 037dc951455b python-pybluez/receipt --- a/python-pybluez/receipt Mon Apr 06 16:15:12 2020 +0100 +++ b/python-pybluez/receipt Mon Apr 06 16:23:45 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-pybluez" -SOURCE="PyBluez" -VERSION="0.18" +VERSION="0.23" CATEGORY="development" SHORT_DESC="Python wrappers around system Bluetooth." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" +WEB_SITE="https://pypi.org/project/PyBluez/" + +SOURCE="PyBluez" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://pybluez.googlecode.com/files/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL" -DEPENDS="python bluez" -BUILD_DEPENDS="$DEPENDS python-dev bluez-dev" +DEPENDS="bluez python" +BUILD_DEPENDS="$DEPENDS bluez-dev python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,6 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }