Giter Site home page Giter Site logo

mw2fcitx-arch-pkgbuild's Introduction

Arch Linux PKGBUILD for mw2fcitx

mw2fcitx is a Python library, which can build fcitx5 libraries from MediaWiki sites.

This PKGBUILD helps you build mw2fcitx as a Arch Linux package. Now this is essential since Python 3.11, because pip does not allow installing packages directly any more.

Usage

1. Install dependencies

# Build tools
sudo pacman -S python-build python-installer python-hatchling python-wheel

# mw2fcitx dependencies
sudo pacman -S opencc pypinyin

2. Generate package

makepkg -f

3. Install package

sudo pacman -U python-mw2fcitx-3.10-1-any.pkg.tar.zst

Why essential?

If you try to install packages via pip on Arch Linux, you will see this error message:

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try 'pacman -S
    python-xyz', where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Arch-packaged Python package,
    create a virtual environment using 'python -m venv path/to/venv'.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip.
    
    If you wish to install a non-Arch packaged Python application,
    it may be easiest to use 'pipx install xyz', which will manage a
    virtual environment for you. Make sure you have python-pipx
    installed via pacman.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

Though passing --break-system-packages works, it is not recommended. Many Python modules are now Arch Linux packages so that they should be installed by pacman rather than pip.

As a result, maintaining our Arch Linux package of mw2fcitx becomes essential.

License

MIT License

mw2fcitx-arch-pkgbuild's People

Contributors

anclark avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.