Thursday, March 03, 2022

Re: [new] net/py-libknot - python bindings for knot DNS

On 22/03/03 09:19AM, Stuart Henderson wrote:

<snip>

>
> Patch away the version number and just use "libknot.so".
>

Ah, that worked! Not sure how though... I thought it would need the proper path
to load the library \o/

I've attached the port with the tight version dependency suggested by Jeremie.
Thanks for that.

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 <jca@wxcvbn.org>
+MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org> \
+ Aisha Tammy <openbsd@aisha.cc>

# GPLv3+
PERMIT_PACKAGE = Yes

No comments:

Post a Comment