On 2022/03/03 10:45, aisha wrote: > I've attached the port with the tight version dependency suggested by Jeremie. > Thanks for that.
Needs NO_TEST=Yes, and the empty line in DESCR should be removed, probably better to reformat while there, e.g. ----- Python bindings for controlling and probing the Knot DNS server. These bindings provide an interface similar to knotc(8) and replies via JSON for easy parsing. ----- With those changes I'm OK with importing > > Also changed the FLAVOR setup to match python library needs. > > > > > > > I'd be happy to co-maintain it, I use it regularly enough to invest time > > > in > > > this port. > > I've also added a patch to add my name here, so I can get pinged by repology > when theres a new version. > > Cheers, > Aisha > > diff --git a/net/knot/Makefile b/net/knot/Makefile > index 34b8da26a8a..d48f2eebd12 100644 > --- a/net/knot/Makefile > +++ b/net/knot/Makefile > @@ -2,6 +2,7 @@ > > COMMENT = authoritative DNS server > > +# bump net/py-libknot when bumping this > DISTNAME = knot-3.1.6 > > SHARED_LIBS += dnssec 3.1 # .8.0 > @@ -12,7 +13,8 @@ CATEGORIES = net > > HOMEPAGE = https://www.knot-dns.cz/ > > -MAINTAINER = Jeremie Courreges-Anglas <j...@wxcvbn.org> > +MAINTAINER = Jeremie Courreges-Anglas <j...@wxcvbn.org> \ > + Aisha Tammy <open...@aisha.cc> > > # GPLv3+ > PERMIT_PACKAGE = Yes