Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2024 21:19:15 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: 6f36583f300e - main - devel/py-sqids: Remove PY_SETUPTOOLS
Message-ID:  <202407242119.46OLJFKO066858@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=6f36583f300ed3ffaa7ce46ff1335111810b5833

commit 6f36583f300ed3ffaa7ce46ff1335111810b5833
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-24 21:17:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-24 21:17:32 +0000

    devel/py-sqids: Remove PY_SETUPTOOLS
    
    - Add NO_ARCH
    
    py-setuptools should be used rather than PY_SETUPTOOLS
---
 devel/py-sqids/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-sqids/Makefile b/devel/py-sqids/Makefile
index 97eee618580c..1299ffba2c84 100644
--- a/devel/py-sqids/Makefile
+++ b/devel/py-sqids/Makefile
@@ -11,7 +11,7 @@ WWW=		https://sqids.org/python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407242119.46OLJFKO066858>