Page MenuHomeFreeBSD

devel/py-python-gist: Update to 0.5.3.
ClosedPublic

Authored by yuri on Nov 4 2017, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 2:28 AM
Unknown Object (File)
Thu, Nov 13, 12:33 PM
Unknown Object (File)
Sun, Nov 2, 1:40 AM
Unknown Object (File)
Fri, Oct 31, 10:27 PM
Unknown Object (File)
Fri, Oct 31, 6:02 PM
Unknown Object (File)
Fri, Oct 31, 6:02 PM
Unknown Object (File)
Fri, Oct 31, 6:02 PM
Unknown Object (File)
Fri, Oct 31, 6:02 PM
Subscribers

Details

Summary

devel/py-python-gist: Update to 0.5.3

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dbaio added inline comments.
devel/py-python-gist/Makefile
26 ↗(On Diff #34752)

Why not just USES= python ?

yuri marked an inline comment as done.Nov 4 2017, 4:03 PM
yuri added inline comments.
devel/py-python-gist/Makefile
26 ↗(On Diff #34752)

Because setup.py says that they support these versions. In case python-3.7 comes out, it shouldn't be automatically supported unless they say so.

devel/py-python-gist/Makefile
26 ↗(On Diff #34752)

That's normal, many packages don't even mention Python 3.6 but they support it, in this case a user found a problem with 3.6 and that's why it was updated (setup.py classifiers and the real fix).
IMHO you can give the benefit of the doubt:

  • user finds a problem with Python 3.7
  • user report it
  • upstream fixes.
yuri marked an inline comment as done.

Updated to USES=python

yuri marked an inline comment as done.Nov 4 2017, 4:41 PM
devel/py-python-gist/Makefile
26 ↗(On Diff #34763)

This should be moved upwards. USES should come before any USE_FOO

This revision is now accepted and ready to land.Nov 4 2017, 8:29 PM
This revision was automatically updated to reflect the committed changes.