Merge pull request #17303 from CarlosDerSeher/feature_bt_agent
[feed/packages.git] / lang / python / python-dns / Makefile
1 #
2 # Copyright (C) 2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=python-dns
11 PKG_VERSION:=2.2.0
12 PKG_RELEASE:=1
13
14 PYPI_NAME:=dnspython
15 PKG_HASH:=e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6
16
17 PKG_LICENSE:=ISC
18 PKG_LICENSE_FILES:=LICENSE
19 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
20
21 include ../pypi.mk
22 include $(INCLUDE_DIR)/package.mk
23 include ../python3-package.mk
24
25 define Package/python3-dns
26 SUBMENU:=Python
27 SECTION:=lang
28 CATEGORY:=Languages
29 TITLE:=dnspython
30 URL:=http://www.dnspython.org/
31 DEPENDS:=+python3
32 endef
33
34 define Package/python3-dns/description
35 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.
36 endef
37
38 $(eval $(call Py3Package,python3-dns))
39 $(eval $(call BuildPackage,python3-dns))
40 $(eval $(call BuildPackage,python3-dns-src))