Search Criteria
Package Details: netbox-git v2.10.5.r45.f9f1a4439-1
Git Clone URL: | https://aur.archlinux.org/netbox-git.git (read-only, click to copy) |
---|---|
Package Base: | netbox-git |
Description: | IP address management (IPAM) and data center infrastructure management (DCIM) tool. |
Upstream URL: | https://github.com/netbox-community/netbox.git |
Licenses: | Apache-2.0 |
Conflicts: | netbox |
Provides: | netbox |
Replaces: | netbox |
Submitter: | 4le34n |
Maintainer: | 4le34n |
Last Packager: | 4le34n |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-26 03:05 (UTC) |
Last Updated: | 2021-03-17 05:52 (UTC) |
Dependencies (34)
- gunicorn
- libffi (libffi-minimal-git, libffi-git)
- libpgf
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-coreapi
- python-django
- python-django-cors-headers
- python-django-debug-toolbar (python-django-debug-toolbar-git)
- python-django-filter
- python-django-mptt
- python-django-rest-framework
- python-django-rest-swagger
- python-django-tables2
- python-graphviz
- python-lxml
- python-markdown
- python-natsort
- python-ncclient
- python-netaddr
- python-openapi-codec
- python-paramiko (python-paramiko-ng)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-psycopg2
- python-py-gfm
- python-pycryptodomex
- python-pytz
- python-simplejson
- python-xmltodict
- python-yaml (python-yaml-git)
- apache (apache-git) (optional)
- nginx (nginx-nchan-git, nginx-nchan, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-mainline-boringssl, nginx-minimal, nginx-quic-vkontakte, zestginx, nginx-quiche, nginx-quic-openssl-hg, nginx-mainline-pushstream, nginx-libressl, nginx-quic, tengine, tengine-extra, nginx-mainline) (optional)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-9.5, postgresql-9.4, postgresql-src-beta, postgresql-9.6, postgresql-11, postgresql-10, postgresql-12, postgresql13, postgresql-src, postgresql-lts) (optional)
- redis (redis-testing, redis-git, keydb) (optional)
Latest Comments
rageltman commented on 2022-11-27 23:03 (UTC)
In order to get this to build in our chroot environment, had to add git as a makedepend and the current example configuration uses an underscore, not a period:
MarsSeed commented on 2022-06-20 17:46 (UTC) (edited on 2022-06-30 01:02 (UTC) by MarsSeed)
Hi,
I believe the dependencies python-coreapi and python-openapi-codec are not needed. I see no mention of them in the project's requirements.
(Also here on AUR they are broken so they prevent this package from being built.)
AFAICT the NetBox project uses drf-yasg for Swagger/OpenAPI 2.0 schemas.
Could you revise the current requirements list and see if there are further changes? Thank you in advance.