wok rev 23511
updated python-netaddr (0.7.10 -> 0.7.19)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 10:48:46 2020 +0100 (2020-04-06) |
parents | 8d8ec992267b |
children | 6f6f1f1ee354 |
files | python-netaddr/receipt |
line diff
1.1 --- a/python-netaddr/receipt Mon Apr 06 10:36:51 2020 +0100 1.2 +++ b/python-netaddr/receipt Mon Apr 06 10:48:46 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-netaddr" 1.7 -SOURCE="netaddr" 1.8 -VERSION="0.7.10" 1.9 +VERSION="0.7.19" 1.10 CATEGORY="development" 1.11 SHORT_DESC="A network address representation and manipulation library." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.org/project/netaddr/" 1.15 + 1.16 +SOURCE="netaddr" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://github.com/drkjam/netaddr" 1.19 -WGET_URL="https://github.com/downloads/drkjam/$SOURCE/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python" 1.24 -BUILD_DEPENDS="python-dev python wget" 1.25 +BUILD_DEPENDS="python python-dev python-setuptools" 1.26 + 1.27 +HOST_ARCH="i486 arm" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 @@ -26,6 +28,5 @@ 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs 1.35 - cp -a $install/usr $fs 1.36 + cp -a $install/usr $fs 1.37 } 1.38 -