git: 0c04978450da - main - databases/py-asyncpg: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jul 2026 11:42:26 UTC
The branch main has been updated by farrokhi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0c04978450daebe89926384bd9d12aaee958ecab
commit 0c04978450daebe89926384bd9d12aaee958ecab
Author: Babak Farrokhi <farrokhi@FreeBSD.org>
AuthorDate: 2026-07-02 11:41:29 +0000
Commit: Babak Farrokhi <farrokhi@FreeBSD.org>
CommitDate: 2026-07-02 11:41:29 +0000
databases/py-asyncpg: fix build
PR: 296435
Reported by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
---
databases/py-asyncpg/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/databases/py-asyncpg/Makefile b/databases/py-asyncpg/Makefile
index 4e1f84bd4ba5..554d5e4738af 100644
--- a/databases/py-asyncpg/Makefile
+++ b/databases/py-asyncpg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= asyncpg
PORTVERSION= 0.31.0
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,9 @@ WWW= https://github.com/MagicStack/asyncpg/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
USES= cpe pgsql:11+ python
CPE_VENDOR= magic
USE_PYTHON= autoplist concurrent cython pep517