pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-aiodns net/py-aiodns: import py-aiodns-3.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41b4beb7e7c9
branches:  trunk
changeset: 383477:41b4beb7e7c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 19 13:58:27 2022 +0000

description:
net/py-aiodns: import py-aiodns-3.0.0

aiodns provides a simple way for doing asynchronous DNS resolutions
using pycares.

diffstat:

 net/py-aiodns/DESCR    |   2 ++
 net/py-aiodns/Makefile |  20 ++++++++++++++++++++
 net/py-aiodns/PLIST    |  12 ++++++++++++
 net/py-aiodns/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r c891946e9a1f -r 41b4beb7e7c9 net/py-aiodns/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiodns/DESCR       Fri Aug 19 13:58:27 2022 +0000
@@ -0,0 +1,2 @@
+aiodns provides a simple way for doing asynchronous DNS resolutions
+using pycares.
diff -r c891946e9a1f -r 41b4beb7e7c9 net/py-aiodns/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiodns/Makefile    Fri Aug 19 13:58:27 2022 +0000
@@ -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@localhost
+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 -r c891946e9a1f -r 41b4beb7e7c9 net/py-aiodns/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiodns/PLIST       Fri Aug 19 13:58:27 2022 +0000
@@ -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 -r c891946e9a1f -r 41b4beb7e7c9 net/py-aiodns/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiodns/distinfo    Fri Aug 19 13:58:27 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index