wok diff python-netaddr/receipt @ rev 25691

Up lynis (3.1.1), ncurses-examples (20211021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 16 10:43:04 2024 +0000 (6 weeks ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-netaddr/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-netaddr/receipt	Tue Apr 16 10:43:04 2024 +0000
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-netaddr"
     1.7 -VERSION="0.7.19"
     1.8 +VERSION="0.8.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A network address representation and manipulation library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://pypi.org/project/netaddr/"
    1.14 +REPOLOGY="python:netaddr"
    1.15  
    1.16  SOURCE="netaddr"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python python-dev python-setuptools"
    1.23 @@ -33,6 +34,5 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs
    1.28  	cp -a $install/usr	$fs
    1.29  }