devel/py-python-gist: Update to 0.5.3
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12466 Build 12741: arc lint + arc unit
Event Timeline
| devel/py-python-gist/Makefile | ||
|---|---|---|
| 25–26 | Why not just USES= python ? | |
| devel/py-python-gist/Makefile | ||
|---|---|---|
| 25–26 | 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 | ||
|---|---|---|
| 25–26 | 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 | ||
|---|---|---|
| 25–26 | This should be moved upwards. USES should come before any USE_FOO | |