Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2025 15:57:50 GMT
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eecb18acc1f0 - main - graphics/py-cairocffi: update to 1.7.1
Message-ID:  <202509291557.58TFvo7T070534@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dch:

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

commit eecb18acc1f08fd2fa1eb4cafcf1bd2982e4d66b
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-09-29 15:48:03 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-09-29 15:57:14 +0000

    graphics/py-cairocffi: update to 1.7.1
---
 graphics/py-cairocffi/Makefile              |  8 ++++----
 graphics/py-cairocffi/distinfo              |  6 +++---
 graphics/py-cairocffi/files/patch-setup.cfg | 14 --------------
 graphics/py-cairocffi/pkg-plist             |  6 ------
 4 files changed, 7 insertions(+), 27 deletions(-)

diff --git a/graphics/py-cairocffi/Makefile b/graphics/py-cairocffi/Makefile
index 1eaf534147ad..4d0d11c890a2 100644
--- a/graphics/py-cairocffi/Makefile
+++ b/graphics/py-cairocffi/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	cairocffi
-PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTVERSION=	1.7.1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +10,8 @@ WWW=		https://github.com/kozea/cairocffi
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}xcffib>=0.3.2:x11/py-xcffib@${PY_FLAVOR}
 TEST_DEPENDS=	${PYNUMPY} \
@@ -20,7 +20,7 @@ TEST_DEPENDS=	${PYNUMPY} \
 
 USES=		gnome python
 USE_GNOME=	cairo
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/graphics/py-cairocffi/distinfo b/graphics/py-cairocffi/distinfo
index 3958028587d6..26412de0978d 100644
--- a/graphics/py-cairocffi/distinfo
+++ b/graphics/py-cairocffi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668630352
-SHA256 (cairocffi-1.4.0.tar.gz) = 509339b32ccd8d7b00c2204c32736cde78db53a32e6a162d312478d25626cd9a
-SIZE (cairocffi-1.4.0.tar.gz) = 69851
+TIMESTAMP = 1741093793
+SHA256 (cairocffi-1.7.1.tar.gz) = 2e48ee864884ec4a3a34bfa8c9ab9999f688286eb714a15a43ec9d068c36557b
+SIZE (cairocffi-1.7.1.tar.gz) = 88096
diff --git a/graphics/py-cairocffi/files/patch-setup.cfg b/graphics/py-cairocffi/files/patch-setup.cfg
deleted file mode 100644
index d9a0b2b0a797..000000000000
--- a/graphics/py-cairocffi/files/patch-setup.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-# pytest-runner should be conditional on test arg provided to setup.py
-# it is only needed for tests, but we run pytest directly (for now)
-# TODO: Report/resolve upstream
-
---- setup.cfg.orig	2022-11-16 20:31:48 UTC
-+++ setup.cfg
-@@ -52,7 +52,6 @@ test = 
- 	sphinx
- 	sphinx_rtd_theme
- test = 
--	pytest
- 	flake8
- 	isort
- 	numpy
diff --git a/graphics/py-cairocffi/pkg-plist b/graphics/py-cairocffi/pkg-plist
deleted file mode 100644
index e4c1f94a7724..000000000000
--- a/graphics/py-cairocffi/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%PYTHON_SITELIBDIR%%/cairocffi/_generated/__pycache__/ffi_pixbuf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cairocffi/_generated/__pycache__/ffi_pixbuf.cpython-%%PYTHON_SUFFIX%%.pyc
-%%PYTHON_SITELIBDIR%%/cairocffi/_generated/__pycache__/ffi.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cairocffi/_generated/__pycache__/ffi.cpython-%%PYTHON_SUFFIX%%.pyc
-%%PYTHON_SITELIBDIR%%/cairocffi/_generated/ffi_pixbuf.py
-%%PYTHON_SITELIBDIR%%/cairocffi/_generated/ffi.py


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509291557.58TFvo7T070534>