Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Apr 2026 20:00:02 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dc7e03c2c1b1 - main - graphics/py-photocollage: update 1.=?utf-8?Q?4.5 =E2=86=92?= 1.5.0
Message-ID:  <69cd7942.33e4c.3baacb5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc7e03c2c1b1c1f6801ac5b70dc0fd4470f8131f

commit dc7e03c2c1b1c1f6801ac5b70dc0fd4470f8131f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-01 16:50:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-01 19:59:50 +0000

    graphics/py-photocollage: update 1.4.5 → 1.5.0
---
 graphics/py-photocollage/Makefile | 10 +++++-----
 graphics/py-photocollage/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/graphics/py-photocollage/Makefile b/graphics/py-photocollage/Makefile
index 9786e64bc1f2..a26a204d67f7 100644
--- a/graphics/py-photocollage/Makefile
+++ b/graphics/py-photocollage/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	photocollage
-DISTVERSION=	1.4.5
-PORTREVISION=	3
+DISTVERSION=	1.5.0
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +11,13 @@ WWW=		https://github.com/adrienverge/PhotoCollage
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycairo>0:graphics/py-pycairo@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>:devel/py-six@${PY_FLAVOR} \
 		${PY_PILLOW}
 
 USES=		gettext-tools python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
@@ -26,7 +26,7 @@ post-patch:
 		s|${PORTNAME}|${PORTNAME}-${PYTHON_VER}| ; \
 		s|^Name.*|& (python${PYTHON_VER})|' \
 		${WRKSRC}/data/${PORTNAME}.desktop
-	@${REINPLACE_CMD} -E 's/photocollage\.(png|svg|desktop|appdata\.xml)/photocollage-${PYTHON_VER}.\1/' ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} -E 's/photocollage\.(png|svg|desktop|appdata\.xml)/photocollage-${PYTHON_VER}.\1/' ${WRKSRC}/pyproject.toml
 	@${REINPLACE_CMD} -E 's/APP_NAME = "photocollage"/APP_NAME = "photocollage-${PYTHON_VER}"/' ${WRKSRC}/photocollage/__init__.py
 	@cd ${WRKSRC} && for f in $$(${FIND} -E . -regex '.*\.(png|svg|desktop|appdata\.xml)'); do \
 		${MV} $$f $$(${ECHO} $$f | ${SED} -E 's|photocollage\.([[:alpha:].]*)|photocollage-${PYTHON_VER}.\1|'); \
diff --git a/graphics/py-photocollage/distinfo b/graphics/py-photocollage/distinfo
index 5ebf4e44c438..0207455ab44f 100644
--- a/graphics/py-photocollage/distinfo
+++ b/graphics/py-photocollage/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625942459
-SHA256 (photocollage-1.4.5.tar.gz) = d586cf409eb72a8d08f043c4dd13e657ce2ad03d12db5be6674bbb8754055f90
-SIZE (photocollage-1.4.5.tar.gz) = 191920
+TIMESTAMP = 1775036006
+SHA256 (photocollage-1.5.0.tar.gz) = 6dd869669e7453fa7c4a3efe5d238969c36490dce4b22b0fd7e915d0e987a403
+SIZE (photocollage-1.5.0.tar.gz) = 198873


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cd7942.33e4c.3baacb5>