diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-19 13:58:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-19 13:58:27 +0000 |
commit | 902eb142f71e73799becf2639551d310e60f7951 (patch) | |
tree | 8540246f9abe4c2da2c10e97d1d5a693c8e0d27f /net/py-aiodns | |
parent | 1884c6cfe343478570d8388c781d32aa2ac85604 (diff) | |
download | pkgsrc-902eb142f71e73799becf2639551d310e60f7951.tar.gz |
net/py-aiodns: import py-aiodns-3.0.0
aiodns provides a simple way for doing asynchronous DNS resolutions
using pycares.
Diffstat (limited to 'net/py-aiodns')
-rw-r--r-- | net/py-aiodns/DESCR | 2 | ||||
-rw-r--r-- | net/py-aiodns/Makefile | 20 | ||||
-rw-r--r-- | net/py-aiodns/PLIST | 12 | ||||
-rw-r--r-- | net/py-aiodns/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/py-aiodns/DESCR b/net/py-aiodns/DESCR new file mode 100644 index 00000000000..91750ee9924 --- /dev/null +++ b/net/py-aiodns/DESCR @@ -0,0 +1,2 @@ +aiodns provides a simple way for doing asynchronous DNS resolutions +using pycares. diff --git a/net/py-aiodns/Makefile b/net/py-aiodns/Makefile new file mode 100644 index 00000000000..90d03b2f81d --- /dev/null +++ b/net/py-aiodns/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2022/08/19 13:58:27 wiz Exp $ + +DISTNAME= aiodns-3.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiodns/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/saghul/aiodns +COMMENT= Simple DNS resolver for asyncio +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-cares>=4:../../net/py-cares + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-aiodns/PLIST b/net/py-aiodns/PLIST new file mode 100644 index 00000000000..8aea215ab8d --- /dev/null +++ b/net/py-aiodns/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2022/08/19 13:58:27 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/aiodns/__init__.py +${PYSITELIB}/aiodns/__init__.pyc +${PYSITELIB}/aiodns/__init__.pyo +${PYSITELIB}/aiodns/error.py +${PYSITELIB}/aiodns/error.pyc +${PYSITELIB}/aiodns/error.pyo diff --git a/net/py-aiodns/distinfo b/net/py-aiodns/distinfo new file mode 100644 index 00000000000..4c857ab6954 --- /dev/null +++ b/net/py-aiodns/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/08/19 13:58:27 wiz Exp $ + +BLAKE2s (aiodns-3.0.0.tar.gz) = 6d5460b03b5a2ec180b381330f30fe9269919102c4e6758f76516d290781366d +SHA512 (aiodns-3.0.0.tar.gz) = 8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825 +Size (aiodns-3.0.0.tar.gz) = 6743 bytes |