pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libpeas



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Apr 14 08:59:33 UTC 2023

Modified Files:
        pkgsrc/devel/libpeas: Makefile

Log Message:
libpeas: remove PYTHON_FOR_BUILD_ONLY, bump revision

Python is obviously not for build only in this package, since
it supports plugins written in Python. With python39 installed, the
library depends on libpython directly.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/libpeas/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/libpeas/Makefile
diff -u pkgsrc/devel/libpeas/Makefile:1.55 pkgsrc/devel/libpeas/Makefile:1.56
--- pkgsrc/devel/libpeas/Makefile:1.55  Sun Jan 29 21:14:31 2023
+++ pkgsrc/devel/libpeas/Makefile       Fri Apr 14 08:59:33 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2023/01/29 21:14:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2023/04/14 08:59:33 bsiegert Exp $
 
 DISTNAME=      libpeas-1.26.0
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -21,7 +21,6 @@ MESON_ARGS+=  -Dpython2=false
 MESON_ARGS+=   -Dlua51=false
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37
-PYTHON_FOR_BUILD_ONLY=         yes
 
 PKGCONFIG_OVERRIDE+=   output/meson-private/libpeas-gtk-1.0.pc
 PKGCONFIG_OVERRIDE+=   output/meson-private/libpeas-1.0.pc



Home | Main Index | Thread Index | Old Index