git: 433a43c7356a - main - devel/py-fastf1: adjust and sort dependencies, shift license
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Feb 2023 00:04:51 UTC
The branch main has been updated by jgh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=433a43c7356aa8083cf0c3937b239ce20e7d6b17
commit 433a43c7356aa8083cf0c3937b239ce20e7d6b17
Author: Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2023-02-09 00:03:43 +0000
Commit: Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2023-02-09 00:03:43 +0000
devel/py-fastf1: adjust and sort dependencies, shift license
---
devel/py-fastf1/Makefile | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/devel/py-fastf1/Makefile b/devel/py-fastf1/Makefile
index 633afb5b3f9d..26db01327cb8 100644
--- a/devel/py-fastf1/Makefile
+++ b/devel/py-fastf1/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fastf1
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -8,20 +9,20 @@ MAINTAINER= jgh@FreeBSD.org
COMMENT= Python module to accessing and analyzing Formula 1 data
WWW= https://github.com/theOehrly/Fast-F1
-LICENSE= GPLv3
+LICENSE= MIT
RUN_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}thefuzz>=0:devel/py-thefuzz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=3.3.3:math/py-matplotlib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-cache>=0:www/py-requests-cache@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}timple>=0:math/py-timple@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}signalr-client-aio>=0:devel/py-signalr-client-aio@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}signalr-client-aio>=0:devel/py-signalr-client-aio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}thefuzz>=0:devel/py-thefuzz@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}timple>=0:math/py-timple@${PY_FLAVOR}
-USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USES= python:3.8+
+USE_PYTHON= autoplist distutils
NO_ARCH= yes