# HG changeset patch # User Hans-G?nter Theisgen # Date 1657727712 -3600 # Node ID a6fc8cdc63ce0e127ca6e2b444200934d231bc14 # Parent 9ef0ccfe6096f0bca4d7b0d73905ac9c234ede82 updated python-pysol-cards (0.8.9 -> 0.12.0) diff -r 9ef0ccfe6096 -r a6fc8cdc63ce python-pysol-cards/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pysol-cards/description.txt Wed Jul 13 16:55:12 2022 +0100 @@ -0,0 +1,3 @@ +The pysol-cards python modules allow the python developer to generate the +initial deals of some PySol FC games. +It also supports PySol legacy deals and Microsoft FreeCell and Freecell Pro deals. diff -r 9ef0ccfe6096 -r a6fc8cdc63ce python-pysol-cards/receipt --- a/python-pysol-cards/receipt Wed Jul 13 16:51:10 2022 +0100 +++ b/python-pysol-cards/receipt Wed Jul 13 16:55:12 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-pysol-cards" -VERSION="0.8.9" +VERSION="0.12.0" CATEGORY="games" SHORT_DESC="Deal PySol FreeCell cards." MAINTAINER="maintainer@slitaz.org" -LICENSE="MIT" +LICENSE="BSD" WEB_SITE="https://pypi.org/project/pysol-cards/" +REPOLOGY="python:pysol-cards" SOURCE="pysol_cards" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -30,5 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/usr + cp -a $install/usr $fs }