svn commit: r463374 - head/security/nyx
Yuri
yuri at freebsd.org
Fri Mar 2 08:32:27 UTC 2018
On 03/01/18 23:57, Kubilay Kocak wrote:
> 1) Assuming what users care about is risky business.
Port has to provide to users functionality that they expect. If port is
an app, executable provides this functionality. Executables based on
different python versions are expected to work the same way. If they
don't work the same way, this is a bug. Packages aren't created in order
to allow users to detect bugs, or to compare performance, therefore
there should be no need to build multiple packages for apps. If some
expert user will want to test with some other python versions, he still
can do this by rebuilding it locally. This was the logic why I added
noflavors. For libraries though functionality is a set of python
modules, therefore they should be in all flavors. What you suggest (to
have flavors for apps) just doesn't seem to have any benefit. :)
Yuri
More information about the freebsd-python
mailing list