mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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
This commit is contained in:
parent
d03ec77cd2
commit
45c0fe5efb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user