Re: ports depending on python modules

2017-11-08 Thread blubee blubeeme
oh my, no wonder things seem so insane when trying to do this.

I thought it was something that I was doing but maybe it's just the
infrastructure. Thanks for the heads up on this!

Best,
Owen

On Wed, Nov 8, 2017 at 2:14 PM, Roland Smith  wrote:

> On Wed, Nov 08, 2017 at 01:54:36AM +0800, blubee blubeeme wrote:
> > I am having some real tough time building this port that requires python
> > modules.
> >
> > Is there anyone in here willing to help me debug this issue?
> >
> > Whenever I add:
> > USE_GNOME py3gobject3
> >
> > to my port it tries to build lib-mesa with python2 instead of python3 so
> > the build fails.
> >
> > I need those py3gobject3 introspection bindings though.
> >
> > Anyone have some time to assist me with this?
>
> At this moment, the ports tree is not set up to handle Python 3 as the
> default
> Python.
>
> Work is being done in the ports tree to support different (Python)
> “flavors” (i.e. Python2 and Python 3) without separate py3-* ports.
> See e.g. https://wiki.freebsd.org/Ports/FlavorsAndSubPackages
>
> Ports that don't behave with flavors are being fixed:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223071
>
> I think you should wait until that work has been completed and released.
>
> Otherwise, you'd have do make duplicate Python 3 based ports of everything
> required for py3gobject3.
>
>
> Roland
> --
> R.F.Smith   http://rsmith.home.xs4all.nl/
> [plain text email much appreciated]
>
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: ports depending on python modules

2017-11-07 Thread Roland Smith
On Wed, Nov 08, 2017 at 01:54:36AM +0800, blubee blubeeme wrote:
> I am having some real tough time building this port that requires python
> modules.
> 
> Is there anyone in here willing to help me debug this issue?
> 
> Whenever I add:
> USE_GNOME py3gobject3
> 
> to my port it tries to build lib-mesa with python2 instead of python3 so
> the build fails.
> 
> I need those py3gobject3 introspection bindings though.
> 
> Anyone have some time to assist me with this?

At this moment, the ports tree is not set up to handle Python 3 as the default
Python.

Work is being done in the ports tree to support different (Python)
“flavors” (i.e. Python2 and Python 3) without separate py3-* ports.
See e.g. https://wiki.freebsd.org/Ports/FlavorsAndSubPackages

Ports that don't behave with flavors are being fixed:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223071

I think you should wait until that work has been completed and released.

Otherwise, you'd have do make duplicate Python 3 based ports of everything
required for py3gobject3.


Roland
-- 
R.F.Smith   http://rsmith.home.xs4all.nl/
[plain text email much appreciated]
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"