Page MenuHomeFreeBSD

audio/py-pyliblo: Update: Removed the unnecessary dependency on pyrex; Made it python3-compatible; Added USES=localbase:ldflags.
ClosedPublic

Authored by yuri on Nov 21 2017, 11:59 PM.
Tags
None
Referenced Files
F81656451: D13189.diff
Fri, Apr 19, 1:32 PM
Unknown Object (File)
Feb 19 2024, 11:55 PM
Unknown Object (File)
Feb 19 2024, 11:55 PM
Unknown Object (File)
Feb 19 2024, 11:55 PM
Unknown Object (File)
Feb 19 2024, 11:55 PM
Unknown Object (File)
Feb 19 2024, 11:42 PM
Unknown Object (File)
Jan 22 2024, 8:03 PM
Unknown Object (File)
Jan 18 2024, 1:43 PM
Subscribers

Diff Detail

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

Event Timeline

audio/py-pyliblo/Makefile
17

^ Apart from looking a bit on the overdesigned side, also you should not need to add a path for BUILD/RUN_DEPENDS in $PATH.

yuri marked an inline comment as done.Nov 22 2017, 5:51 AM
yuri added inline comments.
audio/py-pyliblo/Makefile
17

This should be made into USE_PYTHON=cython.
Maybe I will submit such patch later.

yuri marked 2 inline comments as done.Nov 22 2017, 5:51 AM
audio/py-pyliblo/Makefile
17

There is one, it comes with the flavors patch.

So let's wait for that then? :D

So let's wait for that then? :D

Can we not wait, and instead add a note to update this when available?

yuri marked an inline comment as done.Nov 24 2017, 7:13 PM
This revision is now accepted and ready to land.Nov 25 2017, 11:01 AM
This revision was automatically updated to reflect the committed changes.
head/audio/py-pyliblo/Makefile
22 ↗(On Diff #35774)

I don't understand the comment here.

USE_PYTHON=autoplist looks at what files distutils has installed and uses that to generate the plist.

In this port, the man pages are installed manually in post-install, so there is no way that distutils knows about them, so it seems normal that they are not present in the plist generated by autoplist.