This updates py-aiodns to 2.0.0. The only reason to hold off before was
because python 2.x support is dropped. No consumers use python 2 though.

I dropped the python 2.7 support goo.

Tests are about the same. Some failures due to unrelated issues.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-aiodns/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    27 Nov 2019 02:23:00 -0000      1.10
+++ Makefile    29 May 2020 01:51:57 -0000
@@ -2,12 +2,10 @@
 
 COMMENT =              simple DNS resolver for asyncio
 
-# Cannot go to >=2.0.0 if we need python 2.x support
-MODPY_EGG_VERSION =    1.2.0
+MODPY_EGG_VERSION =    2.0.0
 DISTNAME =             aiodns-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
 CATEGORIES =           net
-REVISION =             1
 
 MAINTAINER =           Kurt Mosiejczuk <k...@openbsd.org>
 
@@ -22,12 +20,8 @@ MODPY_PYTEST =               Yes
 MODPY_PYTEST_ARGS =    tests.py
 
 FLAVORS =              python3
-FLAVOR ?=
+FLAVOR =               python3
 
 RUN_DEPENDS =          net/py-cares${MODPY_FLAVOR}
-.if !${FLAVOR:Mpython3}
-RUN_DEPENDS +=                 devel/py-trollius \
-                       devel/py-typing
-.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-aiodns/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    19 Jan 2019 14:26:34 -0000      1.4
+++ distinfo    29 May 2020 01:51:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (aiodns-1.2.0.tar.gz) = 1n4UsyF2vPP/ebXUfEZgEc5K3q36Jk95SdoTdzMqBEk=
-SIZE (aiodns-1.2.0.tar.gz) = 6457
+SHA256 (aiodns-2.0.0.tar.gz) = gV/e9GB0dCldaNpGl4pUSB3R574VPH1g+ecnc804130=
+SIZE (aiodns-2.0.0.tar.gz) = 5948

Reply via email to