9 Commits

Author SHA1 Message Date
Łukasz Jendrysik
59d8cb5e52 testing/py-dnslib: rebuild against new version of python3 2017-02-18 16:32:34 +01:00
Fabian Affolter
68d8c189bf testing/py-dnslib: upgrade to 0.9.6 and enable py3 2016-12-27 09:50:08 +02:00
Jakub Jirutka
c18b35140d [various] rename python executable in APKBUILDs to python2 2016-10-26 19:47:58 +02:00
Jakub Jirutka
d6529c8d14 [various] rename dependency python to python2 2016-10-26 19:47:58 +02:00
Jakub Jirutka
af0c01ac63 [various] rename dependency python-dev to python2-dev 2016-10-26 19:47:14 +02:00
Jakub Jirutka
bb62c4901b testing/*: change source URL pypi.python.org to files.pythonhosted.org
See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
2016-07-08 17:39:12 +02:00
Fabian Affolter
cffc6fe0c1 testing/py-dnslib: upgrade to 0.9.0 2014-08-23 10:49:42 +00:00
Fabian Affolter
5af5931290 testing/py-dnslib: upgrade to 0.8.3 2013-09-08 14:34:50 +02:00
Fabian Affolter
884bf1e422 testing/py-dnslib: new aport
A simple library to encode/decode DNS wire-format packets. This was originally
written for a custom nameserver.

The key classes are:

- DNSRecord (contains a DNSHeader and one or more DNSQuestion/DNSRR records)
- DNSHeader
- DNSQuestion
- RR (resource records)
- RD (resource data - superclass for TXT,A,AAAA,MX,CNAME,PRT,SOA,NAPTR)
- DNSLabel (envelope for a DNS label)

Website: https://bitbucket.org/paulc/dnslib/
2013-03-04 09:50:18 +00:00