summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-03 08:03:59 +0000
committeradam <adam@pkgsrc.org>2020-01-03 08:03:59 +0000
commit5ae8b825ce7bb57e16641b81d221428e351714c5 (patch)
tree1831462bf95527b9646c27dc719a19f335b35831
parent5c348f2314d65840a795e038ec421d40d18ed2b5 (diff)
downloadpkgsrc-5ae8b825ce7bb57e16641b81d221428e351714c5.tar.gz
py-cElementTree: fixed in lang/python
-rw-r--r--textproc/py-cElementTree/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/py-cElementTree/Makefile b/textproc/py-cElementTree/Makefile
index 2a689634829..daea215465b 100644
--- a/textproc/py-cElementTree/Makefile
+++ b/textproc/py-cElementTree/Makefile
@@ -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/celementtree.htm
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}