wok-next rev 20732

Some python-* packaged using pip: actualize $VERSION in genpkg_rules()
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 17:01:41 2018 +0300 (2018-05-29)
parents a3200eb95e1d
children 2cd2ab749160
files python-alabaster/receipt python-asterisk/receipt python-babel/receipt python-barcode/receipt python-beaker/receipt python-blessings/receipt python-bpython/receipt python-certifi/receipt python-chardet/receipt python-curtsies/receipt python-docutils/receipt python-funcsigs/receipt python-greenlet/receipt python-idna/receipt python-imagesize/receipt python-jinja2/receipt python-markupsafe/receipt python-numpy/receipt python-packaging/receipt python-pygments/receipt python-pyparsing/receipt python-pytz/receipt python-requests/receipt python-six/receipt python-snowballstemmer/receipt python-sphinx/receipt python-sphinxcontrib-websupport/receipt python-typing/receipt python-urllib3/receipt python-wcwidth/receipt
line diff
     1.1 --- a/python-alabaster/receipt	Tue May 29 15:37:17 2018 +0300
     1.2 +++ b/python-alabaster/receipt	Tue May 29 17:01:41 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="python-alabaster"
     1.7 -VERSION="0.7.10"
     1.8 +VERSION="latest"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="A configurable sidebar-enabled Sphinx theme"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -15,6 +15,7 @@
    1.13  }
    1.14  
    1.15  genpkg_rules() {
    1.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*alabaster-||p' $LOGS/$PACKAGE.log)
    1.17  	copy @std
    1.18  	DEPENDS="python"
    1.19  }
     2.1 --- a/python-asterisk/receipt	Tue May 29 15:37:17 2018 +0300
     2.2 +++ b/python-asterisk/receipt	Tue May 29 17:01:41 2018 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt v2.
     2.5  
     2.6  PACKAGE="python-asterisk"
     2.7 -VERSION="0.5.14"
     2.8 +VERSION="latest"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Python bindings for the Asterisk Manager API"
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -10,15 +10,12 @@
    2.13  
    2.14  BUILD_DEPENDS="python"
    2.15  
    2.16 -# Rules to configure and make the package.
    2.17 -compile_rules()
    2.18 -{
    2.19 +compile_rules() {
    2.20  	pip install --no-compile --root=$DESTDIR py-Asterisk
    2.21  }
    2.22  
    2.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.24 -genpkg_rules()
    2.25 -{
    2.26 +genpkg_rules() {
    2.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*py-Asterisk-||p' $LOGS/$PACKAGE.log)
    2.28  	copy @std
    2.29  	DEPENDS="python"
    2.30  }
     3.1 --- a/python-babel/receipt	Tue May 29 15:37:17 2018 +0300
     3.2 +++ b/python-babel/receipt	Tue May 29 17:01:41 2018 +0300
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt v2.
     3.5  
     3.6  PACKAGE="python-babel"
     3.7 -VERSION="2.5.3"
     3.8 +VERSION="latest"
     3.9  CATEGORY="python"
    3.10  SHORT_DESC="A collection of tools for internationalizing Python applications"
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -15,6 +15,7 @@
    3.13  }
    3.14  
    3.15  genpkg_rules() {
    3.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*Babel-||p' $LOGS/$PACKAGE.log)
    3.17  	copy @std
    3.18  	DEPENDS="python-pytz"
    3.19  }
     4.1 --- a/python-barcode/receipt	Tue May 29 15:37:17 2018 +0300
     4.2 +++ b/python-barcode/receipt	Tue May 29 17:01:41 2018 +0300
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt v2.
     4.5  
     4.6  PACKAGE="python-barcode"
     4.7 -VERSION="0.7"
     4.8 +VERSION="latest"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Create standard barcodes"
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -10,15 +10,12 @@
    4.13  
    4.14  BUILD_DEPENDS="python"
    4.15  
    4.16 -# Rules to configure and make the package.
    4.17 -compile_rules()
    4.18 -{
    4.19 +compile_rules() {
    4.20  	pip install --no-compile --root=$DESTDIR pyBarcode
    4.21  }
    4.22  
    4.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.24 -genpkg_rules()
    4.25 -{
    4.26 +genpkg_rules() {
    4.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*pyBarcode-||p' $LOGS/$PACKAGE.log)
    4.28  	copy @std
    4.29  	DEPENDS="python"
    4.30  }
     5.1 --- a/python-beaker/receipt	Tue May 29 15:37:17 2018 +0300
     5.2 +++ b/python-beaker/receipt	Tue May 29 17:01:41 2018 +0300
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt v2.
     5.5  
     5.6  PACKAGE="python-beaker"
     5.7 -VERSION="1.8.1"
     5.8 +VERSION="latest"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="Cache and Session Library"
    5.11  MAINTAINER="taziden@slitaz.org"
    5.12 @@ -10,15 +10,12 @@
    5.13  
    5.14  BUILD_DEPENDS="python-funcsigs"
    5.15  
    5.16 -# Rules to configure and make the package.
    5.17 -compile_rules()
    5.18 -{
    5.19 +compile_rules() {
    5.20  	pip install --no-compile --root=$DESTDIR Beaker
    5.21  }
    5.22  
    5.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.24 -genpkg_rules()
    5.25 -{
    5.26 +genpkg_rules() {
    5.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*Beaker-||p' $LOGS/$PACKAGE.log)
    5.28  	copy @std
    5.29  	DEPENDS="python-funcsigs"
    5.30  }
     6.1 --- a/python-blessings/receipt	Tue May 29 15:37:17 2018 +0300
     6.2 +++ b/python-blessings/receipt	Tue May 29 17:01:41 2018 +0300
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt v2.
     6.5  
     6.6  PACKAGE="python-blessings"
     6.7 -VERSION="1.6"
     6.8 +VERSION="latest"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="A thin, practical wrapper around terminal coloring, styling, and positioning"
    6.11  MAINTAINER="al.bobylev@gmail.com"
    6.12 @@ -10,15 +10,12 @@
    6.13  
    6.14  BUILD_DEPENDS="python"
    6.15  
    6.16 -# Rules to configure and make the package.
    6.17 -compile_rules()
    6.18 -{
    6.19 +compile_rules() {
    6.20  	pip install --no-compile --root=$DESTDIR blessings
    6.21  }
    6.22  
    6.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.24 -genpkg_rules()
    6.25 -{
    6.26 +genpkg_rules() {
    6.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*blessings-||p' $LOGS/$PACKAGE.log)
    6.28  	copy @std
    6.29  	DEPENDS="python"
    6.30  }
     7.1 --- a/python-bpython/receipt	Tue May 29 15:37:17 2018 +0300
     7.2 +++ b/python-bpython/receipt	Tue May 29 17:01:41 2018 +0300
     7.3 @@ -1,8 +1,7 @@
     7.4  # SliTaz package receipt v2.
     7.5  
     7.6  PACKAGE="python-bpython"
     7.7 -SOURCE="bpython"
     7.8 -VERSION="0.16"
     7.9 +VERSION="latest"
    7.10  CATEGORY="development"
    7.11  SHORT_DESC="A fancy interface to the Python interpreter"
    7.12  MAINTAINER="claudinei@slitaz.org"
    7.13 @@ -13,15 +12,12 @@
    7.14  python-curtsies python-six python-urllib3 python-idna python-certifi \
    7.15  python-chardet python-wcwidth python-blessings"
    7.16  
    7.17 -# Rules to configure and make the package.
    7.18 -compile_rules()
    7.19 -{
    7.20 +compile_rules() {
    7.21  	pip install --no-compile --root=$DESTDIR bpython
    7.22  }
    7.23  
    7.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.25 -genpkg_rules()
    7.26 -{
    7.27 +genpkg_rules() {
    7.28 +	VERSION=$(sed -n '/^Successfully installed/ s|.*bpython-||p' $LOGS/$PACKAGE.log)
    7.29  	copy @std
    7.30  	DEPENDS="${BUILD_DEPENDS/python-dev/}"
    7.31  }
     8.1 --- a/python-certifi/receipt	Tue May 29 15:37:17 2018 +0300
     8.2 +++ b/python-certifi/receipt	Tue May 29 17:01:41 2018 +0300
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt v2.
     8.5  
     8.6  PACKAGE="python-certifi"
     8.7 -VERSION="2018.1.18"
     8.8 +VERSION="latest"
     8.9  CATEGORY="network"
    8.10  SHORT_DESC="Python package for providing Mozilla's CA Bundle"
    8.11  MAINTAINER="al.bobylev@gmail.com"
    8.12 @@ -15,6 +15,7 @@
    8.13  }
    8.14  
    8.15  genpkg_rules() {
    8.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*certifi-||p' $LOGS/$PACKAGE.log)
    8.17  	copy @std
    8.18  	DEPENDS="python"
    8.19  }
     9.1 --- a/python-chardet/receipt	Tue May 29 15:37:17 2018 +0300
     9.2 +++ b/python-chardet/receipt	Tue May 29 17:01:41 2018 +0300
     9.3 @@ -1,7 +1,7 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="python-chardet"
     9.7 -VERSION="3.0.4"
     9.8 +VERSION="latest"
     9.9  CATEGORY="development"
    9.10  SHORT_DESC="Python module for character encoding auto-detection"
    9.11  MAINTAINER="devel@slitaz.org"
    9.12 @@ -15,6 +15,7 @@
    9.13  }
    9.14  
    9.15  genpkg_rules() {
    9.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*chardet-||p' $LOGS/$PACKAGE.log)
    9.17  	copy @std
    9.18  	DEPENDS="python"
    9.19  }
    10.1 --- a/python-curtsies/receipt	Tue May 29 15:37:17 2018 +0300
    10.2 +++ b/python-curtsies/receipt	Tue May 29 17:01:41 2018 +0300
    10.3 @@ -1,24 +1,21 @@
    10.4  # SliTaz package receipt v2.
    10.5  
    10.6  PACKAGE="python-curtsies"
    10.7 -VERSION="0.2.11"
    10.8 +VERSION="latest"
    10.9  CATEGORY="development"
   10.10  SHORT_DESC="Curses-like terminal wrapper, with colored strings"
   10.11  MAINTAINER="al.bobylev@gmail.com"
   10.12  LICENSE="MIT"
   10.13  WEB_SITE="https://pypi.python.org/pypi/curtsies"
   10.14  
   10.15 -BUILD_DEPENDS="python-wcwidth python-blessings"
   10.16 +BUILD_DEPENDS="python-wcwidth python-blessings python-typing"
   10.17  
   10.18 -# Rules to configure and make the package.
   10.19 -compile_rules()
   10.20 -{
   10.21 +compile_rules() {
   10.22  	pip install --no-compile --root=$DESTDIR curtsies
   10.23  }
   10.24  
   10.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.26 -genpkg_rules()
   10.27 -{
   10.28 +genpkg_rules() {
   10.29 +	VERSION=$(sed -n '/^Successfully installed/ s|.*curtsies-||p' $LOGS/$PACKAGE.log)
   10.30  	copy @std
   10.31  	DEPENDS="$BUILD_DEPENDS"
   10.32  }
    11.1 --- a/python-docutils/receipt	Tue May 29 15:37:17 2018 +0300
    11.2 +++ b/python-docutils/receipt	Tue May 29 17:01:41 2018 +0300
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt v2.
    11.5  
    11.6  PACKAGE="python-docutils"
    11.7 -VERSION="0.14"
    11.8 +VERSION="latest"
    11.9  CATEGORY="python"
   11.10  SHORT_DESC="Text processing system"
   11.11  MAINTAINER="claudinei@slitaz.org"
   11.12 @@ -15,6 +15,7 @@
   11.13  }
   11.14  
   11.15  genpkg_rules() {
   11.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*docutils-||p' $LOGS/$PACKAGE.log)
   11.17  	copy @std
   11.18  	DEPENDS="python"
   11.19  	SUGGESTED="python-pil"
    12.1 --- a/python-funcsigs/receipt	Tue May 29 15:37:17 2018 +0300
    12.2 +++ b/python-funcsigs/receipt	Tue May 29 17:01:41 2018 +0300
    12.3 @@ -1,7 +1,7 @@
    12.4  # SliTaz package receipt v2.
    12.5  
    12.6  PACKAGE="python-funcsigs"
    12.7 -VERSION="1.0.2"
    12.8 +VERSION="latest"
    12.9  CATEGORY="development"
   12.10  SHORT_DESC="Python function signatures"
   12.11  MAINTAINER="al.bobylev@gmail.com"
   12.12 @@ -10,15 +10,12 @@
   12.13  
   12.14  BUILD_DEPENDS="python"
   12.15  
   12.16 -# Rules to configure and make the package.
   12.17 -compile_rules()
   12.18 -{
   12.19 +compile_rules() {
   12.20  	pip install --no-compile --root=$DESTDIR funcsigs
   12.21  }
   12.22  
   12.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.24 -genpkg_rules()
   12.25 -{
   12.26 +genpkg_rules() {
   12.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*funcsigs-||p' $LOGS/$PACKAGE.log)
   12.28  	copy @std
   12.29  	DEPENDS="python"
   12.30  }
    13.1 --- a/python-greenlet/receipt	Tue May 29 15:37:17 2018 +0300
    13.2 +++ b/python-greenlet/receipt	Tue May 29 17:01:41 2018 +0300
    13.3 @@ -1,7 +1,7 @@
    13.4  # SliTaz package receipt v2.
    13.5  
    13.6  PACKAGE="python-greenlet"
    13.7 -VERSION="0.4.12"
    13.8 +VERSION="latest"
    13.9  CATEGORY="development"
   13.10  SHORT_DESC="Lightweight in-process concurrent programming"
   13.11  MAINTAINER="al.bobylev@gmail.com"
   13.12 @@ -10,15 +10,12 @@
   13.13  
   13.14  BUILD_DEPENDS="python-dev"
   13.15  
   13.16 -# Rules to configure and make the package.
   13.17 -compile_rules()
   13.18 -{
   13.19 +compile_rules() {
   13.20  	pip install --no-compile --root=$DESTDIR greenlet
   13.21  }
   13.22  
   13.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.24 -genpkg_rules()
   13.25 -{
   13.26 +genpkg_rules() {
   13.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*greenlet-||p' $LOGS/$PACKAGE.log)
   13.28  	copy @std @dev
   13.29  	DEPENDS="python"
   13.30  }
    14.1 --- a/python-idna/receipt	Tue May 29 15:37:17 2018 +0300
    14.2 +++ b/python-idna/receipt	Tue May 29 17:01:41 2018 +0300
    14.3 @@ -1,7 +1,7 @@
    14.4  # SliTaz package receipt v2.
    14.5  
    14.6  PACKAGE="python-idna"
    14.7 -VERSION="2.6"
    14.8 +VERSION="latest"
    14.9  CATEGORY="network"
   14.10  SHORT_DESC="Internationalized Domain Names in Applications"
   14.11  MAINTAINER="al.bobylev@gmail.com"
   14.12 @@ -15,6 +15,7 @@
   14.13  }
   14.14  
   14.15  genpkg_rules() {
   14.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*idna-||p' $LOGS/$PACKAGE.log)
   14.17  	copy @std
   14.18  	DEPENDS="python"
   14.19  }
    15.1 --- a/python-imagesize/receipt	Tue May 29 15:37:17 2018 +0300
    15.2 +++ b/python-imagesize/receipt	Tue May 29 17:01:41 2018 +0300
    15.3 @@ -1,7 +1,7 @@
    15.4  # SliTaz package receipt v2.
    15.5  
    15.6  PACKAGE="python-imagesize"
    15.7 -VERSION="0.7.1"
    15.8 +VERSION="latest"
    15.9  CATEGORY="python"
   15.10  SHORT_DESC="Getting image size from png/jpeg/jpeg2000/gif file"
   15.11  MAINTAINER="al.bobylev@gmail.com"
   15.12 @@ -15,6 +15,7 @@
   15.13  }
   15.14  
   15.15  genpkg_rules() {
   15.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*imagesize-||p' $LOGS/$PACKAGE.log)
   15.17  	copy @std
   15.18  	DEPENDS="python"
   15.19  }
    16.1 --- a/python-jinja2/receipt	Tue May 29 15:37:17 2018 +0300
    16.2 +++ b/python-jinja2/receipt	Tue May 29 17:01:41 2018 +0300
    16.3 @@ -1,7 +1,7 @@
    16.4  # SliTaz package receipt v2.
    16.5  
    16.6  PACKAGE="python-jinja2"
    16.7 -VERSION="2.10"
    16.8 +VERSION="latest"
    16.9  CATEGORY="python"
   16.10  SHORT_DESC="Stand-alone template engine"
   16.11  MAINTAINER="claudinei@slitaz.org"
   16.12 @@ -15,6 +15,7 @@
   16.13  }
   16.14  
   16.15  genpkg_rules() {
   16.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*Jinja2-||p' $LOGS/$PACKAGE.log)
   16.17  	copy @std
   16.18  	DEPENDS="python-markupsafe"
   16.19  }
    17.1 --- a/python-markupsafe/receipt	Tue May 29 15:37:17 2018 +0300
    17.2 +++ b/python-markupsafe/receipt	Tue May 29 17:01:41 2018 +0300
    17.3 @@ -1,7 +1,7 @@
    17.4  # SliTaz package receipt v2.
    17.5  
    17.6  PACKAGE="python-markupsafe"
    17.7 -VERSION="1.0"
    17.8 +VERSION="latest"
    17.9  CATEGORY="python"
   17.10  SHORT_DESC="Implements a XML/HTML/XHTML Markup safe string for Python"
   17.11  MAINTAINER="pascal.bellard@slitaz.org"
   17.12 @@ -15,6 +15,7 @@
   17.13  }
   17.14  
   17.15  genpkg_rules() {
   17.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*MarkupSafe-||p' $LOGS/$PACKAGE.log)
   17.17  	copy @std
   17.18  	DEPENDS="python"
   17.19  }
    18.1 --- a/python-numpy/receipt	Tue May 29 15:37:17 2018 +0300
    18.2 +++ b/python-numpy/receipt	Tue May 29 17:01:41 2018 +0300
    18.3 @@ -1,7 +1,7 @@
    18.4  # SliTaz package receipt v2.
    18.5  
    18.6  PACKAGE="python-numpy"
    18.7 -VERSION="1.14.1"
    18.8 +VERSION="latest"
    18.9  CATEGORY="development"
   18.10  SHORT_DESC="NumPy: array processing for numbers, strings, records, and objects"
   18.11  MAINTAINER="pascal.bellard@slitaz.org"
   18.12 @@ -15,6 +15,7 @@
   18.13  }
   18.14  
   18.15  genpkg_rules() {
   18.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*numpy-||p' $LOGS/$PACKAGE.log)
   18.17  	copy @std @dev
   18.18  	DEPENDS="python"
   18.19  }
    19.1 --- a/python-packaging/receipt	Tue May 29 15:37:17 2018 +0300
    19.2 +++ b/python-packaging/receipt	Tue May 29 17:01:41 2018 +0300
    19.3 @@ -1,7 +1,7 @@
    19.4  # SliTaz package receipt v2.
    19.5  
    19.6  PACKAGE="python-packaging"
    19.7 -VERSION="16.8"
    19.8 +VERSION="latest"
    19.9  CATEGORY="python"
   19.10  SHORT_DESC="Core utilities for Python packages"
   19.11  MAINTAINER="al.bobylev@gmail.com"
   19.12 @@ -15,6 +15,7 @@
   19.13  }
   19.14  
   19.15  genpkg_rules() {
   19.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*packaging-||p' $LOGS/$PACKAGE.log)
   19.17  	copy @std
   19.18  	DEPENDS="python"
   19.19  }
    20.1 --- a/python-pygments/receipt	Tue May 29 15:37:17 2018 +0300
    20.2 +++ b/python-pygments/receipt	Tue May 29 17:01:41 2018 +0300
    20.3 @@ -1,7 +1,7 @@
    20.4  # SliTaz package receipt v2.
    20.5  
    20.6  PACKAGE="python-pygments"
    20.7 -VERSION="2.2.0"
    20.8 +VERSION="latest"
    20.9  CATEGORY="development"
   20.10  SHORT_DESC="Generic syntax highlighter"
   20.11  MAINTAINER="claudinei@slitaz.org"
   20.12 @@ -15,6 +15,7 @@
   20.13  }
   20.14  
   20.15  genpkg_rules() {
   20.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*Pygments-||p' $LOGS/$PACKAGE.log)
   20.17  	copy @std
   20.18  	DEPENDS="python"
   20.19  }
    21.1 --- a/python-pyparsing/receipt	Tue May 29 15:37:17 2018 +0300
    21.2 +++ b/python-pyparsing/receipt	Tue May 29 17:01:41 2018 +0300
    21.3 @@ -1,7 +1,7 @@
    21.4  # SliTaz package receipt v2.
    21.5  
    21.6  PACKAGE="python-pyparsing"
    21.7 -VERSION="2.2.0"
    21.8 +VERSION="latest"
    21.9  CATEGORY="development"
   21.10  SHORT_DESC="Python parsing module"
   21.11  MAINTAINER="pascal.bellard@slitaz.org"
   21.12 @@ -15,6 +15,7 @@
   21.13  }
   21.14  
   21.15  genpkg_rules() {
   21.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*pyparsing-||p' $LOGS/$PACKAGE.log)
   21.17  	copy @std
   21.18  	DEPENDS="python"
   21.19  }
    22.1 --- a/python-pytz/receipt	Tue May 29 15:37:17 2018 +0300
    22.2 +++ b/python-pytz/receipt	Tue May 29 17:01:41 2018 +0300
    22.3 @@ -1,7 +1,7 @@
    22.4  # SliTaz package receipt.
    22.5  
    22.6  PACKAGE="python-pytz"
    22.7 -VERSION="2018.3"
    22.8 +VERSION="latest"
    22.9  CATEGORY="development"
   22.10  SHORT_DESC="World Timezone Definitions for Python"
   22.11  MAINTAINER="pascal.bellard@slitaz.org"
   22.12 @@ -15,6 +15,7 @@
   22.13  }
   22.14  
   22.15  genpkg_rules() {
   22.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*pytz-||p' $LOGS/$PACKAGE.log)
   22.17  	copy @std
   22.18  	DEPENDS="python"
   22.19  }
    23.1 --- a/python-requests/receipt	Tue May 29 15:37:17 2018 +0300
    23.2 +++ b/python-requests/receipt	Tue May 29 17:01:41 2018 +0300
    23.3 @@ -1,7 +1,7 @@
    23.4  # SliTaz package receipt v2.
    23.5  
    23.6  PACKAGE="python-requests"
    23.7 -VERSION="2.18.4"
    23.8 +VERSION="latest"
    23.9  CATEGORY="network"
   23.10  SHORT_DESC="Python HTTP Requests for Humans"
   23.11  MAINTAINER="al.bobylev@gmail.com"
   23.12 @@ -15,6 +15,7 @@
   23.13  }
   23.14  
   23.15  genpkg_rules() {
   23.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*requests-||p' $LOGS/$PACKAGE.log)
   23.17  	copy @std
   23.18  	DEPENDS="$BUILD_DEPENDS"
   23.19  }
    24.1 --- a/python-six/receipt	Tue May 29 15:37:17 2018 +0300
    24.2 +++ b/python-six/receipt	Tue May 29 17:01:41 2018 +0300
    24.3 @@ -1,7 +1,7 @@
    24.4  # SliTaz package receipt v2.
    24.5  
    24.6  PACKAGE="python-six"
    24.7 -VERSION="1.11.0"
    24.8 +VERSION="latest"
    24.9  CATEGORY="python"
   24.10  SHORT_DESC="Six is a Python 2 and 3 compatibility library"
   24.11  MAINTAINER="claudinei@slitaz.org"
   24.12 @@ -15,6 +15,7 @@
   24.13  }
   24.14  
   24.15  genpkg_rules() {
   24.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*six-||p' $LOGS/$PACKAGE.log)
   24.17  	copy @std
   24.18  	DEPENDS="python"
   24.19  }
    25.1 --- a/python-snowballstemmer/receipt	Tue May 29 15:37:17 2018 +0300
    25.2 +++ b/python-snowballstemmer/receipt	Tue May 29 17:01:41 2018 +0300
    25.3 @@ -1,7 +1,7 @@
    25.4  # SliTaz package receipt v2.
    25.5  
    25.6  PACKAGE="python-snowballstemmer"
    25.7 -VERSION="1.2.1"
    25.8 +VERSION="latest"
    25.9  CATEGORY="python"
   25.10  SHORT_DESC="16 stemmer algorithms generated from Snowball algorithms"
   25.11  MAINTAINER="al.bobylev@gmail.com"
   25.12 @@ -15,6 +15,7 @@
   25.13  }
   25.14  
   25.15  genpkg_rules() {
   25.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*snowballstemmer-||p' $LOGS/$PACKAGE.log)
   25.17  	copy @std
   25.18  	DEPENDS="python"
   25.19  }
    26.1 --- a/python-sphinx/receipt	Tue May 29 15:37:17 2018 +0300
    26.2 +++ b/python-sphinx/receipt	Tue May 29 17:01:41 2018 +0300
    26.3 @@ -1,7 +1,7 @@
    26.4  # SliTaz package receipt v2.
    26.5  
    26.6  PACKAGE="python-sphinx"
    26.7 -VERSION="1.7.1"
    26.8 +VERSION="latest"
    26.9  CATEGORY="python"
   26.10  SHORT_DESC="Documentation Tool"
   26.11  MAINTAINER="claudinei@slitaz.org"
   26.12 @@ -20,6 +20,7 @@
   26.13  }
   26.14  
   26.15  genpkg_rules() {
   26.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*Sphinx-||p' $LOGS/$PACKAGE.log)
   26.17  	copy @std @dev
   26.18  	DEPENDS="$BUILD_DEPENDS"
   26.19  }
    27.1 --- a/python-sphinxcontrib-websupport/receipt	Tue May 29 15:37:17 2018 +0300
    27.2 +++ b/python-sphinxcontrib-websupport/receipt	Tue May 29 17:01:41 2018 +0300
    27.3 @@ -1,7 +1,7 @@
    27.4  # SliTaz package receipt v2.
    27.5  
    27.6  PACKAGE="python-sphinxcontrib-websupport"
    27.7 -VERSION="1.0.1"
    27.8 +VERSION="latest"
    27.9  CATEGORY="python"
   27.10  SHORT_DESC="Sphinx API for Web Apps"
   27.11  MAINTAINER="al.bobylev@gmail.com"
   27.12 @@ -15,6 +15,7 @@
   27.13  }
   27.14  
   27.15  genpkg_rules() {
   27.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*sphinxcontrib-websupport-||p' $LOGS/$PACKAGE.log)
   27.17  	copy @std
   27.18  	DEPENDS="python"
   27.19  }
    28.1 --- a/python-typing/receipt	Tue May 29 15:37:17 2018 +0300
    28.2 +++ b/python-typing/receipt	Tue May 29 17:01:41 2018 +0300
    28.3 @@ -1,7 +1,7 @@
    28.4  # SliTaz package receipt v2.
    28.5  
    28.6  PACKAGE="python-typing"
    28.7 -VERSION="3.6.4"
    28.8 +VERSION="latest"
    28.9  CATEGORY="python"
   28.10  SHORT_DESC="Type Hints for Python"
   28.11  MAINTAINER="al.bobylev@gmail.com"
   28.12 @@ -15,6 +15,7 @@
   28.13  }
   28.14  
   28.15  genpkg_rules() {
   28.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*typing-||p' $LOGS/$PACKAGE.log)
   28.17  	copy @std
   28.18  	DEPENDS="python"
   28.19  }
    29.1 --- a/python-urllib3/receipt	Tue May 29 15:37:17 2018 +0300
    29.2 +++ b/python-urllib3/receipt	Tue May 29 17:01:41 2018 +0300
    29.3 @@ -1,7 +1,7 @@
    29.4  # SliTaz package receipt v2.
    29.5  
    29.6  PACKAGE="python-urllib3"
    29.7 -VERSION="1.22"
    29.8 +VERSION="latest"
    29.9  CATEGORY="network"
   29.10  SHORT_DESC="HTTP library with thread-safe connection pooling, file post, and more"
   29.11  MAINTAINER="al.bobylev@gmail.com"
   29.12 @@ -15,6 +15,7 @@
   29.13  }
   29.14  
   29.15  genpkg_rules() {
   29.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*urllib3-||p' $LOGS/$PACKAGE.log)
   29.17  	copy @std
   29.18  	DEPENDS="python"
   29.19  }
    30.1 --- a/python-wcwidth/receipt	Tue May 29 15:37:17 2018 +0300
    30.2 +++ b/python-wcwidth/receipt	Tue May 29 17:01:41 2018 +0300
    30.3 @@ -1,7 +1,7 @@
    30.4  # SliTaz package receipt.
    30.5  
    30.6  PACKAGE="python-wcwidth"
    30.7 -VERSION="0.1.7"
    30.8 +VERSION="latest"
    30.9  CATEGORY="development"
   30.10  SHORT_DESC="Measures number of Terminal column cells of wide-character codes"
   30.11  MAINTAINER="paul@slitaz.org"
   30.12 @@ -10,15 +10,12 @@
   30.13  
   30.14  BUILD_DEPENDS="python"
   30.15  
   30.16 -# Rules to configure and make the package.
   30.17 -compile_rules()
   30.18 -{
   30.19 +compile_rules() {
   30.20  	pip install --no-compile --root=$DESTDIR wcwidth
   30.21  }
   30.22  
   30.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
   30.24 -genpkg_rules()
   30.25 -{
   30.26 +genpkg_rules() {
   30.27 +	VERSION=$(sed -n '/^Successfully installed/ s|.*wcwidth-||p' $LOGS/$PACKAGE.log)
   30.28  	copy @std
   30.29  	DEPENDS="python"
   30.30  }