Search Criteria
Package Details: nginx-amplify-agent 1.7.0_5-1
Git Clone URL: | https://aur.archlinux.org/nginx-amplify-agent.git (read-only, click to copy) |
---|---|
Package Base: | nginx-amplify-agent |
Description: | NGINX Amplify Agent |
Upstream URL: | https://www.nginx.com/products/nginx-amplify/ |
Licenses: | |
Submitter: | mtorromeo |
Maintainer: | emes |
Last Packager: | emes |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-08 09:27 |
Last Updated: | 2020-03-18 09:04 |
Dependencies (16)
- nginx (nginx-custom-dev, nginx-nchan-git, nginx-nchan, nginx-devel, nginx-devel-mod-naxsi, tengine, tengine-extra, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-libressl, nginx-zest-git, nginx-mainline-boringssl, nginx-quic, nginx-mainline)
- python2-crossplane
- python2-daemon (python2-daemon16)
- python2-flup
- python2-gevent
- python2-netaddr
- python2-netifaces
- python2-psutil
- python2-pyhamcrest
- python2-pyparsing
- python2-requests (python2-requests-git)
- python2-rstr
- python2-scandir
- python2-setproctitle
- python2-ujson
- python2-setuptools (make)
Latest Comments
bulletmark commented on 2020-05-22 23:15
Sorry, I thought they were from the AUR.
emes commented on 2020-05-22 22:41
@bulletmark git clone from where? For example
python2-flup
was a part of community repo and the info page is missing together with the package.bulletmark commented on 2020-05-22 22:04
@emes, you have the choice of restoring those 3 packages (and thus becoming the maintainer of each), or you should delete this nginx-amplify-agent package. Given the developers have not even responded about this issue, I suggest you delete it. Any application dependent on Python 2 in 2020 is basically abandoned. However do note that restoring those 3 packages is easy because the previous history is preserved if you git clone them.
emes commented on 2020-05-22 10:05
@bulletmark Seems they have disappeared from the main repo. Is it a move away from Python2? Perhaps they should be added to AUR then.
bulletmark commented on 2020-05-22 03:35
This fails to install due to missing packages
python2-netaddr
,python2-flup
, andpython2-rstr
.mtorromeo commented on 2018-11-29 22:58
@emes you can maintain this PKGBUILD since it is abandoned
emes commented on 2018-11-29 21:45
I published an updated PKGBUILD here: https://github.com/emesik/nginx-amplify-agent-aur
nos1609 commented on 2018-04-22 10:53
Missing https://github.com/nginxinc/crossplane and python2-scandir
sudo pacman -S python2-scandir sudo pip2 install crossplane
also it's necessary to create log file
sudo mkdir /var/log/amplify-agent sudo touch /var/log/amplify-agent/agent.log sudo chown http /var/log/amplify-agent/agent.log