Date: Thu, 2 Jan 2025 19:52:30 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d4e004d2774f - main - www/py-wagtail-airtable: Change RUN_DEPENDS from py-pyairtable to py-pyairtable2 Message-ID: <202501021952.502JqU5I034941@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4e004d2774fa1c5de6ea6a93b83dec068883bf5 commit d4e004d2774fa1c5de6ea6a93b83dec068883bf5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 19:46:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 19:46:49 +0000 www/py-wagtail-airtable: Change RUN_DEPENDS from py-pyairtable to py-pyairtable2 - Bump PORTREVISION for dependency change --- www/py-wagtail-airtable/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-wagtail-airtable/Makefile b/www/py-wagtail-airtable/Makefile index 10a07980815a..8cb7b08be12d 100644 --- a/www/py-wagtail-airtable/Makefile +++ b/www/py-wagtail-airtable/Makefile @@ -1,5 +1,6 @@ PORTNAME= wagtail-airtable PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.11.0,1:www/py-djangorestframework@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyairtable>=2.3<3:devel/py-pyairtable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyairtable2>=2.3<3:devel/py-pyairtable2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=5.2:www/py-wagtail@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021952.502JqU5I034941>