dns/py-aiodns: Update to 3.0.0
Release notes: https://github.com/saghul/aiodns/releases/tag/aiodns-3.0.0 PR: 262251
This commit is contained in:
parent
7cae277828
commit
9b3c78a9da
2 changed files with 7 additions and 8 deletions
|
@ -1,21 +1,20 @@
|
|||
# Created by: Waitman Gobble <waitman@waitman.net>
|
||||
|
||||
PORTNAME= aiodns
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= waitman@waitman.net
|
||||
MAINTAINER= nork@ninth-nine.com
|
||||
COMMENT= Simple DNS resolver for asyncio
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycares>0:dns/py-pycares@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycares>4.0.0:dns/py-pycares@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1527547369
|
||||
SHA256 (aiodns-1.1.1.tar.gz) = d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea
|
||||
SIZE (aiodns-1.1.1.tar.gz) = 6084
|
||||
TIMESTAMP = 1646491709
|
||||
SHA256 (aiodns-3.0.0.tar.gz) = 946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6
|
||||
SIZE (aiodns-3.0.0.tar.gz) = 6743
|
||||
|
|
Loading…
Reference in a new issue