aboutsummaryrefslogtreecommitdiff
path: root/lang/python-dns
Commit message (Collapse)AuthorAge
* python-dns: remove python-setuptools/host dependencyAlexandru Ardelean2017-01-26
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: add python-setuptools/host as build dependencyAlexandru Ardelean2016-11-09
| | | | | | | | | After commit a4b0c0a9fb4a767f1e7fe344423f77ef1f10d991 python host does not install/have the built-in setuptools package. So, for python-dns, we need to add it explicitly (since it's required). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: use --prefix & --root config optionsAlexandru Ardelean2016-11-09
| | | | | | | Does not fix anything, just brings it inline with the other python packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: version update to 1.15.0Denis Shulyaka2016-11-03
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* python-dns: remove PyPackage filespecAlexandru Ardelean2015-01-06
| | | | | | Default will be used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: update PKG_NAMEAlexandru Ardelean2014-12-10
| | | | | | | PKG_NAME should be the name of the actual OpenWRT package, and not the name of the original package name. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: update compile rule and add PyPackage rulesAlexandru Ardelean2014-12-10
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: add $(eval $(call PyPackage,python-dns))Alexandru Ardelean2014-12-10
| | | | | | | Should be included by Python packages if they want to run Python-package-specific build rules. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: fix python-mini dependency to pythonAlexandru Ardelean2014-12-10
| | | | | | | | python-mini does not exist anymore For now we'll just fix the build, and we'll do a bit more smart packaging later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* python-dns: fixed URLDenis Shulyaka2014-11-04
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* New python-dns packageDenis Shulyaka2014-10-26
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>