On Thu, Nov 30, 2017 at 01:53:35PM +0100, Klemens Nanni wrote: > On Thu, Nov 30, 2017 at 12:19:07PM +0000, Job Snijders wrote: > > py-aggregate6 is a python replacement for the net/aggregate tool. It's > > faster, and capable of optimising lists of IPv6 prefixes. It can also be > > used as python library. > > Quite handy, thanks. > > devel/py-radix has no FLAVORS,
You may need to update your ports tree, I updated py-radix yesterday. > portcheck(1) tells you that. Sorry, I'm not familiar with 'portcheck', where can I find more information? > I'd also suggest turning the -python3 FLAVOR into a simple > MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} so we can avoid future Python > 2 ports. Yeah I was struggling a bit what to do in this regard. With python3 the aggregate6 code performs slightly better compared to python2. Ideally the 'aggregate6' cli tool points to the python3 interpreter, and the python2 version is available as 'aggregate6-2' or something. However I purposefully wrote aggregate6 in such a way that it can work in both python2 and python3 environments to enable broader applicability. Kind regards, Job