View | Details | Raw Unified | Return to bug 278280 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/py-libknot/Makefile (+22 lines)
Added Link Here
1
PORTNAME=      libknot
2
DISTVERSION=   ${KNOT_VERSION}
3
CATEGORIES=    dns python
4
MASTER_SITES=  PYPI
5
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=    freebsd@dns.company
8
COMMENT=       Python API using knot.sock to interact with the Knot DNS daemon
9
WWW=           https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
10
11
LICENSE=       GPLv3
12
13
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
14
LIB_DEPENDS=   libknot.so:dns/knot3
15
16
USES=          python:3.5+
17
USE_PYTHON=    autoplist concurrent pep517
18
19
NO_ARCH=       yes
20
21
.include "${.CURDIR}/../knot3/knotdns.mk"
22
.include <bsd.port.mk>
(-)b/dns/py-libknot/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1719325335
2
SHA256 (libknot-3.3.7.tar.gz) = dedfd860fec79ee6b77d9e0f3cde7d05c3ca1d6ba4ca052570119f34f3a32401
3
SIZE (libknot-3.3.7.tar.gz) = 11095
(-)b/dns/py-libknot/pkg-descr (+2 lines)
Added Link Here
1
Python interface to operate the Knot DNS daemon.
2
Communicating with it using the knot.sock unixsocket.

Return to bug 278280