wok rev 25587

Update some web_site / wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 06 11:04:30 2023 +0000 (11 months ago)
parents 6a415673cf10
children 1fe3be8c0cd0
files bazaar/receipt python3-dev/receipt python3/receipt webian-shell/receipt xhtml2pdf/receipt
line diff
     1.1 --- a/bazaar/receipt	Sun Jun 04 12:36:08 2023 +0200
     1.2 +++ b/bazaar/receipt	Tue Jun 06 11:04:30 2023 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="A free distributed version control system."
     1.5  MAINTAINER="rcx@zoominternet.net"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://bazaar.canonical.com/en/"
     1.8 +WEB_SITE="https://pypi.org/project/bzr/"
     1.9  
    1.10  SOURCE="bzr"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.1 --- a/python3-dev/receipt	Sun Jun 04 12:36:08 2023 +0200
     2.2 +++ b/python3-dev/receipt	Tue Jun 06 11:04:30 2023 +0000
     2.3 @@ -1,7 +1,5 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6 -PACKED_SIZE="164.0K"
     2.7 -UNPACKED_SIZE="1.0M"
     2.8  PACKAGE="python3-dev"
     2.9  VERSION="3.8.3"
    2.10  CATEGORY="development"
    2.11 @@ -10,7 +8,7 @@
    2.12  LICENSE="GPL"
    2.13  WANTED="python3"
    2.14  SOURCE="Python"
    2.15 -WEB_SITE="http://www.python.org/"
    2.16 +WEB_SITE="https://www.python.org/"
    2.17  
    2.18  DEPENDS="python3"
    2.19  
    2.20 @@ -25,4 +23,3 @@
    2.21  	python_version=${VERSION:0:3}
    2.22  	#rm $fs/usr/include/python${python_version}m/pyconfig.h
    2.23  }
    2.24 -
     3.1 --- a/python3/receipt	Sun Jun 04 12:36:08 2023 +0200
     3.2 +++ b/python3/receipt	Tue Jun 06 11:04:30 2023 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="GPL"
     3.5  SOURCE="Python"
     3.6  TARBALL="$SOURCE-$VERSION.tar.xz"
     3.7 -WEB_SITE="http://www.python.org/"
     3.8 +WEB_SITE="https://www.python.org/"
     3.9  WGET_URL="https://www.python.org/ftp/python/$VERSION/$TARBALL"
    3.10  
    3.11  RELATED="python3-dev python3-idle" # version must match
    3.12 @@ -16,6 +16,13 @@
    3.13  BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \
    3.14  expat-dev liblzma-dev ncursesw-dev tcl-dev db-dev gdbm-dev libffi-dev"
    3.15  
    3.16 +# What is the latest version available today?
    3.17 +current_version()
    3.18 +{
    3.19 +	wget -O - https://www.python.org/downloads/ 2>/dev/null | \
    3.20 +	sed '/Download Python [0-9]/!d;s|.*Python ||;s|<.*||;q'
    3.21 +}
    3.22 +
    3.23  # Rules to configure and make the package.
    3.24  compile_rules()
    3.25  {
     4.1 --- a/webian-shell/receipt	Sun Jun 04 12:36:08 2023 +0200
     4.2 +++ b/webian-shell/receipt	Tue Jun 06 11:04:30 2023 +0000
     4.3 @@ -8,7 +8,7 @@
     4.4  LICENSE="MPL2"
     4.5  WEB_SITE="https://webian.org/shell/"
     4.6  TARBALL="${PACKAGE/-/_}_$VERSION-linux_32.tar.gz"
     4.7 -WGET_URL="https://github.com/downloads/webianproject/shell/$TARBALL"
     4.8 +WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
     4.9  
    4.10  DEPENDS="gtk+ nss"
    4.11  BUILD_DEPENDS="wget"
    4.12 @@ -20,6 +20,7 @@
    4.13  	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    4.14  }
    4.15  
    4.16 +# Rules to configure and make the package.
    4.17  compile_rules()
    4.18  {
    4.19  
    4.20 @@ -32,6 +33,7 @@
    4.21  
    4.22  }
    4.23  
    4.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.25  genpkg_rules()
    4.26  {
    4.27  
     5.1 --- a/xhtml2pdf/receipt	Sun Jun 04 12:36:08 2023 +0200
     5.2 +++ b/xhtml2pdf/receipt	Tue Jun 06 11:04:30 2023 +0000
     5.3 @@ -9,7 +9,7 @@
     5.4  LICENSE="GPL2"
     5.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     5.6  WEB_SITE="http://www.xhtml2pdf.com"
     5.7 -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
     5.8 +WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
     5.9  
    5.10  DEPENDS="python python-reportlab python-html5lib python-pypdf"
    5.11  BUILD_DEPENDS="$DEPENDS python-setuptools python-dev"