ebebd1ac46
Changelogs: https://github.com/streamlit/streamlit/releases/tag/1.58.0 https://github.com/streamlit/streamlit/releases/tag/1.57.0 https://github.com/streamlit/streamlit/releases/tag/1.56.0 https://github.com/streamlit/streamlit/releases/tag/1.55.0 https://github.com/streamlit/streamlit/releases/tag/1.54.0 https://github.com/streamlit/streamlit/releases/tag/1.53.1 https://github.com/streamlit/streamlit/releases/tag/1.53.0 https://github.com/streamlit/streamlit/releases/tag/1.52.2 https://github.com/streamlit/streamlit/releases/tag/1.52.1 https://github.com/streamlit/streamlit/releases/tag/1.52.0 https://github.com/streamlit/streamlit/releases/tag/1.51.0 https://github.com/streamlit/streamlit/releases/tag/1.50.0 https://github.com/streamlit/streamlit/releases/tag/1.49.1 https://github.com/streamlit/streamlit/releases/tag/1.49.0 PR: 295417 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> Sponsored by: UNIS Labs
50 lines
2.4 KiB
Makefile
50 lines
2.4 KiB
Makefile
PORTNAME= streamlit
|
|
DISTVERSION= 1.58.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= atanubiswas484@gmail.com
|
|
COMMENT= Turn data scripts into shareable web apps in minutes, in pure python
|
|
WWW= https://streamlit.io/ \
|
|
https://pypi.org/project/streamlit/ \
|
|
https://github.com/streamlit/streamlit/
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}altair>0:graphics/py-altair@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}anyio>=4.0.0:devel/py-anyio@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cachetools>0:devel/py-cachetools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}httptools>=0.6.3:www/py-httptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}itsdangerous>=2.1.2:security/py-itsdangerous@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1:devel/py-protobuf@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyarrow>0:databases/py-pyarrow@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pydeck>=0.9.2:graphics/py-pydeck@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.10:www/py-python-multipart@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}starlette>=0.40.0:www/py-starlette@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tenacity>0:devel/py-tenacity@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}uvicorn>=0.30.0:www/py-uvicorn@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}watchdog>0:devel/py-watchdog@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}websockets>=12.0.0:devel/py-websockets@${PY_FLAVOR}
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|