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 = 1712937090
2
SHA256 (libknot-3.3.5.tar.gz) = 9c47836b067f902847400deaa042b2f91f94cbba2034bde8c2cdd8cece4e8696
3
SIZE (libknot-3.3.5.tar.gz) = 11104
(-)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