]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - python3-dns/python3-dns.nm
python3-dns: Update to version 2.4.2-1
[people/pmueller/ipfire-3.x.git] / python3-dns / python3-dns.nm
CommitLineData
3b36da39
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-dns
c57549d9 7version = 2.4.2
3b36da39
SS
8release = 1
9thisapp = dnspython-%{version}
10
11groups = Development/Libraries
12url = https://www.dnspython.org
13license = ISC and MIT
14summary = A powerful DNS toolkit for python.
15
16description
17 dnspython is a DNS toolkit for Python. It supports almost all record types.
18 It can be used for queries, zone transfers, and dynamic updates. It
19 supports TSIG authenticated messages and EDNS0.
20
21 dnspython provides both high and low level access to DNS.
22end
23
24source_dl = https://github.com/rthalley/dnspython/archive/refs/tags/v%{version}.tar.gz#/
25
26build
27 requires
28 python3-devel
29 python3-setuptools
30 end
31
32 build
33 %{python3} setup.py build
34 end
35
36 install
37 %{python3} setup.py install --skip-build --root=%{BUILDROOT}
38 end
39end
40
41packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end