pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-cairo
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Jul 20 13:41:25 UTC 2023
Modified Files:
pkgsrc/graphics/py-cairo: Makefile PLIST
Log Message:
py-cairo: Fix PLIST divergence
meson-1.2.0 compiles all .py files.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/py-cairo/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-cairo/PLIST
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-cairo/Makefile
diff -u pkgsrc/graphics/py-cairo/Makefile:1.76 pkgsrc/graphics/py-cairo/Makefile:1.77
--- pkgsrc/graphics/py-cairo/Makefile:1.76 Wed Jun 28 09:12:20 2023
+++ pkgsrc/graphics/py-cairo/Makefile Thu Jul 20 13:41:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2023/06/28 09:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2023/07/20 13:41:25 ryoon Exp $
DISTNAME= pycairo-1.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -21,6 +21,7 @@ PY_PATCHPLIST= yes
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.13.1
.include "../../graphics/cairo/buildlink3.mk"
#.include "../../lang/python/egg.mk"
+MESON_REQD= 1.2.0
.include "../../devel/meson/build.mk"
.include "../../lang/python/pyversion.mk"
.include "../../lang/python/extension.mk"
Index: pkgsrc/graphics/py-cairo/PLIST
diff -u pkgsrc/graphics/py-cairo/PLIST:1.12 pkgsrc/graphics/py-cairo/PLIST:1.13
--- pkgsrc/graphics/py-cairo/PLIST:1.12 Wed Mar 30 09:12:01 2022
+++ pkgsrc/graphics/py-cairo/PLIST Thu Jul 20 13:41:25 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.12 2022/03/30 09:12:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/07/20 13:41:25 ryoon Exp $
include/pycairo/py3cairo.h
lib/pkgconfig/py3cairo.pc
${PYSITELIB}/cairo/__init__.py
+${PYSITELIB}/cairo/__init__.pyc
${PYSITELIB}/cairo/__init__.pyi
${PYSITELIB}/cairo/_cairo.so
${PYSITELIB}/cairo/include/py3cairo.h
Home |
Main Index |
Thread Index |
Old Index