Date: Sat, 13 Apr 2024 09:32:31 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: df0697fcc0b4 - main - devel/py-rush: Convert to USE_PYTHON=pep517 Message-ID: <202404130932.43D9WV0L035701@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=df0697fcc0b457d191230151f015d0ee43bfb163 commit df0697fcc0b457d191230151f015d0ee43bfb163 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-13 09:29:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-13 09:31:39 +0000 devel/py-rush: Convert to USE_PYTHON=pep517 - Update WWW - Add LICENSE_FILE - Bump PORTREVISION for package change --- devel/py-rush/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/devel/py-rush/Makefile b/devel/py-rush/Makefile index eb332ed8920a..607d694e2c1a 100644 --- a/devel/py-rush/Makefile +++ b/devel/py-rush/Makefile @@ -1,17 +1,23 @@ PORTNAME= rush PORTVERSION= 2021.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for throttling algorithms -WWW= https://github.com/sigmavirus24/rush +WWW= https://rush.readthedocs.io/en/latest/ \ + https://github.com/sigmavirus24/rush LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404130932.43D9WV0L035701>