Search Criteria
Package Details: python-neo4j 5.28.2-0
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: | 1 |
| Popularity: | 0.070989 |
| First Submitted: | 2020-11-02 05:47 (UTC) |
| Last Updated: | 2025-09-03 04:49 (UTC) |
Dependencies (4)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
Required by (3)
- graphify (optional)
- python-certipy-ad-git (optional)
- python-testcontainers (optional)
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 buildandpython -m installerinstead of invokingsetup.pydirectly: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)