Package Details: mu-editor 1:1.2.0-3

Git Clone URL: https://aur.archlinux.org/mu-editor.git (read-only, click to copy)
Package Base: mu-editor
Description: A simple Python editor for beginner programmers
Upstream URL: https://codewith.mu/
Licenses: GPL3
Submitter: webmeister
Maintainer: daniel7
Last Packager: daniel7
Votes: 15
Popularity: 0.139067
First Submitted: 2016-07-20 09:37 (UTC)
Last Updated: 2023-03-15 00:59 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

SpotlightKid commented on 2022-02-23 18:28 (UTC)

The new 1.1.x release of mu-editor adds several dependencies on Python packages, which are not yet packaged for the AUR and also sets max version number restrictions on several packages, which will not work with Arch either.

Since I have not actually used mu-editor in several years and I am tired of dealing with these kinds of projects, which make life unnecessarily complicated for distribution packagers, I am orphaning this package now.

If you want to use mu-editor 1.1.x, I would like to suggest you use pipx to install it, but, alas, this doesn't work, since its dependencies are unresolvable.

Latest Comments

« First ‹ Previous 1 2 3 4

haawda commented on 2017-02-23 19:28 (UTC)

Please use source=("$pkgname-$pkgver.tar.gz::https://github.com/mu-editor/mu/archive/v$pkgver.tar.gz") because there may be name clashes for users with SRCDEST defined.

feighur commented on 2017-01-29 12:21 (UTC)

The pkgver does not actually contain a version number. Could you add a pkgver() function to the PKGBUILD? Something like this: pkgver() { cd "$srcdir/$_gitname" git describe --long --tags | sed 's/^v-//;s/-/.r/;s/-/./g' }