git: a22002601616 - main - devel/py-async-lru: Update to 2.0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 21:38:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a22002601616595460020d93d1135cf1cc31ea31
commit a22002601616595460020d93d1135cf1cc31ea31
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:24:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:34:29 +0000
devel/py-async-lru: Update to 2.0.3
Changes: https://github.com/aio-libs/async-lru/releases
---
devel/py-async-lru/Makefile | 12 ++++++++----
devel/py-async-lru/distinfo | 6 +++---
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/devel/py-async-lru/Makefile b/devel/py-async-lru/Makefile
index 862c00d3241f..7fe4017e44b2 100644
--- a/devel/py-async-lru/Makefile
+++ b/devel/py-async-lru/Makefile
@@ -1,5 +1,5 @@
PORTNAME= async-lru
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,15 @@ WWW= https://github.com/aio-libs/async-lru
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
-
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-async-lru/distinfo b/devel/py-async-lru/distinfo
index 384246cfba74..086f8767f95d 100644
--- a/devel/py-async-lru/distinfo
+++ b/devel/py-async-lru/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771187
-SHA256 (async-lru-2.0.2.tar.gz) = 3b87ec4f2460c52cc7916a0138cc606b584c75d1ef7d661853c95d1d3acb869a
-SIZE (async-lru-2.0.2.tar.gz) = 9292
+TIMESTAMP = 1688902091
+SHA256 (async-lru-2.0.3.tar.gz) = b714c9d1415fca4e264da72a9e2abc66880ce7430e03a973341f88ea4c0d4869
+SIZE (async-lru-2.0.3.tar.gz) = 9724