pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cython Fix PR 54712; bump revision
details: https://anonhg.NetBSD.org/pkgsrc/rev/623601db1dd2
branches: trunk
changeset: 405946:623601db1dd2
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 11 20:20:23 2019 +0000
description:
Fix PR 54712; bump revision
diffstat:
devel/py-cython/Makefile | 5 +-
devel/py-cython/distinfo | 3 +-
devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py | 16 ++++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
diffs (53 lines):
diff -r 7159bc08f7ab -r 623601db1dd2 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile Wed Dec 11 19:07:19 2019 +0000
+++ b/devel/py-cython/Makefile Wed Dec 11 20:20:23 2019 +0000
@@ -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@localhost
-HOMEPAGE= http://cython.org/
+HOMEPAGE= https://cython.org/
COMMENT= C-Extensions for Python
LICENSE= apache-1.1
diff -r 7159bc08f7ab -r 623601db1dd2 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo Wed Dec 11 19:07:19 2019 +0000
+++ b/devel/py-cython/distinfo Wed Dec 11 20:20:23 2019 +0000
@@ -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
diff -r 7159bc08f7ab -r 623601db1dd2 devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cython/patches/patch-Cython_Distutils_old__build__ext.py Wed Dec 11 20:20:23 2019 +0000
@@ -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):
+ """
Home |
Main Index |
Thread Index |
Old Index