devel/py-rush: Convert to USE_PYTHON=pep517

- Update WWW
- Add LICENSE_FILE
- Bump PORTREVISION for package change
main
Po-Chuan Hsieh 2024-04-13 17:29:08 +08:00
parent 8592e76a97
commit df0697fcc0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 8 additions and 2 deletions

View File

@ -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