Patch below updates cython from 0.29.19 to 0.29.21.

A cython update is needed for pandas to be updated to the latest bug fix 
release which requires cython 0.29.21 or later to build.

The following users of cython were packaged successfully on amd64. python3 
FLAVORs were built too where they existed.

devel/libplist
devel/py-gevent
devel/reposurgeon
games/pygame_sdl2
games/renpy
geo/py-fiona
geo/py-proj
geo/py-shapely
math/mlpack
math/py-PyWavelets
math/py-cftime
math/py-cvxpy
math/py-h5py
math/py-netcdf4
math/py-pandas
math/py-scikit-image
math/py-scikit-learn
math/py-tables
net/poezio
print/printrun
sysutils/py-statgrab
textproc/py-stemmer

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/cython/Makefile,v
retrieving revision 1.44
diff -u -p -u -r1.44 Makefile
--- Makefile    3 Jul 2020 21:12:56 -0000       1.44
+++ Makefile    9 Oct 2020 21:08:52 -0000
@@ -2,11 +2,10 @@
 
 COMMENT =              optimising static compiler for Python and Cython
 
-MODPY_EGG_VERSION =    0.29.19
+MODPY_EGG_VERSION =    0.29.21
 DISTNAME =             Cython-${MODPY_EGG_VERSION}
 PKGNAME =              py-cython-${MODPY_EGG_VERSION}
 CATEGORIES =           lang
-REVISION =             0
 
 HOMEPAGE =             https://cython.org/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/cython/distinfo,v
retrieving revision 1.29
diff -u -p -u -r1.29 distinfo
--- distinfo    1 Jun 2020 17:01:07 -0000       1.29
+++ distinfo    9 Oct 2020 21:08:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (Cython-0.29.19.tar.gz) = l/mKfcDVjqgz3B+Pizzget9MDwMNGIbFOZohNe1BUlg=
-SIZE (Cython-0.29.19.tar.gz) = 2062542
+SHA256 (Cython-0.29.21.tar.gz) = 5XrLib1VlDyNi/gTdj0guQmcxxZcDxa3B2MadlS+nK0=
+SIZE (Cython-0.29.21.tar.gz) = 2067355
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/cython/pkg/PLIST,v
retrieving revision 1.15
diff -u -p -u -r1.15 PLIST
--- pkg/PLIST   1 Jun 2020 17:01:07 -0000       1.15
+++ pkg/PLIST   9 Oct 2020 21:08:52 -0000
@@ -88,6 +88,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestMemView.py
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py
+lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestStringEncoding.py
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTreeFragment.py
 lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTreePath.py
 lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTypes.py
@@ -102,6 +103,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestMemView.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestParseTreeTransforms.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestSignatureMatching.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestStringEncoding.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestTreeFragment.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestTreePath.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/${MODPY_PYCACHE}TestTypes.${MODPY_PYC_MAGIC_TAG}pyc

Reply via email to