wok-6.x rev 25239
updated python-six (1.14.0 -> 1.16.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 06:22:37 2022 +0100 (2022-07-14) |
parents | 9005eda38457 |
children | 363ff8d6ad69 |
files | python-six/description.txt python-six/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-six/description.txt Thu Jul 14 06:22:37 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +Six is a Python 2 and 3 compatibility library. 1.5 +It provides utility functions for smoothing over the differences between 1.6 +the Python versions with the goal of writing Python code that is compatible 1.7 +on both Python versions. 1.8 +See the documentation for more information on what is provided. 1.9 + 1.10 +Six supports Python 2.7 and 3.3+. It is contained in only one Python file, 1.11 +so it can be easily copied into your project. 1.12 +(The copyright and license notice must be retained.)
2.1 --- a/python-six/receipt Thu Jul 14 06:18:11 2022 +0100 2.2 +++ b/python-six/receipt Thu Jul 14 06:22:37 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-six" 2.7 -VERSION="1.14.0" 2.8 +VERSION="1.16.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A Python 2 and 3 compatibility library." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="MIT" 2.13 WEB_SITE="https://pypi.org/project/six/" 2.14 +REPOLOGY="python:six" 2.15 2.16 SOURCE="six" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 @@ -32,5 +33,5 @@ 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 - cp -a $install/usr $fs 2.23 + cook_copy_folders lib 2.24 }