pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gobject
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 11:11:31 UTC 2024
Modified Files:
pkgsrc/devel/py-gobject: Makefile
Log Message:
py-gobject: directly depend on py2 version of cairo
This is limited to Python 2 already.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-gobject/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-gobject/Makefile
diff -u pkgsrc/devel/py-gobject/Makefile:1.64 pkgsrc/devel/py-gobject/Makefile:1.65
--- pkgsrc/devel/py-gobject/Makefile:1.64 Mon Nov 27 15:06:25 2023
+++ pkgsrc/devel/py-gobject/Makefile Tue Apr 30 11:11:31 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.64 2023/11/27 15:06:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.65 2024/04/30 11:11:31 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION= 5
-PYTHON_VERSIONED_DEPENDENCIES+= cairo
+DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo118
PYTHON_VERSIONS_ACCEPTED= 27
@@ -39,5 +39,4 @@ CONFIGURE_ARGS+= --disable-introspection
.include "../../devel/py-gobject-shared/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index