devel/py-async-lru: Update to 2.0.2
Changes: https://github.com/aio-libs/async-lru/commits/master
This commit is contained in:
parent
68adcd60ca
commit
5cf598d3ca
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= async-lru
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,7 +11,9 @@ WWW= https://github.com/aio-libs/async-lru
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665073068
|
||||
SHA256 (async-lru-1.0.3.tar.gz) = c2cb9b2915eb14e6cf3e717154b40f715bf90e596d73623677affd0d1fbcd32a
|
||||
SIZE (async-lru-1.0.3.tar.gz) = 4861
|
||||
TIMESTAMP = 1677771187
|
||||
SHA256 (async-lru-2.0.2.tar.gz) = 3b87ec4f2460c52cc7916a0138cc606b584c75d1ef7d661853c95d1d3acb869a
|
||||
SIZE (async-lru-2.0.2.tar.gz) = 9292
|
||||
|
|
Loading…
Reference in a new issue