pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-expat



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 17 06:51:12 UTC 2019

Modified Files:
        pkgsrc/textproc/py-expat: Makefile

Log Message:
py-expat: fix for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-expat/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-expat/Makefile
diff -u pkgsrc/textproc/py-expat/Makefile:1.25 pkgsrc/textproc/py-expat/Makefile:1.26
--- pkgsrc/textproc/py-expat/Makefile:1.25      Sun Sep  3 08:53:16 2017
+++ pkgsrc/textproc/py-expat/Makefile   Thu Oct 17 06:51:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/09/03 08:53:16 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/10/17 06:51:12 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-expat-${PY_DISTVERSION}
 CATEGORIES=    textproc python
@@ -8,6 +8,7 @@ HOMEPAGE=       https://www.python.org/
 COMMENT=       Python interface to expat
 
 EXTRACT_ELEMENTS=      ${PYSUBDIR}/Modules/pyexpat.c
+EXTRACT_ELEMENTS+=     ${PYSUBDIR}/Modules/clinic/pyexpat.c.h
 
 USE_GCC_RUNTIME=       yes
 



Home | Main Index | Thread Index | Old Index