View | Details | Raw Unified | Return to bug 262251 | Differences between
and this patch

Collapse All | Expand All

(-)dns/py-aiodns/Makefile (-5 / +4 lines)
Lines 1-21 Link Here
1
# Created by: Waitman Gobble <waitman@waitman.net>
1
# Created by: Waitman Gobble <waitman@waitman.net>
2
2
3
PORTNAME=	aiodns
3
PORTNAME=	aiodns
4
PORTVERSION=	1.1.1
4
PORTVERSION=	3.0.0
5
PORTREVISION=	1
6
CATEGORIES=	dns python
5
CATEGORIES=	dns python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
8
10
MAINTAINER=	waitman@waitman.net
9
MAINTAINER=	nork@ninth-nine.com
11
COMMENT=	Simple DNS resolver for asyncio
10
COMMENT=	Simple DNS resolver for asyncio
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycares>0:dns/py-pycares@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycares>4.0.0:dns/py-pycares@${PY_FLAVOR}
17
16
18
USES=		python:3.5+
17
USES=		python:3.6+
19
USE_PYTHON=	autoplist concurrent distutils
18
USE_PYTHON=	autoplist concurrent distutils
20
NO_ARCH=	yes
19
NO_ARCH=	yes
21
20
(-)dns/py-aiodns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1527547369
1
TIMESTAMP = 1646491709
2
SHA256 (aiodns-1.1.1.tar.gz) = d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea
2
SHA256 (aiodns-3.0.0.tar.gz) = 946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6
3
SIZE (aiodns-1.1.1.tar.gz) = 6084
3
SIZE (aiodns-3.0.0.tar.gz) = 6743

Return to bug 262251