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
F100672947: D10768.id28449.diff
Fri, Oct 18, 4:51 AM
Unknown Object (File)
Fri, Oct 4, 10:57 PM
Unknown Object (File)
Sep 16 2024, 8:52 PM
Unknown Object (File)
Sep 6 2024, 9:06 PM
Unknown Object (File)
Aug 6 2024, 9:11 AM
Unknown Object (File)
Jul 27 2024, 5:29 AM
Unknown Object (File)
May 31 2024, 12:43 AM
Unknown Object (File)
May 19 2024, 12:33 PM
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 10008
Build 10434: 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
23

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
23

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

This revision was automatically updated to reflect the committed changes.