Bug 259777 - science/py-scipy: Missing PY_FLAVOR for dependency
Summary: science/py-scipy: Missing PY_FLAVOR for dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-11 13:47 UTC by Michael Glaus
Modified: 2022-01-11 19:04 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Add PY_FLAVOR for py-pythran dependency (488 bytes, patch)
2021-11-11 13:47 UTC, Michael Glaus
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Glaus 2021-11-11 13:47:49 UTC
Created attachment 229428 [details]
Add PY_FLAVOR for py-pythran dependency

The dependency devel/py-pythran does not contain a python flavor.
Because of this the build fails for python versions other than the default.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2021-11-11 23:05:57 UTC
^Triage: Assign to committer of ports 72c6cd5d6d4d
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-01-11 19:03:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=800703e7016f48e29d92fb99585002c04fbf29a4

commit 800703e7016f48e29d92fb99585002c04fbf29a4
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-11 19:01:05 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-11 19:01:05 +0000

    science/py-scipy: fix dependency

    Fix dependence on devel/py-pythran

    PR:             259777
    Submitted by:   Michael Glaus

 science/py-scipy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2022-01-11 19:04:34 UTC
Committed, thank you!