FreeBSD Bugzilla – Attachment 229553 Details for
Bug 259899
textproc/py-pystemmer: fix build with cython 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
py-pystemmer.patch (text/plain), 988 bytes, created by
Dmitry Marakasov
on 2021-11-17 14:59:25 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2021-11-17 14:59:25 UTC
Size:
988 bytes
patch
obsolete
>commit f72e076b0bb9147dcc3e1007637487b74e921c3f >Author: Dmitry Marakasov <amdmi3@FreeBSD.org> >Date: Wed Nov 17 17:03:42 2021 +0300 > > textproc/py-pystemmer: fix build with cython 3.x > > The port builds fine with cython 3.x (cython-devel), which is the only current option with python 3.11. Remove the needless version limitation. > >diff --git textproc/py-pystemmer/files/patch-setup.py textproc/py-pystemmer/files/patch-setup.py >new file mode 100644 >index 000000000000..8848a3a06110 >--- /dev/null >+++ textproc/py-pystemmer/files/patch-setup.py >@@ -0,0 +1,11 @@ >+--- setup.py.orig 2020-07-15 11:49:38 UTC >++++ setup.py >+@@ -187,7 +187,7 @@ setup(name='PyStemmer', >+ "Topic :: Text Processing :: Indexing", >+ "Topic :: Text Processing :: Linguistic", >+ ], >+- setup_requires=['Cython>=0.28.5,<1.0', 'setuptools>=18.0'], >++ setup_requires=['Cython>=0.28.5', 'setuptools>=18.0'], >+ ext_modules=[ >+ Extension( >+ 'Stemmer',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259899
: 229553