FreeBSD Bugzilla – Attachment 249864 Details for
Bug 278280
[NEW PORT] dns/py-libknot: Python bindings for libknot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds new port, dns/py-libknot
0001-New-port-dns-py-libknot.patch (text/plain), 2.06 KB, created by
Einar Bjarni Halldórsson
on 2024-04-09 21:12:22 UTC
(
hide
)
Description:
Adds new port, dns/py-libknot
Filename:
MIME Type:
Creator:
Einar Bjarni Halldórsson
Created:
2024-04-09 21:12:22 UTC
Size:
2.06 KB
patch
obsolete
>From 7dc91e647e6cbb9605716c2e310427bc2ea3d00b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Einar=20Bjarni=20Halld=C3=B3rsson?= <einar@isnic.is> >Date: Tue, 9 Apr 2024 21:05:25 +0000 >Subject: [PATCH] New port: dns/py-libknot > >Python bindings for libknot >--- > dns/Makefile | 1 + > dns/py-libknot/Makefile | 19 +++++++++++++++++++ > dns/py-libknot/distinfo | 3 +++ > dns/py-libknot/pkg-descr | 1 + > 4 files changed, 24 insertions(+) > create mode 100644 dns/py-libknot/Makefile > create mode 100644 dns/py-libknot/distinfo > create mode 100644 dns/py-libknot/pkg-descr > >diff --git a/dns/Makefile b/dns/Makefile >index 3717716f6067..59112751fdfd 100644 >--- a/dns/Makefile >+++ b/dns/Makefile >@@ -189,6 +189,7 @@ > SUBDIR += py-idna > SUBDIR += py-idna_ssl > SUBDIR += py-ldns >+ SUBDIR += py-libknot > SUBDIR += py-localzone > SUBDIR += py-ns1-python > SUBDIR += py-publicsuffix >diff --git a/dns/py-libknot/Makefile b/dns/py-libknot/Makefile >new file mode 100644 >index 000000000000..b0d691c31d93 >--- /dev/null >+++ b/dns/py-libknot/Makefile >@@ -0,0 +1,19 @@ >+PORTNAME= libknot >+DISTVERSION= 3.3.5 >+CATEGORIES= dns python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= einar@isnic.is >+COMMENT= Libknot API in Python >+WWW= https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot >+ >+LICENSE= GPLv3 >+ >+LIB_DEPENDS= libknot.so:${PORTSDIR}/dns/knot3 >+ >+NO_ARCH= yes >+USES= python:3.5+ >+USE_PYTHON= autoplist concurrent distutils pep517 >+ >+.include <bsd.port.mk> >diff --git a/dns/py-libknot/distinfo b/dns/py-libknot/distinfo >new file mode 100644 >index 000000000000..a0f54626d586 >--- /dev/null >+++ b/dns/py-libknot/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1712672039 >+SHA256 (libknot-3.3.5.tar.gz) = 9c47836b067f902847400deaa042b2f91f94cbba2034bde8c2cdd8cece4e8696 >+SIZE (libknot-3.3.5.tar.gz) = 11104 >diff --git a/dns/py-libknot/pkg-descr b/dns/py-libknot/pkg-descr >new file mode 100644 >index 000000000000..b3518fa4b684 >--- /dev/null >+++ b/dns/py-libknot/pkg-descr >@@ -0,0 +1 @@ >+A Python interface for managing the Knot DNS daemon. >-- >2.39.3 (Apple Git-146) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278280
: 249864 |
249910
|
249934
|
249976
|
251568
|
251690
|
252240