wok rev 25228
updated python-pysol-cards (0.8.9 -> 0.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 16:55:12 2022 +0100 (2022-07-13) |
parents | 9ef0ccfe6096 |
children | 6039063278b9 |
files | python-pysol-cards/description.txt python-pysol-cards/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pysol-cards/description.txt Wed Jul 13 16:55:12 2022 +0100 1.3 @@ -0,0 +1,3 @@ 1.4 +The pysol-cards python modules allow the python developer to generate the 1.5 +initial deals of some PySol FC games. 1.6 +It also supports PySol legacy deals and Microsoft FreeCell and Freecell Pro deals.
2.1 --- a/python-pysol-cards/receipt Wed Jul 13 16:51:10 2022 +0100 2.2 +++ b/python-pysol-cards/receipt Wed Jul 13 16:55:12 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-pysol-cards" 2.7 -VERSION="0.8.9" 2.8 +VERSION="0.12.0" 2.9 CATEGORY="games" 2.10 SHORT_DESC="Deal PySol FreeCell cards." 2.11 MAINTAINER="maintainer@slitaz.org" 2.12 -LICENSE="MIT" 2.13 +LICENSE="BSD" 2.14 WEB_SITE="https://pypi.org/project/pysol-cards/" 2.15 +REPOLOGY="python:pysol-cards" 2.16 2.17 SOURCE="pysol_cards" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -30,5 +31,5 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - cp -a $install/usr $fs/usr 2.24 + cp -a $install/usr $fs 2.25 }