pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-expat py-expat: fix for Python 3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/943f5d73aaed
branches:  trunk
changeset: 402827:943f5d73aaed
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 17 06:51:12 2019 +0000

description:
py-expat: fix for Python 3.8

diffstat:

 textproc/py-expat/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6948cc67c9e9 -r 943f5d73aaed textproc/py-expat/Makefile
--- a/textproc/py-expat/Makefile        Thu Oct 17 06:12:53 2019 +0000
+++ b/textproc/py-expat/Makefile        Thu Oct 17 06:51:12 2019 +0000
@@ -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 @@
 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