pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-cairocffi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 13:39:45 UTC 2023

Modified Files:
        pkgsrc/graphics/py-cairocffi: Makefile

Log Message:
py-cairocffi: switch to versioned_dependencies for cffi


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-cairocffi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-cairocffi/Makefile
diff -u pkgsrc/graphics/py-cairocffi/Makefile:1.24 pkgsrc/graphics/py-cairocffi/Makefile:1.25
--- pkgsrc/graphics/py-cairocffi/Makefile:1.24  Sat Oct 21 17:10:39 2023
+++ pkgsrc/graphics/py-cairocffi/Makefile       Sun Nov  5 13:39:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/10/21 17:10:39 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2023/11/05 13:39:45 wiz Exp $
 
 DISTNAME=      cairocffi-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,12 +11,13 @@ HOMEPAGE=   https://github.com/SimonSapin/
 COMMENT=       CFFI-based Cairo bindings for Python
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-cffi>=0.6:../../devel/py-cffi
+PYTHON_VERSIONED_DEPENDENCIES= cffi
 
 USE_LANGUAGES= # none
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index