FreeBSD Bugzilla – Attachment 198792 Details for
Bug 232739
[exp-run] Update lang/cython to 0.29
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch for databases/py-cassandra-driver
cassandra-cython29.diff.txt (text/plain), 1.55 KB, created by
wen
on 2018-10-31 07:17:22 UTC
(
hide
)
Description:
patch for databases/py-cassandra-driver
Filename:
MIME Type:
Creator:
wen
Created:
2018-10-31 07:17:22 UTC
Size:
1.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 483538) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cassandra-driver > DISTVERSION= 3.15.1 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (nonexistent) >+++ files/patch-setup.py (working copy) >@@ -0,0 +1,11 @@ >+--- setup.py.orig 2018-10-31 06:47:06 UTC >++++ setup.py >+@@ -395,7 +395,7 @@ def run_setup(extensions): >+ # 1.) build_ext eats errors at compile time, letting the install complete while producing useful feedback >+ # 2.) there could be a case where the python environment has cython installed but the system doesn't have build tools >+ if pre_build_check(): >+- cython_dep = 'Cython>=0.20,!=0.25,<0.29' >++ cython_dep = 'Cython>=0.20,!=0.25,<0.30' >+ user_specified_cython_version = os.environ.get('CASS_DRIVER_ALLOWED_CYTHON_VERSION') >+ if user_specified_cython_version is not None: >+ cython_dep = 'Cython==%s' % (user_specified_cython_version,) > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Raw
Actions:
View
Attachments on
bug 232739
:
198686
| 198792