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 |
|