1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/devel/py-datasette/files/patch-setup.py
Po-Chuan Hsieh f337a3fdd8
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.
2023-04-10 04:39:07 +08:00

10 lines
266 B
Python

--- setup.py.orig 2023-03-08 20:52:55 UTC
+++ setup.py
@@ -62,7 +62,6 @@ setup(
[console_scripts]
datasette=datasette.cli:cli
""",
- setup_requires=["pytest-runner"],
extras_require={
"docs": [
"furo==2022.9.29",