Page MenuHomeFreeBSD

devel/py-semantic_version: Update to 2.6.0
ClosedPublic

Authored by loader on May 17 2017, 7:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 31 2024, 12:43 AM
Unknown Object (File)
May 19 2024, 12:33 PM
Unknown Object (File)
Apr 26 2024, 7:39 PM
Unknown Object (File)
Apr 26 2024, 7:37 PM
Unknown Object (File)
Apr 26 2024, 7:37 PM
Unknown Object (File)
Apr 26 2024, 7:37 PM
Unknown Object (File)
Apr 26 2024, 4:06 PM
Unknown Object (File)
Apr 20 2024, 4:19 AM
Subscribers

Details

Summary

Proposed commit log message:

devel/py-semantic_version: Update to 2.6.0

- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Remove OPTION TESTS
- Rename regression-test: target to do-test:

Reviewed_by: koobs
Approved by: koobs (ports)
Differential_Revision: D10768
Test Plan
# portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.

poudriere log:
https://pastebin.com/raw/tVam23vu

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 9324
Build 9788: arc lint + arc unit

Event Timeline

Add USE_PYTHON=concurrent

loader retitled this revision from devel/py-semantic_version: update to 2.6.0 to devel/py-semantic_version: Update to 2.6.0.Jun 20 2017, 9:04 AM
loader edited the summary of this revision. (Show Details)
loader edited the test plan for this revision. (Show Details)
koobs added inline comments.
devel/py-semantic_version/Makefile
25

Add a comment above here showing 'actual' supported versions (upstream says 2.7,3.4+):

When the Python framework supports more granular/explicit version specifications, this will come in handy.

# Actually 2.7,3.4+
This revision is now accepted and ready to land.Jun 20 2017, 11:01 AM
devel/py-semantic_version/Makefile
25

Is someone from python@ working on making something like this work ?

This revision was automatically updated to reflect the committed changes.