Received: by mail.netbsd.org (Postfix, from userid 605) id D5A4684CDF; Wed, 11 Dec 2019 20:20:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5092684D59 for ; Wed, 11 Dec 2019 20:20:24 +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 7QeSF2kbwi_G for ; Wed, 11 Dec 2019 20:20:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C173A84CDF for ; Wed, 11 Dec 2019 20:20:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BED05FA97; Wed, 11 Dec 2019 20:20:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576095623294010" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 20:20:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cython To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191211202023.BED05FA97@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. --_----------=_1576095623294010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 11 20:20:23 UTC 2019 Modified Files: pkgsrc/devel/py-cython: Makefile distinfo Added Files: pkgsrc/devel/py-cython/patches: patch-Cython_Distutils_old__build__ext.py Log Message: Fix PR 54712; bump revision To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-cython/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-cython/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576095623294010 Content-Disposition: inline Content-Length: 2673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cython/Makefile diff -u pkgsrc/devel/py-cython/Makefile:1.61 pkgsrc/devel/py-cython/Makefile:1.62 --- pkgsrc/devel/py-cython/Makefile:1.61 Sat Nov 9 21:51:15 2019 +++ pkgsrc/devel/py-cython/Makefile Wed Dec 11 20:20:23 2019 @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.61 2019/11/09 21:51:15 adam Exp $ +# $NetBSD: Makefile,v 1.62 2019/12/11 20:20:23 adam Exp $ DISTNAME= Cython-0.29.14 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cython.org/ +HOMEPAGE= https://cython.org/ COMMENT= C-Extensions for Python LICENSE= apache-1.1 Index: pkgsrc/devel/py-cython/distinfo diff -u pkgsrc/devel/py-cython/distinfo:1.53 pkgsrc/devel/py-cython/distinfo:1.54 --- pkgsrc/devel/py-cython/distinfo:1.53 Sat Nov 9 21:51:15 2019 +++ pkgsrc/devel/py-cython/distinfo Wed Dec 11 20:20:23 2019 @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.53 2019/11/09 21:51:15 adam Exp $ +$NetBSD: distinfo,v 1.54 2019/12/11 20:20:23 adam Exp $ SHA1 (Cython-0.29.14.tar.gz) = f86f2dddde3cc7499cb47d48c0ab98026493d5a8 RMD160 (Cython-0.29.14.tar.gz) = 5c056cdded1fa2626705be3d1fcb289a9a72bd34 SHA512 (Cython-0.29.14.tar.gz) = 50e9a11593e44539a14fd505427dfcbbc3783585d079eb2314832f6852e415a151130e6ee3aa790c3e3ae5b77e64cf920e62d55b57fc1157e535286b170775df Size (Cython-0.29.14.tar.gz) = 2053456 bytes +SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48 Added files: Index: pkgsrc/devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py diff -u /dev/null pkgsrc/devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py:1.1 --- /dev/null Wed Dec 11 20:20:23 2019 +++ pkgsrc/devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py Wed Dec 11 20:20:23 2019 @@ -0,0 +1,16 @@ +$NetBSD: patch-Cython_Distutils_old__build__ext.py,v 1.1 2019/12/11 20:20:23 adam Exp $ + +Revert to Cython 0.29.13 version of this file to fix PR/54712. + +--- Cython/Distutils/old_build_ext.py.orig 2019-12-11 20:04:08.000000000 +0000 ++++ Cython/Distutils/old_build_ext.py +@@ -191,8 +191,7 @@ class old_build_ext(_build_ext.build_ext + + for ext in self.extensions: + ext.sources = self.cython_sources(ext.sources, ext) +- # Call original build_extensions +- _build_ext.build_ext.build_extensions(self) ++ self.build_extension(ext) + + def cython_sources(self, sources, extension): + """ --_----------=_1576095623294010--