pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-cElementTree



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan  3 08:03:59 UTC 2020

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

Log Message:
py-cElementTree: fixed in lang/python


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-cElementTree/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-cElementTree/Makefile
diff -u pkgsrc/textproc/py-cElementTree/Makefile:1.15 pkgsrc/textproc/py-cElementTree/Makefile:1.16
--- pkgsrc/textproc/py-cElementTree/Makefile:1.15       Mon Nov  4 21:43:45 2019
+++ pkgsrc/textproc/py-cElementTree/Makefile    Fri Jan  3 08:03:59 2020
@@ -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 @@ HOMEPAGE=     http://www.effbot.org/zone/cel
 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