diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:14:15 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:14:15 +0800 |
commit | f21898e20565561c6372716eec2580ed53a90d77 (patch) | |
tree | 7d612ea8dae0a5f374d1159a6713c14cacc0d431 | |
parent | www/py-wagtail-bakery: Convert to USE_PYTHON=pep517 (diff) |
www/py-wagtail-factories: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | www/py-wagtail-factories/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-wagtail-factories/Makefile b/www/py-wagtail-factories/Makefile index b67b1073f46a..0cf4a6aa65e4 100644 --- a/www/py-wagtail-factories/Makefile +++ b/www/py-wagtail-factories/Makefile @@ -1,5 +1,6 @@ PORTNAME= wagtail-factories PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/wagtail/wagtail-factories LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}factory-boy>=3.2:devel/py-factory-boy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |