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
F110984549: D10768.id28449.diff
Tue, Feb 25, 7:34 PM
F110932824: D10768.id29850.diff
Tue, Feb 25, 2:18 AM
F110923122: D10768.id29917.diff
Mon, Feb 24, 11:25 PM
Unknown Object (File)
Mon, Feb 24, 6:11 PM
Unknown Object (File)
Thu, Feb 13, 2:44 PM
Unknown Object (File)
Nov 6 2024, 4:04 PM
Unknown Object (File)
Nov 6 2024, 8:30 AM
Unknown Object (File)
Nov 2 2024, 12:56 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.