Search Criteria
Package Details: datasette 0.64.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/datasette.git (read-only, click to copy) |
---|---|
Package Base: | datasette |
Description: | An open source multi-tool for exploring and publishing data |
Upstream URL: | https://datasette.io |
Keywords: | data python |
Licenses: | Apache-2.0 |
Conflicts: | datasette |
Submitter: | NBonaparte |
Maintainer: | NBonaparte (alhirzel) |
Last Packager: | alhirzel |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-13 04:19 (UTC) |
Last Updated: | 2024-09-11 10:26 (UTC) |
Dependencies (21)
- python-aiofiles
- python-asgi-csrfAUR
- python-asgiref
- python-click
- python-click-default-groupAUR
- python-httpx (python-httpx-gitAUR)
- python-hupperAUR
- python-importlib-metadata
- python-itsdangerous
- python-janus
- python-jinja
- python-mergedeep
- python-pint
- python-pluggy
- python-rich
- python-setuptools
- python-yaml (python-yaml-gitAUR)
- uvicorn
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- Show 1 more dependencies...
Latest Comments
prettyvanilla commented on 2024-09-30 09:45 (UTC)
With the latest update this doesn't build for me anymore:
Adding
python-pytest-runner
tomakedepends
fixes the build (since datasette 1.0a8 the responsible (deprecated)setup_requires=["pytest-runner"]
insetup.py
is removed).mgr commented on 2023-04-29 18:58 (UTC) (edited on 2023-04-29 18:59 (UTC) by mgr)
Hi, could it be that the latest release requires click-default-group-wheel[0] instead of click-default-group to run?
[0] https://github.com/simonw/click-default-group-wheel
KucharczykL commented on 2022-04-14 06:49 (UTC)
@NBonaparte
Yes,
python-setuptools
is installed.NBonaparte commented on 2022-04-14 04:47 (UTC)
Do you have
python-setuptools
installed? It seems to build fine for me.KucharczykL commented on 2022-04-04 12:59 (UTC) (edited on 2022-04-04 13:00 (UTC) by KucharczykL)
Hello, I think the package doesn't build anymore:
NBonaparte commented on 2021-07-02 02:01 (UTC)
I've created a
csvs-to-sqlite
package. Unfortunately it requires an out-of-date version ofpython-click
(7.0, while the version in the repos is 8.0). I manually changed the requirements toclick>=7.0
and it seems to work fine, let me know if it doesn't.m040601 commented on 2021-07-01 21:41 (UTC) (edited on 2021-07-01 21:43 (UTC) by m040601)
Thanks for your effort in providing these very active maintained and extremely usefull packages.
Datasette seems to be working properly now. Sqlite-utils also.
Hope that with enough votes and interest these can be made into official Arch packgaes.
csvs-to-sqlite also installs nicely with "pipx", to a users home dir. Because of it's dependencies on pandas and numpy it pulls 120 MB though to build a virtual env. That's a bit redundant, if one already has pandas in the system.
That's the reason I wanted to see a PKGBUILD also for csvs-to-sqlite
NBonaparte commented on 2021-07-01 20:44 (UTC)
I've updated the package to 0.57.1 which should fix this. I never got around to creating packages for those but I'll have a go at them now, thanks for the tip.
m040601 commented on 2021-07-01 08:39 (UTC) (edited on 2021-07-01 11:23 (UTC) by m040601)
This isnt installing datasette properly.
I testetd
and got errors, apparently related to some problem ??? with "itsdangerous":
I do have python-itsdangerous, the officiall arch package, in my system as a dependency from other package:
I also tested an alternative way of installing datasette. I used pipx, and it worked. This is the expected output, running datasette --help
PS:
Another two tools, from the same author, that are very usefull to work with datasette, and deserve a PKGBUILD are
https://github.com/simonw/csvs-to-sqlite https://pypi.org/project/csvs-to-sqlite/
https://pypi.org/project/sqlite-utils/ https://github.com/simonw/sqlite-utils