pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-dbus



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug  5 06:14:05 UTC 2023

Modified Files:
        pkgsrc/sysutils/py-dbus: Makefile PLIST distinfo
Added Files:
        pkgsrc/sysutils/py-dbus/patches: patch-Makefile.in
Removed Files:
        pkgsrc/sysutils/py-dbus/patches: patch-aa

Log Message:
py-dbus: updated to 1.3.2; same changes as sysutils/dbus-python-common


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/sysutils/py-dbus/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/py-dbus/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/py-dbus/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-dbus/patches/patch-Makefile.in
cvs rdiff -u -r1.5 -r0 pkgsrc/sysutils/py-dbus/patches/patch-aa

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

Modified files:

Index: pkgsrc/sysutils/py-dbus/Makefile
diff -u pkgsrc/sysutils/py-dbus/Makefile:1.42 pkgsrc/sysutils/py-dbus/Makefile:1.43
--- pkgsrc/sysutils/py-dbus/Makefile:1.42       Wed Dec  8 16:02:40 2021
+++ pkgsrc/sysutils/py-dbus/Makefile    Sat Aug  5 06:14:04 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2021/12/08 16:02:40 adam Exp $
+# $NetBSD: Makefile,v 1.43 2023/08/05 06:14:04 adam Exp $
 
-DISTNAME=      dbus-python-1.2.18
+DISTNAME=      dbus-python-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
-PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/
 
@@ -15,7 +14,8 @@ USE_TOOLS+=           pkg-config gmake
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       PYTHON=${PYTHONBIN}
 
-PY_PATCHPLIST=                 YES
+PY_PATCHPLIST=                 yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # py-expat is only needed at runtime
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat

Index: pkgsrc/sysutils/py-dbus/PLIST
diff -u pkgsrc/sysutils/py-dbus/PLIST:1.9 pkgsrc/sysutils/py-dbus/PLIST:1.10
--- pkgsrc/sysutils/py-dbus/PLIST:1.9   Fri Apr 15 10:15:15 2016
+++ pkgsrc/sysutils/py-dbus/PLIST       Sat Aug  5 06:14:04 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2016/04/15 10:15:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/08/05 06:14:04 adam Exp $
 ${PYSITELIB}/_dbus_bindings.la
 ${PYSITELIB}/_dbus_glib_bindings.la
 ${PYSITELIB}/dbus/__init__.py
@@ -31,9 +31,6 @@ ${PYSITELIB}/dbus/gi_service.pyo
 ${PYSITELIB}/dbus/glib.py
 ${PYSITELIB}/dbus/glib.pyc
 ${PYSITELIB}/dbus/glib.pyo
-${PLIST.py2x}${PYSITELIB}/dbus/gobject_service.py
-${PLIST.py2x}${PYSITELIB}/dbus/gobject_service.pyc
-${PLIST.py2x}${PYSITELIB}/dbus/gobject_service.pyo
 ${PYSITELIB}/dbus/lowlevel.py
 ${PYSITELIB}/dbus/lowlevel.pyc
 ${PYSITELIB}/dbus/lowlevel.pyo

Index: pkgsrc/sysutils/py-dbus/distinfo
diff -u pkgsrc/sysutils/py-dbus/distinfo:1.22 pkgsrc/sysutils/py-dbus/distinfo:1.23
--- pkgsrc/sysutils/py-dbus/distinfo:1.22       Tue Oct 26 11:20:03 2021
+++ pkgsrc/sysutils/py-dbus/distinfo    Sat Aug  5 06:14:04 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:20:03 nia Exp $
+$NetBSD: distinfo,v 1.23 2023/08/05 06:14:04 adam Exp $
 
-BLAKE2s (dbus-python-1.2.18.tar.gz) = 94087041962f002abf5be7cdbcbf540e0d1fd128b59aa068d978191eb49e3b6e
-SHA512 (dbus-python-1.2.18.tar.gz) = 72f422c59637392bd78b741b66dff2afadcc706452c3e82fdc14b1dc052a0c5cb8a85e2758d18c5cbdc08004419a0b3c16b67b99688d96307084403e72585900
-Size (dbus-python-1.2.18.tar.gz) = 578204 bytes
-SHA1 (patch-aa) = bcbcabf858eca13948dc874316d18da4ef36b6de
+BLAKE2s (dbus-python-1.3.2.tar.gz) = d799ceb27c924bc1ae15cc4c8586202c04ccccd2643d7353279d00545d6e7d64
+SHA512 (dbus-python-1.3.2.tar.gz) = 9b2885c9c2914142c72487f766b1cdd28a255d9f5a87eaf8f4eb420c6e096a77f210ac5a4fac9843c6531974872880cc28b7e45940e198856e984dcc0715519a
+Size (dbus-python-1.3.2.tar.gz) = 605495 bytes
+SHA1 (patch-Makefile.in) = bcbcabf858eca13948dc874316d18da4ef36b6de

Added files:

Index: pkgsrc/sysutils/py-dbus/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/sysutils/py-dbus/patches/patch-Makefile.in:1.1
--- /dev/null   Sat Aug  5 06:14:05 2023
+++ pkgsrc/sysutils/py-dbus/patches/patch-Makefile.in   Sat Aug  5 06:14:04 2023
@@ -0,0 +1,21 @@
+$NetBSD: patch-Makefile.in,v 1.1 2023/08/05 06:14:04 adam Exp $
+
+--- Makefile.in.orig   2018-05-04 16:15:54.000000000 +0000
++++ Makefile.in
+@@ -2149,14 +2149,8 @@ info: info-recursive
+ 
+ info-am:
+ 
+-install-data-am: install-data-local install-dbusincludeHEADERS \
+-      install-installed_test_metaDATA \
+-      install-installed_test_testDATA \
+-      install-nobase_dist_installed_testPYTHON \
+-      install-nobase_dist_installed_testSCRIPTS \
+-      install-nobase_installed_testLTLIBRARIES \
+-      install-nobase_installed_testPROGRAMS \
+-      install-nobase_pythonPYTHON install-pkgconfigDATA
++install-data-am: \
++      install-nobase_pythonPYTHON
+ 
+ install-dvi: install-dvi-recursive
+ 



Home | Main Index | Thread Index | Old Index