Date: Sat, 17 Dec 2022 09:14:29 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 67a6aa383f52 - main - databases/datasette: New port: Multi-tool for exploring and publishing data Message-ID: <202212170914.2BH9ETr3012683@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=67a6aa383f52b11f6d5097137af61bade70ef441 commit 67a6aa383f52b11f6d5097137af61bade70ef441 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-17 09:13:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-17 09:14:20 +0000 databases/datasette: New port: Multi-tool for exploring and publishing data --- databases/Makefile | 1 + databases/datasette/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ databases/datasette/distinfo | 3 +++ databases/datasette/pkg-descr | 7 +++++++ 4 files changed, 51 insertions(+) diff --git a/databases/Makefile b/databases/Makefile index b388ebc509a0..6d86bdab2f43 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -44,6 +44,7 @@ SUBDIR += credis SUBDIR += cutelyst-asql SUBDIR += dalmp + SUBDIR += datasette SUBDIR += db SUBDIR += db18 SUBDIR += db5 diff --git a/databases/datasette/Makefile b/databases/datasette/Makefile new file mode 100644 index 000000000000..5468929ba969 --- /dev/null +++ b/databases/datasette/Makefile @@ -0,0 +1,40 @@ +PORTNAME= datasette +DISTVERSION= 0.63.2 +CATEGORIES= databases www +MASTER_SITES= CHEESESHOP + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Multi-tool for exploring and publishing data +WWW= https://datasette.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +PY_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}aiofiles>=0.4:devel/py-aiofiles@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}asgi-csrf>=0.9:www/py-asgi-csrf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2.10:www/py-asgiref@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=7.1.1:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click-default-group-wheel>=1.2.2:devel/py-click-default-group-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hupper>=1.9:devel/py-hupper@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}janus>=0.6.2:devel/py-janus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.3:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.20:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itsdangerous>=1.1:security/py-itsdangerous@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mergedeep>=1.1.1:devel/py-mergedeep@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pint>=0.9:devel/py-pint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pluggy>=1.0:devel/py-pluggy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.16.0:www/py-uvicorn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.3:devel/py-yaml@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PY_DEPENDS} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/datasette/distinfo b/databases/datasette/distinfo new file mode 100644 index 000000000000..24b79234b0b0 --- /dev/null +++ b/databases/datasette/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1671243018 +SHA256 (datasette-0.63.2.tar.gz) = 4b6c593e9d5b9aab3eb86bb0a18b5e4eaaec24bf17e7ddf1c763afcce8d23dac +SIZE (datasette-0.63.2.tar.gz) = 210651 diff --git a/databases/datasette/pkg-descr b/databases/datasette/pkg-descr new file mode 100644 index 000000000000..af026eff19d4 --- /dev/null +++ b/databases/datasette/pkg-descr @@ -0,0 +1,7 @@ +Datasette is a tool for exploring and publishing data. It helps people take +data of any shape or size and publish that as an interactive, explorable +website and accompanying API. + +Datasette is aimed at data journalists, museum curators, archivists, local +governments, scientists, researchers and anyone else who has data that they +wish to share with the world.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212170914.2BH9ETr3012683>