wok diff python-netaddr/receipt @ rev 23902
Add SECRET_FILES variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 01 16:19:51 2020 +0000 (2020-08-01) |
parents | a78610b2eb47 |
children | 1df6fa555414 |
line diff
1.1 --- a/python-netaddr/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/python-netaddr/receipt Sat Aug 01 16:19:51 2020 +0000 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 -