2014-10-25 22:38:03 +00:00
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
i n c l u d e $( TOPDIR ) / r u l e s . m k
2014-12-10 11:19:44 +00:00
PKG_NAME := python-dns
2019-03-03 14:08:18 +00:00
PKG_VERSION := 1.16.0
2020-04-21 17:27:50 +00:00
PKG_RELEASE := 2
2019-03-03 14:08:18 +00:00
2020-04-30 20:53:48 +00:00
PYPI_NAME := dnspython
PYPI_SOURCE_EXT := zip
PKG_HASH := 36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
2019-03-03 14:08:18 +00:00
2014-10-25 22:38:03 +00:00
PKG_LICENSE := ISC
2014-11-25 07:42:42 +00:00
PKG_LICENSE_FILES := LICENSE
2019-03-03 14:08:18 +00:00
PKG_MAINTAINER := Josef Schlehofer <pepe.schlehofer@gmail.com>
2014-10-25 22:38:03 +00:00
2020-04-30 20:53:48 +00:00
i n c l u d e . . / p y p i . m k
2014-10-25 22:38:03 +00:00
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
2019-03-03 14:08:18 +00:00
i n c l u d e . . / p y t h o n 3 - p a c k a g e . m k
2020-04-21 17:27:50 +00:00
d e f i n e P a c k a g e / p y t h o n 3 - d n s
2019-03-03 14:08:18 +00:00
SUBMENU:= Python
SECTION:= lang
CATEGORY:= Languages
TITLE:= dnspython
URL:= http://www.dnspython.org/
2020-04-21 17:27:50 +00:00
DEPENDS:= +python3
2019-03-03 14:08:18 +00:00
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - d n s / d e s c r i p t i o n
2020-04-01 14:21:16 +00:00
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.
2014-10-25 22:38:03 +00:00
e n d e f
2019-03-03 14:08:18 +00:00
$( eval $ ( call Py 3Package ,python 3-dns ) )
$( eval $ ( call BuildPackage ,python 3-dns ) )
$( eval $ ( call BuildPackage ,python 3-dns -src ) )