Port details |
- py-datasette Open source multi-tool for exploring and publishing data
- 0.64.5 devel
=0 0.64.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-09 20:45:20
- Last Update: 2023-10-11 12:57:47
- Commit Hash: 5174bcd
- 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 py39-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 py39-datasette listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-datasette
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1696904118
SHA256 (datasette-0.64.5.tar.gz) = df917896f181ce57e26c6b3b78ff7fdfdc46c322c46673b2276fae1d8e7f19e2
SIZE (datasette-0.64.5.tar.gz) = 211004
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-aiofiles>=0.4 : devel/py-aiofiles@py39
- py39-asgi-csrf>=0.9 : www/py-asgi-csrf@py39
- py39-asgiref>=3.2.10 : www/py-asgiref@py39
- py39-click>=7.1.1 : devel/py-click@py39
- py39-click-default-group>=1.2.3 : devel/py-click-default-group@py39
- py39-httpx>=0.20 : www/py-httpx@py39
- py39-hupper>=1.9 : devel/py-hupper@py39
- py39-itsdangerous>=1.1 : security/py-itsdangerous@py39
- py39-janus>=0.6.2 : devel/py-janus@py39
- py39-Jinja2>=2.10.3 : devel/py-Jinja2@py39
- py39-mergedeep>=1.1.1 : devel/py-mergedeep@py39
- py39-pint>=0.9 : devel/py-pint@py39
- py39-pip>=0 : devel/py-pip@py39
- py39-pluggy>=1.0 : devel/py-pluggy@py39
- py39-yaml>=5.3 : devel/py-yaml@py39
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-uvicorn>=0.11 : www/py-uvicorn@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |
Number of commits found: 6
|