Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devel/boost: add python37 variant, small patch update for python37 #2154

Closed
wants to merge 1 commit into from

Conversation

mamoll
Copy link
Member

@mamoll mamoll commented Jul 6, 2018

Description

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.13.5 17F77
Xcode 9.4.1 9F2000

Verification

Have you

  • checked your Portfile with port lint?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?

@macportsbot
Copy link

Notifying maintainers:
@michaelld for port boost.
@ryandesign for port boost.

@macportsbot macportsbot added by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: enhancement labels Jul 6, 2018
@macportsbot
Copy link

Travis Build #2857 Passed.

Lint results
--->  Verifying Portfile for boost
--->  0 errors and 0 warnings found.

void* convert_to_cstring(PyObject* obj)
{
- return PyUnicode_Check(obj) ? _PyUnicode_AsString(obj) : 0;
+ return (void*)(PyUnicode_Check(obj) ? _PyUnicode_AsString(obj) : 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO it's better to pick the upstream commit boostorg/python@660487c. Note that this commit is included in boost 1.67 (https://trac.macports.org/ticket/56294).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 That is indeed much better. This pull request can be closed.

@pmetzger
Copy link
Member

pmetzger commented Jul 6, 2018

Closed at submitter's request.

@pmetzger pmetzger closed this Jul 6, 2018
@mamoll mamoll deleted the boost-python37-fix branch August 2, 2018 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: enhancement
6 participants