Page MenuHomeFreeBSD

graphics/py-visvis: Update to 1.12.4
ClosedPublic

Authored by rhurlin on Sep 12 2020, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 2:33 PM
Unknown Object (File)
Feb 20 2024, 2:33 PM
Unknown Object (File)
Feb 20 2024, 2:33 PM
Unknown Object (File)
Feb 20 2024, 2:33 PM
Unknown Object (File)
Feb 20 2024, 9:53 AM
Unknown Object (File)
Jan 17 2024, 2:13 AM
Unknown Object (File)
Dec 24 2023, 9:18 PM
Unknown Object (File)
Dec 7 2023, 9:34 PM
Subscribers

Details

Summary

This minor update from 1.12.3 to 1.12.4 fixes some issues for CI.

Tested on Proudriere (HEAD, 12.1, 11.4, only amd64). Tests for i386 not possible ATM because of broken multimedia/assimp.
'portlint -AC' seems fine.

Diff Detail

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

Event Timeline

graphics/py-visvis/Makefile
20–21

^ you could move LIB_DEPENDS above RUN_DEPENDS while here, see https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-order-depends.html

29–30

^ the smallest python version in the tree is 3.5 -- so I guess you could convert that block to a simple RUN_DEPENDS above.

Remove Python 2.7 obsolete functionality

  • Sort LIB_DEPENDS, RUN_DEPENDS order
  • Remove RUN_DEPENDS for py27 flavor
This revision is now accepted and ready to land.Sep 13 2020, 6:22 AM
This revision was automatically updated to reflect the committed changes.