Received: by mail.netbsd.org (Postfix, from userid 605) id 2F92F84E34; Fri, 3 Jan 2020 08:04:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA7D684E31 for ; Fri, 3 Jan 2020 08:04:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iFo_OJIooK9C for ; Fri, 3 Jan 2020 08:04:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0C1D184E24 for ; Fri, 3 Jan 2020 08:04:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0961EFA97; Fri, 3 Jan 2020 08:04:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578038640140110" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 08:04:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-cElementTree To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200103080400.0961EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578038640140110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1578038640140110 Content-Disposition: inline Content-Length: 1043 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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} --_----------=_1578038640140110--