Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: python3-threaded_servers 2016.10.17-3
Git Clone URL: | https://aur-dev.archlinux.org/python3-threaded_servers.git (read-only) |
---|---|
Package Base: | python3-threaded_servers |
Description: | Threaded server modules (ThreadedHTTPSServer, ThreadedMulticastServer, Quickserve, Pacserve). |
Upstream URL: | http://xyne.archlinux.ca/projects/python3-threaded_servers |
Keywords: | python server |
Licenses: | |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 57 |
Popularity: | 0.984005 |
First Submitted: | 2013-05-10 20:09 |
Last Updated: | 2017-01-07 01:49 |
Dependencies (2)
- python3 (python30, python)
- pyalpm (pyalpm-git) (optional) – required for the Pacserve module
Required by (3)
- pacserve
- powerpill (optional)
- quickserve
Latest Comments
Xyne commented on 2015-11-09 00:31
@thelinuxguy
Nope. I've posted my arguments online for using "python3-" instead of "python-". Briefly, it's logically consistent and will avoid similar renaming hassles as occurred with the 2-to-3 migration, however far off into the future it may be. Package names should be static and systematic, not implicitly dependent on external impermanent factors.
thelinuxguy commented on 2015-11-03 15:33
could you remove the '3' from the package name to conform with archlinux naming of packages?
Xyne commented on 2015-02-28 22:46
You need to import the key. Please read the wiki to learn how to manage PGP keys with makepkg.
xubin990510 commented on 2015-02-26 04:04
The PGP signature failed to verify!
With yaourt it tells me:
python3-threaded_servers-2014.11.tar.xz ... FAILED (unknown public key 1D1F0DC78F173680)
hamelg commented on 2013-05-12 19:25
After upgrading, pacserve fails to start with the error :
systemd[1]: Unit pacserve.service entered failed state.
systemd[1]: pacserve.service: main process exited, code=exited, status=1/FAILURE
pacserve[8175]: /usr/bin/python3: No module named Pacserve
to solve that, I just fix the library path in /usr/bin/pacserve :
python3 -mThreadedServers.Pacserve "$@"
hamelg commented on 2013-05-12 19:11
After upgrading, pacserve fails to start with the error :
systemd[1]: Unit pacserve.service entered failed state.
systemd[1]: pacserve.service: main process exited, code=exited, status=1/FAILURE
pacserve[8175]: /usr/bin/python3: No module named Pacserve