From 27433d6214625938d158671ac1605d24d5888b5e Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 20 Dec 2023 22:35:52 +0000 Subject: [PATCH] remove fedora/pypi-copr mention because copr has died; https://github.com/fedora-copr/copr/issues/3056 --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2cc4fbec..2b3ea3ef 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ turn almost any device into a file server with resumable uploads/downloads using * [prometheus](#prometheus) - metrics/stats can be enabled * [packages](#packages) - the party might be closer than you think * [arch package](#arch-package) - now [available on aur](https://aur.archlinux.org/packages/copyparty) maintained by [@icxes](https://github.com/icxes) - * [fedora package](#fedora-package) - now [available on copr-pypi](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/) + * [fedora package](#fedora-package) - currently **NOT** available on [copr-pypi](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/) * [nix package](#nix-package) - `nix profile install github:9001/copyparty` * [nixos module](#nixos-module) * [browser support](#browser-support) - TLDR: yes @@ -113,7 +113,7 @@ just run **[copyparty-sfx.py](https://github.com/9001/copyparty/releases/latest/ * or install through pypi: `python3 -m pip install --user -U copyparty` * or if you cannot install python, you can use [copyparty.exe](#copypartyexe) instead -* or install [on arch](#arch-package) ╱ [on fedora](#fedora-package) ╱ [on NixOS](#nixos-module) ╱ [through nix](#nix-package) +* or install [on arch](#arch-package) ╱ [on NixOS](#nixos-module) ╱ [through nix](#nix-package) * or if you are on android, [install copyparty in termux](#install-on-android) * or if you prefer to [use docker](./scripts/docker/) 🐋 you can do that too * docker has all deps built-in, so skip this step: @@ -1394,15 +1394,9 @@ it comes with a [systemd service](./contrib/package/arch/copyparty.service) and ## fedora package -now [available on copr-pypi](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/) , autogenerated from pypi by fedora -- [track record](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/package/python-copyparty/) seems OK +currently **NOT** available on [copr-pypi](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/) , fedora is having issues with their build servers and won't be fixed for several months -```bash -dnf copr enable @copr/PyPI -dnf install python3-copyparty # just a minimal install, or... -dnf install python3-{copyparty,pillow,argon2-cffi,pyftpdlib,pyOpenSSL} ffmpeg # with recommended deps -``` - -in case `copr` is having issues and not building any packages (for example right now), run one of the following commands to upgrade copyparty to the latest version: +if you previously installed copyparty from copr, you may run one of the following commands to upgrade to a more recent version: ```bash dnf install https://ocv.me/copyparty/fedora/37/python3-copyparty.fc37.noarch.rpm @@ -1410,12 +1404,8 @@ dnf install https://ocv.me/copyparty/fedora/38/python3-copyparty.fc38.noarch.rpm dnf install https://ocv.me/copyparty/fedora/39/python3-copyparty.fc39.noarch.rpm ``` -`ffmpeg` comes from [rpmfusion](https://rpmfusion.org/Configuration#Command_Line_Setup_using_rpm) so it's recommended to enable that (you don't want `ffmpeg-free` since it fails to thumbnail most h264/mkv/mp4 videos) - to run copyparty as a service, use the [systemd service scripts](https://github.com/9001/copyparty/tree/hovudstraum/contrib/systemd), just replace `/usr/bin/python3 /usr/local/bin/copyparty-sfx.py` with `/usr/bin/copyparty` -this *may* also work on RHEL but [I'm not paying IBM to verify that](https://www.jeffgeerling.com/blog/2023/dear-red-hat-are-you-dumb) - ## nix package