Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2023 14:14:16 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: 5eded006ee5c - main - devel/py-pytweening: Fix build
Message-ID:  <202304281414.33SEEGAu046698@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=5eded006ee5c17cbde9cfce4f83980d42d21d7d5

commit 5eded006ee5c17cbde9cfce4f83980d42d21d7d5
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-28 14:12:51 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-28 14:12:51 +0000

    devel/py-pytweening: Fix build
    
    - Add missing dependencies
    Reported by:    pkg-fallout
---
 devel/py-pytweening/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/py-pytweening/Makefile b/devel/py-pytweening/Makefile
index fa021813e48e..fddaffad07ac 100644
--- a/devel/py-pytweening/Makefile
+++ b/devel/py-pytweening/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pytweening
 DISTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,9 @@ 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}
+
 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?202304281414.33SEEGAu046698>