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)
Jan 14 2024, 6:03 PM
Unknown Object (File)
Dec 20 2023, 3:31 AM
Unknown Object (File)
Dec 2 2023, 11:59 AM
Unknown Object (File)
Sep 30 2023, 1:37 PM
Unknown Object (File)
Sep 21 2023, 5:32 PM
Unknown Object (File)
Aug 18 2023, 3:38 PM
Unknown Object (File)
Aug 1 2023, 3:17 PM
Unknown Object (File)
Jul 25 2023, 5:13 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.