wok-current rev 23536
updated python-pybluez (0.18 -> 0.23)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 16:23:45 2020 +0100 (2020-04-06) |
parents | 510973950b00 |
children | 536eefcdadc6 |
files | python-pybluez/receipt |
line diff
1.1 --- a/python-pybluez/receipt Mon Apr 06 16:15:12 2020 +0100 1.2 +++ b/python-pybluez/receipt Mon Apr 06 16:23:45 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pybluez" 1.7 -SOURCE="PyBluez" 1.8 -VERSION="0.18" 1.9 +VERSION="0.23" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Python wrappers around system Bluetooth." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://pypi.org/project/PyBluez/" 1.15 + 1.16 +SOURCE="PyBluez" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://pypi.org/project/$SOURCE/" 1.19 -WGET_URL="http://pybluez.googlecode.com/files/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL" 1.21 1.22 -DEPENDS="python bluez" 1.23 -BUILD_DEPENDS="$DEPENDS python-dev bluez-dev" 1.24 +DEPENDS="bluez python" 1.25 +BUILD_DEPENDS="$DEPENDS bluez-dev python-dev python-setuptools" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -24,6 +25,5 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - mkdir -p $fs 1.34 - cp -a $install/usr $fs 1.35 + cp -a $install/usr $fs 1.36 }