Search Criteria
Package Details: webvirtcloud-git 20230711.1220.82de7f4-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/webvirtcloud-git.git (read-only, click to copy) |
---|---|
Package Base: | webvirtcloud-git |
Description: | WebVirtCloud is virtualization web interface for admins and users |
Upstream URL: | https://github.com/retspen/webvirtcloud |
Keywords: | kvm libvirt |
Licenses: | Apache |
Conflicts: | webvirtcloud, webvirtmgr, webvirtmgr-git |
Provides: | webvirtcloud |
Submitter: | forumi0721 |
Maintainer: | cheatsc |
Last Packager: | cheatsc |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-01 23:20 (UTC) |
Last Updated: | 2023-08-06 05:29 (UTC) |
Dependencies (21)
- gunicorn
- libvirt-python
- python (python37AUR, python311AUR, python310AUR)
- python-django
- python-django-iconsAUR
- python-django-login-required-middlewareAUR
- python-django-rest-framework
- python-django_bootstrap5AUR
- python-drf-nested-routersAUR
- python-drf-yasgAUR
- python-engineio
- python-eventlet
- python-ldap3
- python-libsass
- python-lxml
- python-markdown
- python-qrcode
- python-socketio
- python-zipp
- websockifyAUR (websockify-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
MarsSeed commented on 2023-11-21 15:47 (UTC)
Please kindly remove the hard-coded
SECRET_KEY
installed inside the package, and find a way for the user to customize it, or maybe you can choose to randomly generate one and let the user know (without it also getting outputted to the console and therefore potentially get saved in logs).cheatsc commented on 2023-08-06 05:23 (UTC)
Ooops! I made a mistake:(
MarsSeed commented on 2023-08-05 18:34 (UTC)
Oh, wait. Looking at your change in the 'conflicts' field, I see that this is not the correct metadata to declare, and is not what I had in mind.
Here's how I recommend that you define the provides and conflicts fields:
See that there is no 'webvirtcloud-git' in either the provides or conflicts fields. That's what I meant: this is the package's own name, so it does not have to be declared in those arrays.
cheatsc commented on 2023-08-05 17:31 (UTC) (edited on 2023-08-05 17:37 (UTC) by cheatsc)
@MarsSeed Thank you for your comments :)
Yes, it's weird. Therefore, I removed them!
I thought that it's reasonable, so I replaced
python-websockify
withwebsockify
.MarsSeed commented on 2023-08-05 17:11 (UTC) (edited on 2023-08-05 17:16 (UTC) by MarsSeed)
Oh, and please make this depend on the correctly named and working
websockify
, rather than on the brokenpython-websockify
.The latter is unmaintained, and pending deletion due to duplicating the much earlier existing websockify package, and having a superfluous 'python-' name prefix for this executable Python application daemon.
MarsSeed commented on 2023-08-05 16:30 (UTC)
Thank you for update.
One small observation: please kindly remove the package's own name from the provides and conflicts fields, as every package already provides its own name and conflicts with other package files with the exact same pkgname.
cheatsc commented on 2023-07-27 19:13 (UTC) (edited on 2023-07-27 19:19 (UTC) by cheatsc)
I'm sorry for the delay in my updates. I completely forget the maintainer has been changed to me. I will update this package within 3 weeks.
cheatsc commented on 2021-08-23 22:31 (UTC)
Hi, forumi0721!
The dependencies of this package is no longer updated, so aur users cannot build it now. Could you update the dependencies? If you cannot, I wanna maintain this.
forumi0721 commented on 2017-08-15 08:27 (UTC)