Page MenuHomeFreeBSD

[NEW] devel/pyinstaller-hooks-contrib: Community maintained hooks for pyinstaller
AbandonedPublic

Authored by arrowd on Mar 29 2023, 4:09 AM.
Tags
None
Referenced Files
F156673359: D39305.id128208.diff
Fri, May 15, 2:30 PM
F156648473: D39305.id.diff
Fri, May 15, 9:32 AM
F156626237: D39305.id119574.diff
Fri, May 15, 5:27 AM
F156603568: D39305.id132588.diff
Fri, May 15, 1:23 AM
Unknown Object (File)
Tue, May 12, 11:53 AM
Unknown Object (File)
Sun, May 3, 6:35 PM
Unknown Object (File)
Sat, May 2, 12:38 PM
Unknown Object (File)
Mon, Apr 27, 1:05 PM

Details

Summary

Signed-off-by: Christopher Hall <hsw@bitmark.com>

Test Plan

poudriere testport -j 13_1-amd64 devel/py-pyinstaller-hooks-contrib
poudriere bulk -j 13_1-amd64 devel/py-pyinstaller-hooks-contrib

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 55362
Build 52251: arc lint + arc unit

Event Timeline

[NEW] devel/pyinstaller-hooks-contrib: Community maintained hooks for pyinstaller

remove run dependency on pyinstaller, pyinstaller needs run depends on hooks

Hello Christopher, thanks for the work, made updating your patch easy,
https://reviews.freebsd.org/D43478

devel/py-pyinstaller-hooks-contrib/Makefile
2

There is an update to 2023.12; ${DISTVERSION} is preferred.

11

The port tools will hint that the elements of ${LICENSE} should be sorted.

13–14

The port tools will hint that LICENSE_FILE_GPLv2+= should have a space before the =, and that ${LICENSE_FILE_GPLv2+} and ${LICENSE_FILE_APACHE20} should be sorted.

17

There is some build dependencies missing, see https://reviews.freebsd.org/D43478

19

distutils can be replaced with pep517.

devel/py-pyinstaller-hooks-contrib/pkg-descr
9

Port tools will hint about extra space here.

arrowd abandoned this revision.
arrowd added a reviewer: hsw_bitmark.com.

Superseded by D43478