pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-cElementTree py-cElementTree: fixed in lan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/996403c11a93
branches:  trunk
changeset: 407300:996403c11a93
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 03 08:03:59 2020 +0000

description:
py-cElementTree: fixed in lang/python

diffstat:

 textproc/py-cElementTree/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2eaed19d3e65 -r 996403c11a93 textproc/py-cElementTree/Makefile
--- a/textproc/py-cElementTree/Makefile Fri Jan 03 08:03:35 2020 +0000
+++ b/textproc/py-cElementTree/Makefile Fri Jan 03 08:03:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/11/04 21:43:45 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/03 08:03:59 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-cElementTree-${PY_DISTVERSION}
 CATEGORIES=    textproc python
@@ -8,16 +8,11 @@
 COMMENT=       C implementation of Python ElementTree API
 
 EXTRACT_ELEMENTS=      ${PYSUBDIR}/Modules/_elementtree.c
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} != 27
-EXTRACT_ELEMENTS+=     ${PYSUBDIR}/Modules/clinic/_elementtree.c.h
-.endif
 
 USE_GCC_RUNTIME=       yes
 USE_TOOLS+=            patch
 
 PYDISTUTILSPKG=                yes
-PY_PATCHPLIST=         yes
 PY_SETUP_SUBST+=       EXPATPREFIX=${BUILDLINK_DIR}
 PY_SETUP_SUBST+=       EXPATRTPREFIX=${BUILDLINK_PREFIX.expat}
 



Home | Main Index | Thread Index | Old Index