Search Criteria
Package Details: python-neo4j 5.27.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-neo4j.git (read-only, click to copy) |
---|---|
Package Base: | python-neo4j |
Description: | Neo4j Bolt driver for Python |
Upstream URL: | https://pypi.org/project/neo4j/ |
Licenses: | GPLv3 |
Submitter: | intensity |
Maintainer: | intensity |
Last Packager: | intensity |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-02 05:47 (UTC) |
Last Updated: | 2025-01-09 04:49 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
Latest Comments
intensity commented on 2023-07-27 03:59 (UTC)
Good point, updated
mnd999 commented on 2023-07-12 15:09 (UTC)
Also seems to depend on python-build and python-install.
intensity commented on 2023-06-10 19:34 (UTC)
Thanks for the note, updated :)
I didn't know how to keep the -O1 flag but it's probably not necessary, so just dropped it for now.
dreieck commented on 2023-05-07 15:48 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!
intensity commented on 2023-01-05 14:11 (UTC)
Thanks, that's much easier :) updated
Rogach commented on 2022-12-31 13:09 (UTC)
Latest python package guidelines suggest that it's possible to use stable URL scheme in order to avoid extracting hashes manually for each PKGBUILD update. Here's the diff for your convenience:
(https://wiki.archlinux.org/title/Python_package_guidelines)