devel/py-python-gist: Update to 0.5.3
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/py-python-gist/Makefile | ||
---|---|---|
26 ↗ | (On Diff #34752) | Why not just USES= python ? |
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).
|
devel/py-python-gist/Makefile | ||
---|---|---|
26 ↗ | (On Diff #34763) | This should be moved upwards. USES should come before any USE_FOO |