wok diff python-netifaces/receipt @ rev 25322

cpige: remove -static
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 22 07:58:08 2022 +0000 (23 months ago)
parents 076f424196b2
children 01119cbefbc3
line diff
     1.1 --- a/python-netifaces/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-netifaces/receipt	Fri Jul 22 07:58:08 2022 +0000
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-netifaces"
     1.7 -VERSION="0.10.9"
     1.8 +VERSION="0.11.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Portable access to network interfaces from Python."
    1.11  MAINTAINER="monghitri@aruba.it"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.14 +REPOLOGY="python:netifaces"
    1.15 +
    1.16  SOURCE="netifaces"
    1.17 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.18 -
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python python-dev python-setuptools"