Search Criteria
Package Details: servefile 0.5.4-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/servefile.git (read-only, click to copy) |
---|---|
Package Base: | servefile |
Description: | Serve or receive files from shell via a small HTTP server |
Upstream URL: | https://github.com/sebageek/servefile |
Licenses: | GPL3 |
Conflicts: | servefile |
Provides: | servefile |
Submitter: | cschwarz |
Maintainer: | grandchild |
Last Packager: | grandchild |
Votes: | 3 |
Popularity: | 0.000048 |
First Submitted: | 2016-01-16 22:45 (UTC) |
Last Updated: | 2024-05-30 07:27 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-pip (make)
- python-pyopenssl (check)
- python-pytest (check)
- python-pyopenssl (optional) – HTTPS support
Latest Comments
grandchild commented on 2024-05-30 07:28 (UTC)
I disabled the
check()
function for now. The tests just aren't working for most people.jcassee commented on 2024-05-30 07:10 (UTC) (edited on 2024-05-30 11:22 (UTC) by jcassee)
Version 0.5.4-4 fails to build because of a test failure. Some choice output:
Maybe this is the most interesting error:
/usr/bin/python: No module named servefile
I'm not aware of any weird Python setup on my system.
EDIT: Thank you for the quick fix, Jakob!
grandchild commented on 2023-12-05 12:50 (UTC)
Added, thanks!
LukEsc commented on 2023-12-05 08:36 (UTC)
I believe this should have python-setuptools as a dependency.
grandchild commented on 2021-01-01 23:03 (UTC)
@serxxx you're right about the port, and the tests fail for other reasons sometimes too. I'll disable them soon, not on a dev machine right now.
For now you can install with makepkg with
--nocheck
.serxxx commented on 2021-01-01 16:14 (UTC)
The tests also hardcode to running a test server on port 8080, causing them to fail if anything else is already running on the commonly used port, preventing the package from being installed. It'd be better to not have the package run tests, than to run tests that are bound to fail for bad reasons.
grandchild commented on 2019-09-24 08:50 (UTC) (edited on 2019-09-24 08:51 (UTC) by grandchild)
The source URL has changed:
(please use HTTP(S) since some firewalls block SSH ports)
Also, still, the version name is wrong.
If you want I can (co)maintain.
grandchild commented on 2018-10-10 10:28 (UTC)
The pkgver should not include the 'v'-prefix.