- update to version 0.7
- switch to DISTVERSION
- add concurrent to USE_PYTHON
- add STRIP_CMD as necessary.
Details
- Reviewers
mat AMDmi3 - Commits
- rP455781: - Update to 0.7
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/py-python-pcre/Makefile | ||
---|---|---|
25 ↗ | (On Diff #34064) | You removed the :2 qualifier from USES=python, but this is 2.7 only. |
Since the previous version was python:2 only, I think it is safe to assume a python:3 slave port is currently not necessary.
Reverting it to python:2 but maintaining concurrent for eventual future use.
python-pcre currently does support Python 2 and 3:
https://github.com/awahlig/python-pcre/tree/v0.7
Thanks!
devel/py-python-pcre/Makefile | ||
---|---|---|
4 ↗ | (On Diff #36029) | DISTVERSION is the preferred way of expressing the version of a software, please do not go backwards. |
devel/py-python-pcre/Makefile | ||
---|---|---|
4 ↗ | (On Diff #36029) | What's the reasoning behind that? I don't see any explanation in your sole commit to PHB. https://github.com/freebsd/freebsd-doc/commit/716727dbaf5ca7d5d82b7393028dac5b72226229 |
devel/py-python-pcre/Makefile | ||
---|---|---|
4 ↗ | (On Diff #36029) | Because there are two way to look at it. The bastard kind of way that has been there for the past 12 years where it was:
And there is the way that is now documented and that is much clearer:
The second one is much easier to explain. |
devel/py-python-pcre/Makefile | ||
---|---|---|
4 ↗ | (On Diff #36029) | Looks reasonable, as long as PORTVERSION stays allowed. One use for it is to preserve non-trivial upstream versions from mangling. |