pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-proj



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 27 08:24:51 UTC 2022

Modified Files:
        pkgsrc/geography/py-proj: distinfo
Added Files:
        pkgsrc/geography/py-proj/patches: patch-setup.py

Log Message:
py-proj: force running cythonize during build

This fixes the build with python 3.10.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/py-proj/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-proj/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-proj/distinfo
diff -u pkgsrc/geography/py-proj/distinfo:1.9 pkgsrc/geography/py-proj/distinfo:1.10
--- pkgsrc/geography/py-proj/distinfo:1.9       Tue Oct 26 10:45:15 2021
+++ pkgsrc/geography/py-proj/distinfo   Thu Jan 27 08:24:51 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:45:15 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/01/27 08:24:51 wiz Exp $
 
 BLAKE2s (pyproj-2.6.1.tar.gz) = 94000486db4227c8b26fa88e594363801a61c75bb34f9363df67dd4550854600
 SHA512 (pyproj-2.6.1.tar.gz) = d6bf6b77eb95bb630c41ac7737538c015e2724277f37975b106a4386887c6193c3172dfc9309d1fc8af0b95c86486f359a18a0ca443bcdac9573df6da39935e0
 Size (pyproj-2.6.1.tar.gz) = 528171 bytes
+SHA1 (patch-setup.py) = 7aa563bcd6120b7ca7d0743da9657262b783474d

Added files:

Index: pkgsrc/geography/py-proj/patches/patch-setup.py
diff -u /dev/null pkgsrc/geography/py-proj/patches/patch-setup.py:1.1
--- /dev/null   Thu Jan 27 08:24:51 2022
+++ pkgsrc/geography/py-proj/patches/patch-setup.py     Thu Jan 27 08:24:51 2022
@@ -0,0 +1,14 @@
+$NetBSD: patch-setup.py,v 1.1 2022/01/27 08:24:51 wiz Exp $
+
+Force running cythonize, to fix build with python 3.10.
+
+--- setup.py.orig      2020-05-04 02:03:06.000000000 +0000
++++ setup.py
+@@ -168,6 +168,7 @@ def get_extension_modules():
+             Extension("pyproj._list", ["pyproj/_list.pyx"], **ext_options),
+         ],
+         quiet=True,
++        force=True,
+         **get_cythonize_options()
+     )
+ 



Home | Main Index | Thread Index | Old Index