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/3864f6cf9a2c
branches:  trunk
changeset: 342280:3864f6cf9a2c
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 760d2e3be060 -r 3864f6cf9a2c 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