Date: Sat, 29 Apr 2023 22:33:31 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e916a3ba5fce - main - devel/py-pytweening: Fix build Message-ID: <202304292233.33TMXV6W045660@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e916a3ba5fce20c7c98e18092f849a2182769560 commit e916a3ba5fce20c7c98e18092f849a2182769560 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-04-29 22:31:49 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-04-29 22:31:49 +0000 devel/py-pytweening: Fix build - Add missing dependency Reported by: pkg-fallout --- devel/py-pytweening/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/py-pytweening/Makefile b/devel/py-pytweening/Makefile index fddaffad07ac..3d061f97c0e1 100644 --- a/devel/py-pytweening/Makefile +++ b/devel/py-pytweening/Makefile @@ -1,6 +1,6 @@ PORTNAME= pytweening DISTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ WWW= https://github.com/asweigart/pytweening LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= dos2unix python:3.6+ USE_PYTHON= autoplist pep517
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304292233.33TMXV6W045660>