Port details |
- py-datasette Open source multi-tool for exploring and publishing data
- 0.64.8_1 devel =2 0.64.7Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-04-09 20:45:20
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://datasette.io/
- https://github.com/simonw/datasette
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}datasette>0:devel/py-datasette@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-datasette/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-datasette
- pkg install py311-datasette
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-datasette listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-datasette
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720022780
SHA256 (datasette-0.64.8.tar.gz) = ee54d87152b2e3e6d4552f157e3431918f5fa929c17afd0548b0d04becbd4c97
SIZE (datasette-0.64.8.tar.gz) = 283296
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-aiofiles>=0.4 : devel/py-aiofiles@py311
- py311-asgi-csrf>=0.9 : www/py-asgi-csrf@py311
- py311-asgiref>=3.2.10 : www/py-asgiref@py311
- py311-click>=7.1.1 : devel/py-click@py311
- py311-click-default-group>=1.2.3 : devel/py-click-default-group@py311
- py311-httpx>=0.20 : www/py-httpx@py311
- py311-hupper>=1.9 : devel/py-hupper@py311
- py311-itsdangerous>=1.1 : security/py-itsdangerous@py311
- py311-janus>=0.6.2 : devel/py-janus@py311
- py311-Jinja2>=2.10.3 : devel/py-Jinja2@py311
- py311-mergedeep>=1.1.1 : devel/py-mergedeep@py311
- py311-pint>=0.9 : devel/py-pint@py311
- py311-pip>=0 : devel/py-pip@py311
- py311-pluggy>=1.0 : devel/py-pluggy@py311
- py311-pyyaml>=5.3 : devel/py-pyyaml@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-uvicorn>=0.11 : www/py-uvicorn@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-datasette
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.64.8_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.64.8 06 Jul 2024 16:03:08 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Update to 0.64.8
Changes: https://github.com/simonw/datasette/releases |
0.64.7 18 Jun 2024 03:59:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Update to 0.64.7
Changes: https://github.com/simonw/datasette/releases |
0.64.6_1 08 Apr 2024 20:16:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.64.6 25 Dec 2023 16:10:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Update to 0.64.6
Changes: https://github.com/simonw/datasette/releases |
0.64.5 11 Oct 2023 12:57:47 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Update to 0.64.5
Changes: https://github.com/simonw/datasette/releases |
0.64.4 29 Sep 2023 16:13:53 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Update to 0.64.4
Changes: https://github.com/simonw/datasette/releases |
0.64.3 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.64.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.64.3 02 May 2023 16:20:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Update to 0.64.3
- Fix typo: should be RUN_DEPENDS rather than BUILD_DEPENDS
Changes: https://github.com/simonw/datasette/releases |
0.64.2 09 Apr 2023 20:39:07 |
Po-Chuan Hsieh (sunpoet) |
devel/py-datasette: Add py-datasette 0.64.2
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. |