Skip to content

Commit

Permalink
devel/py-fastf1: adjust and sort dependencies, shift license
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjgh committed Feb 9, 2023
1 parent 9ff4386 commit 433a43c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions 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}
Expand All @@ -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

Expand Down

0 comments on commit 433a43c

Please sign in to comment.