Date: Tue, 25 Apr 2023 12:10:53 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1f15a83ef6c - main - graphics/py-fotokilof: Update to 4.3.0 Message-ID: <202304251210.33PCArbR004320@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1f15a83ef6cb015a0cf9b34ae7f343ea3f9672a commit e1f15a83ef6cb015a0cf9b34ae7f343ea3f9672a Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2023-04-25 12:06:59 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-04-25 12:06:59 +0000 graphics/py-fotokilof: Update to 4.3.0 Add devel/py-ttkbootstrap to dependencies Release notes: https://github.com/TeaM-TL/FotoKilof/releases/tag/4.3.0 --- graphics/py-fotokilof/Makefile | 6 ++++-- graphics/py-fotokilof/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/graphics/py-fotokilof/Makefile b/graphics/py-fotokilof/Makefile index 9fec608a23fb..b80b0616b4df 100644 --- a/graphics/py-fotokilof/Makefile +++ b/graphics/py-fotokilof/Makefile @@ -1,5 +1,5 @@ PORTNAME= fotokilof -PORTVERSION= 4.2.6 +PORTVERSION= 4.3.0 CATEGORIES= graphics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,16 +13,18 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ttkbootstrap>=1.10.1:devel/py-ttkbootstrap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkcolorpicker>=2.1.3:graphics/py-tkcolorpicker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ttkbootstrap>=1.10.1:devel/py-ttkbootstrap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Wand>=0.6.11:graphics/py-wand@${PY_FLAVOR} USES= magick:run python:3.7+ # the project really doesn't have PEP-517 support, but distutils/setuptools # create a "wrong" entry_points script, so we use our pep517 feature -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 # fix Python wheel name (lower case) post-patch: diff --git a/graphics/py-fotokilof/distinfo b/graphics/py-fotokilof/distinfo index 2fed632b1d18..55dacb7b2b3e 100644 --- a/graphics/py-fotokilof/distinfo +++ b/graphics/py-fotokilof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681850853 -SHA256 (FotoKilof-4.2.6.tar.gz) = 42fba8128905cbcfe7a498b415c5cb05fc478820f69780503864d96763a7667c -SIZE (FotoKilof-4.2.6.tar.gz) = 72894 +TIMESTAMP = 1682410967 +SHA256 (FotoKilof-4.3.0.tar.gz) = 58edd08210648e3441602b9abd536a6567f539a42d0d5f8070d327cdaa1ecf33 +SIZE (FotoKilof-4.3.0.tar.gz) = 72888
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304251210.33PCArbR004320>