Re: Need help with python based port (home assistant)

2020-11-23 Thread Rozhuk Ivan
On Mon, 23 Nov 2020 19:26:49 +0100 Mateusz Piotrowski <0...@freebsd.org> wrote: > > Questions: > > > > 1. Is it ok that I use hack to change required deps versions? > > Or how to deal with it? > It is OK to change the required deps as long as the program keeps > working. Sometimes, however, we

Re: Need help with python based port (home assistant)

2020-11-23 Thread Mateusz Piotrowski
Hi, On 11/23/20 4:28 AM, Rozhuk Ivan wrote: Hi! Im trying to make Home Assistant port. It requires many deps: https://github.com/home-assistant/core/blob/dev/setup.py "aiohttp==3.7.1", "astral==1.10.1", "async_timeout==3.0.1", "attrs==19.3.0", "bcrypt==3.1.7",

Need help with python based port (home assistant)

2020-11-22 Thread Rozhuk Ivan
Hi! Im trying to make Home Assistant port. It requires many deps: https://github.com/home-assistant/core/blob/dev/setup.py "aiohttp==3.7.1", "astral==1.10.1", "async_timeout==3.0.1", "attrs==19.3.0", "bcrypt==3.1.7", "certifi>=2020.6.20", "ciso8601==2.1.3",

need help with python

2019-07-04 Thread Robert Huff
AN writes: > I do not use python directly, only as dependencies. It seems python36 is > default now. What is the correct procedure to set ports to use python36 > so I can safely delete python27? Depending on the ports you need, it may not be possible to completely move from 2.7 to

Re: need help with python

2019-07-04 Thread @lbutlr
On 4 Jul 2019, at 20:39, AN wrote: > I do not use python directly, only as dependencies. It seems python36 is > default now. What is the correct procedure to set ports to use python36 so I > can safely delete python27? Rebuild all the ports that depend on python (and any python depends on).

need help with python

2019-07-04 Thread AN
Hi: I would appreciate some help, having a problem updating because of python. FreeBSD FBSD_13 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r349192: Wed Jun 19 10:18:31 EDT 2019 root@FBSD_13:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 1300032 I have the following installed: