pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-xcbgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  4 04:38:06 UTC 2022

Modified Files:
        pkgsrc/x11/py-xcbgen: Makefile PLIST distinfo

Log Message:
py-xcbgen: update to 1.15

Changes: see xcb-proto


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/py-xcbgen/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-xcbgen/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/py-xcbgen/distinfo

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

Modified files:

Index: pkgsrc/x11/py-xcbgen/Makefile
diff -u pkgsrc/x11/py-xcbgen/Makefile:1.22 pkgsrc/x11/py-xcbgen/Makefile:1.23
--- pkgsrc/x11/py-xcbgen/Makefile:1.22  Fri Oct  9 06:45:15 2020
+++ pkgsrc/x11/py-xcbgen/Makefile       Wed May  4 04:38:06 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2020/10/09 06:45:15 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/05/04 04:38:06 wiz Exp $
 
-DISTNAME=      xcb-proto-1.14.1
-PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.14.1
+DISTNAME=      xcb-proto-1.15
+PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.15
 CATEGORIES=    x11
 MASTER_SITES=  https://xorg.freedesktop.org/archive/individual/proto/
 EXTRACT_SUFX=  .tar.xz
@@ -21,5 +21,9 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= # none
 PY_PATCHPLIST= yes
 
+# pkgsrc infrastructure does not support opt-2 files
+post-install:
+       ${RM} -f ${DESTDIR}/${PREFIX}/${PYSITELIB}/xcbgen/__pycache__/*opt-2*pyc
+
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/py-xcbgen/PLIST
diff -u pkgsrc/x11/py-xcbgen/PLIST:1.3 pkgsrc/x11/py-xcbgen/PLIST:1.4
--- pkgsrc/x11/py-xcbgen/PLIST:1.3      Thu May 19 07:08:14 2016
+++ pkgsrc/x11/py-xcbgen/PLIST  Wed May  4 04:38:06 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/05/19 07:08:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/05/04 04:38:06 wiz Exp $
 ${PYSITELIB}/xcbgen/__init__.py
 ${PYSITELIB}/xcbgen/__init__.pyc
 ${PYSITELIB}/xcbgen/__init__.pyo

Index: pkgsrc/x11/py-xcbgen/distinfo
diff -u pkgsrc/x11/py-xcbgen/distinfo:1.17 pkgsrc/x11/py-xcbgen/distinfo:1.18
--- pkgsrc/x11/py-xcbgen/distinfo:1.17  Tue Oct 26 11:34:20 2021
+++ pkgsrc/x11/py-xcbgen/distinfo       Wed May  4 04:38:06 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 11:34:20 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/05/04 04:38:06 wiz Exp $
 
-BLAKE2s (xcb-proto-1.14.1.tar.xz) = c8b1fe58c98d11226cbcee7e269ba98323eba58cef57c6576261ee661cc55154
-SHA512 (xcb-proto-1.14.1.tar.xz) = 140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
-Size (xcb-proto-1.14.1.tar.xz) = 143588 bytes
+BLAKE2s (xcb-proto-1.15.tar.xz) = 288edf88e71c0be70d77e9639c2c6bdb47e72ee4e6ad7f54fd6bf22ee4ae1e0b
+SHA512 (xcb-proto-1.15.tar.xz) = a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36
+Size (xcb-proto-1.15.tar.xz) = 146628 bytes
 SHA1 (patch-ae) = e5bff371fc8d87b9e3eaaea80734f8fcf544b4b1



Home | Main Index | Thread Index | Old Index