diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 13:56:41 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 14:13:17 +0800 |
commit | 45c0fe5efb629e1e88e16cdfa9e7ac7fbeab37ad (patch) | |
tree | 9328d709d2d84e7ebfb5c97a27a2affd61e2e938 | |
parent | dns/py-publicsuffixlist: Update to 1.0.2.20240913 (diff) |
games/py-pysol-cards: Update to 0.18.0
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
Changes: https://github.com/shlomif/pysol_cards/blob/master/code/CHANGELOG.rst.base.txt
-rw-r--r-- | games/py-pysol-cards/Makefile | 11 | ||||
-rw-r--r-- | games/py-pysol-cards/distinfo | 6 | ||||
-rw-r--r-- | games/py-pysol-cards/pkg-descr | 6 |
3 files changed, 11 insertions, 12 deletions
diff --git a/games/py-pysol-cards/Makefile b/games/py-pysol-cards/Makefile index 5ca1101ec30c..1524b84d7558 100644 --- a/games/py-pysol-cards/Makefile +++ b/games/py-pysol-cards/Makefile @@ -1,5 +1,5 @@ PORTNAME= pysol-cards -PORTVERSION= 0.14.3 +PORTVERSION= 0.18.0 CATEGORIES= games python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,17 +7,16 @@ DISTNAME= pysol_cards-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Deal PySol FC Cards -WWW= https://pypi.org/project/pysol-cards/ +WWW= https://github.com/shlomif/pysol_cards LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}random2>=0:math/py-random2@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/games/py-pysol-cards/distinfo b/games/py-pysol-cards/distinfo index 58992359e2cc..d33e41e50b3e 100644 --- a/games/py-pysol-cards/distinfo +++ b/games/py-pysol-cards/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675153439 -SHA256 (pysol_cards-0.14.3.tar.gz) = b0fbfd38615bfc6fd755dab58505a9ae162d0da1866c25ca9141938b5823f061 -SIZE (pysol_cards-0.14.3.tar.gz) = 18322 +TIMESTAMP = 1726487372 +SHA256 (pysol_cards-0.18.0.tar.gz) = 29196eadd51a54a7bf853d0aecba168853903a24803b8554713e8c7fcc732c2c +SIZE (pysol_cards-0.18.0.tar.gz) = 18103 diff --git a/games/py-pysol-cards/pkg-descr b/games/py-pysol-cards/pkg-descr index 22d38b958758..c33b7d8f7710 100644 --- a/games/py-pysol-cards/pkg-descr +++ b/games/py-pysol-cards/pkg-descr @@ -1,3 +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 / Freecell Pro deals. +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 / Freecell Pro deals. |